[Shopify] Add Unlisted to Status for Created Products and update status tooltip#9581
Open
onbuyuka wants to merge 1 commit into
Open
[Shopify] Add Unlisted to Status for Created Products and update status tooltip#9581onbuyuka wants to merge 1 commit into
onbuyuka wants to merge 1 commit into
Conversation
…us tooltip Addresses reactivation feedback on bug 642074. PR #9321 added the "Unlisted" value to the "Shpfy Product Status" enum but missed two spots: - Shpfy Products page: the Status field tooltip still listed only active, archived, draft. Added "unlisted". - "Shpfy Cr. Prod. Status Value" enum (Status for Created Products picker on the Shop Card) only offered Active/Draft. Added an Unlisted value backed by a new "Shpfy CreateProdStatusUnlisted" codeunit implementing ICreateProductStatusValue, plus the permission set entry. Fixes AB#642074 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 9dc45536-6cc7-4e2f-889f-44e7813f8293
onbuyuka
enabled auto-merge
July 17, 2026 14:06
Contributor
Copilot PR ReviewIteration 1 · Outcome: completed Knowledge source: https://github.com/microsoft/BCQuality@186d8a131465475c79244d994acb872cd5c0d4bf Orchestrator pre-filter (2 file(s) excluded)
Findings produced by the AL review agent v1.7.3. Reply 👎 on any inline comment to flag false positives. |
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.
Addresses reactivation feedback on bug 642074.
PR #9321 added the
Unlistedvalue to theShpfy Product Statusenum, but Andrei noted two remaining gaps that this PR fixes:ShpfyProducts.Page.alStatus field tooltip listed onlyactive, archived, draft. Now includesunlisted.Shpfy Cr. Prod. Status Valueenum (shown on the Shop Card) only offered Active/Draft. Added anUnlistedvalue, backed by a newShpfy CreateProdStatusUnlistedcodeunit implementingICreateProductStatusValue, and registered it in theShpfy - Objectspermission set.The documentation update (
synchronize-items.md) noted in the work item is owned by Andrei and lives outside this repo, so it is not part of this PR.Fixes AB#642074