This blog helps you open\access any window using code.
There are some scenarios in X3 in which we need to access screens using code. For example, suppose user is on customer maintenance scree and he wants to access the sales order screen on clicking of certain button (as per the requirement). Then he just has to write simple code and can easily access it.
New Stuff: Check the Price in different Currency Rates
Now, in X3 we have either object managed screens or non-object managed screens and we can access them using the below mentioned code:
For Object Managed Screens:
Where first and third parameter will be blank and second parameter is the name of the object we are accessing.
For Non-Object managed screens:
Where parameters will be as follows:
First Parameter : Blank
Second Parameter : Alias of the screen
Third Parameter : Name of the window
Fourth Parameter : Standard processing of action
Fifth Parameter : Specific processing of action
Writing the above mentioned code will access the screens as per your need.
Hope this clarifies!
Also Read:
1) How to Acess Browser from X3
2) Passing Parameters to your Pop Up Window in Sage X3
3) Copying Folder through Sage X3 Management Console Application
4) How to attach the Report to the Window in X3
5) Call Screens through Code in Sage X3