I am trying to create a link button on the AP Invoice Entry screen that will open the Vendor Inquiry screen and auto load the current vendor number.
The reason for this is we restrict access to the vendor masterfile, but still want users to be able to call up the inquiry screen.
We are currently on MAS200 v3.71
I found the following script that will open the Vendor Inquiry screen, but I am not able to get the vendor info passed properly. I am receiving a message stating "Invalid Division".
Dim x
Set x = CreateObject("WScript.Shell")
'Include the sever IP and port if running from mas 200 else
'the line can read ..."windx:////APWIAA...
x.Run "windx://ibpmas2/10000/APWIAA^Y"& ML_Vend & "^" & MAS_SCR_CMP
Can someone give me some guidance on how I can do this?
The reason for this is we restrict access to the vendor masterfile, but still want users to be able to call up the inquiry screen.
We are currently on MAS200 v3.71
I found the following script that will open the Vendor Inquiry screen, but I am not able to get the vendor info passed properly. I am receiving a message stating "Invalid Division".
Dim x
Set x = CreateObject("WScript.Shell")
'Include the sever IP and port if running from mas 200 else
'the line can read ..."windx:////APWIAA...
x.Run "windx://ibpmas2/10000/APWIAA^Y"& ML_Vend & "^" & MAS_SCR_CMP
Can someone give me some guidance on how I can do this?