Skip to content

[QUality Mgmt.] [Demo Data] Fix Fail Conditions#7003

Open
attilatoury wants to merge 1 commit intomainfrom
bugs/622453-qm-demo-data-wrong-pass-fail
Open

[QUality Mgmt.] [Demo Data] Fix Fail Conditions#7003
attilatoury wants to merge 1 commit intomainfrom
bugs/622453-qm-demo-data-wrong-pass-fail

Conversation

@attilatoury
Copy link
Contributor

@attilatoury attilatoury commented Mar 4, 2026

Switch from "<>GOODVALUE" to "BADVALUE1|BADVALUE2"

Plus some caption fixing

Fixes AB#622453

@attilatoury attilatoury requested a review from a team as a code owner March 4, 2026 14:44
@github-actions github-actions bot added the AL: Apps (W1) Add-on apps for W1 label Mar 4, 2026
@github-actions github-actions bot modified the milestone: Version 29.0 Mar 4, 2026
ContosoQualityManagement.InsertQltyIResultConditConf(Enum::"Qlty. Result Condition Type"::Template, CreateQMInspTemplateHdr.Packaging(), 0, 40000, CreateQualityTest.PackageHeight(), CreateQualityInspResult.Pass(), '15..30', 2, Enum::"Qlty. Result Visibility"::Promoted);

ContosoQualityManagement.InsertQltyIResultConditConf(Enum::"Qlty. Result Condition Type"::Template, CreateQMInspTemplateHdr.Packaging(), 0, 50000, CreateQualityTest.ShippingLabel(), CreateQualityInspResult.Fail(), StrSubstNo('<>%1', CreateQualityTestLookupValue.Good()), 1, Enum::"Qlty. Result Visibility"::"Configuration only");
ContosoQualityManagement.InsertQltyIResultConditConf(Enum::"Qlty. Result Condition Type"::Template, CreateQMInspTemplateHdr.Packaging(), 0, 50000, CreateQualityTest.ShippingLabel(), CreateQualityInspResult.Fail(), StrSubstNo('%1|%2|%3', CreateQualityTestLookupValue.BadPosition(), CreateQualityTestLookupValue.Blurred(), CreateQualityTestLookupValue.Damage()), 1, Enum::"Qlty. Result Visibility"::"Configuration only");
Copy link
Contributor

@JakovljevicDusan JakovljevicDusan Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe okish position to add example with just <>'' as fail filter, instead of enumerating non-pass options. If we have such example for option, just ignore this comment.

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