Skip to content

[Shopify] Populate Contact No. on customer change in Shopify Order#7025

Open
onbuyuka wants to merge 1 commit intomainfrom
bugs/624380-ShpfyOrderContactNo
Open

[Shopify] Populate Contact No. on customer change in Shopify Order#7025
onbuyuka wants to merge 1 commit intomainfrom
bugs/624380-ShpfyOrderContactNo

Conversation

@onbuyuka
Copy link
Contributor

@onbuyuka onbuyuka commented Mar 6, 2026

Summary

  • Added OnValidate triggers on Sell-to Customer No. and Bill-to Customer No. fields in the Shopify Order Header table to automatically populate Contact No. fields when the customer is changed manually
  • Made FindContactNo in ShpfyOrderMapping codeunit internal (was local) so it can be reused from the table triggers
  • Added Sell-to Contact No., Bill-to Contact No., and Ship-to Contact No. fields to the Shopify Order page (hidden by default, available via personalization)

Fixes AB#624380

🤖 Generated with Claude Code

When users manually set or change Sell-to/Bill-to Customer No. on a
Shopify Order, the Contact No. fields were not updated. Added OnValidate
triggers to recalculate contact numbers using the existing FindContactNo
logic. Also exposed Contact No. fields on the Shopify Order page
(hidden by default) for personalization.

Fixes AB#624380

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@onbuyuka onbuyuka requested a review from a team as a code owner March 6, 2026 13:47
@github-actions github-actions bot added the AL: Apps (W1) Add-on apps for W1 label Mar 6, 2026
@onbuyuka onbuyuka enabled auto-merge (squash) March 6, 2026 13:47
@github-actions github-actions bot added this to the Version 29.0 milestone Mar 6, 2026
@github-actions
Copy link

⚠️ Stale Status Check Deleted

The Pull Request Build workflow run for this PR was older than 72 hours and has been deleted.

📋 Why was it deleted?

Status checks that are too old may no longer reflect the current state of the target branch. To ensure this PR is validated against the latest code and passes up-to-date checks, a fresh build is required.


🔄 How to trigger a new status check:

  1. 📤 Push a new commit to the PR branch, or
  2. 🔁 Close and reopen the PR

This will automatically trigger a new Pull Request Build workflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AL: Apps (W1) Add-on apps for W1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants