Hey Guys,
I am currently trying to automatically create Sales Orders via a different application and that application after creating the Sales Order opens the Sales Order Entry UI.
I Am successfull in opening the UI,
But What Problem i face is it opens the default UI. Not the Customized One.
Any Idea how to resolve it ?securityOBJ = oSS.nSetProgram(oSS.nLookupTask("SO_SalesOrder_ui"))
Set oUIOBJ = oPVX.NewObject("SO_SalesOrder_ui", oSS)
retVAL = oUIOBJ.nProcess()
Here is the Code for Opening the UI.