[Shopify] Disambiguate Shopify timestamp field captions and tooltips#9253
Open
onbuyuka wants to merge 1 commit into
Open
[Shopify] Disambiguate Shopify timestamp field captions and tooltips#9253onbuyuka wants to merge 1 commit into
onbuyuka wants to merge 1 commit into
Conversation
Shopify-sourced timestamp fields (createdAt/updatedAt/etc.) were stored with generic captions like "Created At"/"Updated At", easily confused with BC platform's SystemCreatedAt/SystemModifiedAt auditing fields. - Add "(Shopify)" suffix to 20 timestamp field captions across 11 tables, matching the existing pattern in Shpfy Orders To Import. - Fix the "CreatedAt" (missing space) caption bug on Shpfy Variant. - Standardize the related page tooltips to mention "in Shopify", fix the "was update" typo on the refund tooltips, and correct the misleading "processed" wording on the Order Transaction "Created At" tooltip. Fixes AB#641693 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Copilot PR ReviewIteration 1 · Outcome: completed Knowledge source: https://github.com/microsoft/BCQuality@822cae1b2771ac25f665f73369f69093bd4fd630 Orchestrator pre-filter (13 file(s) excluded)
Findings produced by the Copilot CLI agent against BCQuality at |
nikolakukrika
approved these changes
Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What & why
Shopify-sourced timestamp fields (
createdAt,updatedAt, etc.) were stored with generic captions like "Created At" / "Updated At", which are easily confused with the BC platform'sSystemCreatedAt/SystemModifiedAtauditing fields (visible in search, personalization, and extension development).This PR extends the disambiguation pattern already used in Shpfy Orders To Import to the rest of the connector:
(Shopify)suffix to 20 timestamp field captions across 11 tables (Company, Customer, Product, Variant, Inventory Item, Order Header, Order Fulfillment, Fulfillment Order Header, Refund Header, Payment Transaction, Order Transaction).CreatedAt(missing space) caption bug on Shpfy Variant.Text/caption-only change — no schema, logic, or API changes.
Linked work
Fixes AB#641693
How I validated this
What I tested and the outcome
(Shopify)suffix and that no timestamp tooltip in scope is left without "in Shopify".Risk & compatibility