Hi all,
In Work Manager, I want to be able to display all the Component, regardless on which Work Orders they belong to. Currently, the Component are part of the Work Order object (as a collection).
To get this requirement done, I want to validate this following approach:
- Create a new collection in the Main Object
- Create a new Screen Set that takes that list to display
- To populate the list, create a rule that will aggregate all the Component from each Work Order and make a copy of those object in the collection created earlier (I want to know if it's doable)
there is 3 ways I see it could be done:
1- Create a rule
2- Modify the Work Order fetch in Java
3- Use the Agentry Markup Langage.
Your help is appreciated,
Neilson