[Quality Management] [28.x] Move QM from Business Manager to Inventory Manager RC#7182
[Quality Management] [28.x] Move QM from Business Manager to Inventory Manager RC#7182JakovljevicDusan wants to merge 4 commits intoreleases/28.xfrom
Conversation
| group(Qlty_QualityManagement_Processing_Group) | ||
| { | ||
| Image = TaskQualityMeasure; | ||
| Image = CheckList; |
There was a problem hiding this comment.
Do we need to change the images if we're hiding the actions?
There was a problem hiding this comment.
Just to make it consistent with others part in the app. Actually, it will be changed anyway with icons PR, so maybe I will have to revert this part.
| Image = BreakpointsList; | ||
| RunObject = Page "Qlty. Inspection Template List"; | ||
| RunPageMode = Edit; | ||
| ToolTip = 'Specifies a Quality Inspection Template is an inspection plan containing a set of questions and data points that you want to collect.'; |
There was a problem hiding this comment.
"Specifies" is not needed, or the phrasing needs to be modified
| Image = CopyFromTask; | ||
| RunObject = Page "Qlty. Inspection Gen. Rules"; | ||
| RunPageMode = Edit; | ||
| ToolTip = 'Specifies a Quality Inspection generation rule defines when you want to ask a set of questions or other data that you want to collect that is defined in a template. You connect a template to a source table, and set the criteria to use that template with the table filter. When these filter criteria is met, then it will choose that template. When there are multiple matches, it will use the first template that it finds, based on the sort order.'; |
| Image = TaskQualityMeasure; | ||
| RunObject = Page "Qlty. Tests"; | ||
| RunPageMode = Edit; | ||
| ToolTip = 'Specifies a quality inspection test is a data points to capture, or questions, or measurements.'; |
| { | ||
| Caption = 'Quality Inspections'; | ||
| Image = CheckList; | ||
| ToolTip = 'See existing Quality Inspections and create a new inspection.'; |
There was a problem hiding this comment.
This makes it sound like the action will actually create a new inspection
|
Summary
Move QM references from Business Manager to Inventory Manager RC
Work Item(s)
Fixes AB#624855