Hi,
Suppose I am adding some data to Delivary form, and when I click on the Add Button I want the Batch No selection form with form type = 42 ,form to be opened Autmatically when the material is not assigned any batch no and issue method is backfluch (eg :Byproduct)
i know by using
SBO_Application.ActivateMenuItem("MenuItemID")
it can be opened.
but, this form does'nt have an MenuItem ID where can i get the MenuItemid of this form("42") ( Where Form.type = 42)
.
Regards
Om