PBI 3773 - Validation System: Getting B1UP to trigger when a form becomes active
Not plannedThe logic is as follows;
Before adding/updating a sales order I have used a B1UP C# function to create a new form showing stocks from another system. While this form exists I do not want the user to be able to activate the original sales order form that it’s based on, so I wanted to use the et_FORM_ACTIVATE event on the sales order form to check if a new form exists for it, and if so send a message and focus back on the new form.
I think I may be able to use the et_CLICK event to do the same thing (but wont always work, e.g. if they activate the sales order form by selecting a CFL).
Can you suggest any other way I could do this with the existing B1UP functions please?
-
The et_FORM_ACTIVATE is a quite expensive event (gives bad performance) and for that reason we have not exposed it to the B1 Validation System
Please sign in to leave a comment.
Comments
1 comment