Is it possible to disable a cell on an row in a matrix ?
Mario Byttebier
When i am working with the orderentry screen, based on a validation of the itemnumber, i want to disable a cell on that row.Is this possible ?
Can somebody help me with this ?
Anders Olsson
Hi Mario,I don't think this is possible, even in the UI API.
A feasible workaround would be to create a customize rule that is triggered on the Matrix's GotFocus event, and move focus elsewhere.
Rule registration in Optimizer:
FormType: 139 (Sales Order)
ItemUID: 38 (The Matrix)
Column: 11 (Quantity) - Change as necessary
Code:
SwissAddonFramework.Messaging.SendKeys.Send("{TAB}");
return true;
Kind regards,
Anders Olsson
0
Please sign in to leave a comment.
Comments
0 comments