Skip to Content
0
Former Member
Nov 24, 2006 at 10:33 AM

How to popup system form which does'nt have MenuItemID (Form.Type = 42)

31 Views

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