During development it happens often that we need to create a left Selection List so as to select the content in the screen i.e. suppose we want to add a selection list in which we need to display the list of product on the basis of selected site. In Sage X3 to meet this requirement we need to use the Object.
Also Read : Manipulation Of Selection List/Window – Part II
Below is a simple example for creating and adding the object to the screen.
Step 1:Navigate through “Development->Processes->Objects” and create an object and assign it a table to Link.
Step 2: Navigate through “Development->Processes->Windows” and add this object to the required window under tab “Browser” as shown below.
Also Read: How to override Stock Management rules in Sage X3
Step 3:You can now add your Logic to the specific files to apply the filter to the table so as to display the required records.