sometimes requirements are like we need to redefine a domain; lets say a table domain to any attribute, or we may want to change domain as the condition changes.
suppose End user is only able to see item as per the storeroom dynamically and only the items with reorder is enabled while planning material in workorder application.
1. create a new Table domain
domain: WPITEM
Object: WPMATERIAL
Attribute: ITEMNUM
Events: Retrieve List
we will write the WHERECLAUSE in our script as per the conditions.
suppose End user is only able to see item as per the storeroom dynamically and only the items with reorder is enabled while planning material in workorder application.
1. create a new Table domain
domain: WPITEM
validation: itemnum = :itemnum2. Write an Attribute Launch Point
Object: WPMATERIAL
Attribute: ITEMNUM
Events: Retrieve List
we will write the WHERECLAUSE in our script as per the conditions.