Cannot seem to find where this (below) is triggered (SyteLine v9.00.30). Not obvious in Validators or Events. Any ideas?
I am in version 10, but I don't think this form has changed significantly.You may be having difficulty finding it as the field you likely see in the form when using it is "ToLocEdit", however there is another field "ToContainerLocEdit" placed directly on top of it in design view. If you select the ToLocEdit field using the drop down on the components tab you can see that it has a Component Class of "LocItem" and within this Component Class you will find the validator you are looking for. The event that is triggered by all of this is "AddToLoc", but I believe the dialog is triggered on the validator.
its a stored procedure you call ItemLocAddSp
Thanks! On the Quantity Move form, if you enter a new location in the "To Location" field, the dialog pops up letting me know it will be added. Which event fires that displays the dialog?
Wow,ok thanks.