cancel
Showing results for 
Search instead for 
Did you mean: 

Open a system form using form Unique ID

Former Member
0 Kudos

Hi All,

I have created a user defined form using screen painter, to which i have added a button. What id like to do is that on click event of the button i would like to open a system form which does not have a menuid (egs : 3007 is unique id of freight info, and it does not have menuid)

So is there anyway to open a system form that does not have an Menuid .

Thanx in advance for any replies......

Ganesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ganesh,

I don't think this is possible. The reason for this is that the form you are trying to open does not function on its own but rather from some other form, like the invoice form. Detail is required from the invoice form to be used on the freight charges (e.g. document number).

The only thing I can think of to accomplish this is to open the invoice form (programmatically) and then click the freight button via code, but obviously this would be seen by the user and probably not have the desired effect.

Hope it helps,

Adele

Former Member
0 Kudos

Thanx for the reply

Id thought abt this as such , but was wondering if there could be a way .

thanx anyway for confirming

ganesh