In ITShop, I have a QERReuseUS attached to a Service Item with a multivalued request property. Once ordered, I need to split it into different requests for the same QERReuseUS. Each individual PWO must store a property value from the requests properties. Then I must delete the original order.
Example:
Resource: CompanyCars
Request Property (multivalued): Locations
The user requests CompanyCars for locations A, B and C
There are three PWO's that must be dealt with for the user: CompanyCars in location A, CompanyCars in location B, CompanyCars in location C
I'm struggling to find the proper place to insert my logic:
- PersonWantsOrg table scripts.
- PersonWantsOrg insert process
Anyone has a similar scenario? Would you share your thoughts?
Thanks!