This article is an example of use of FOM "Single Use" feature with FSI elements.
Issue/Introduction
This article is an example of use of FOM "Single Use" feature with FSI elements.
Resolution
Suppose we have BPO_PROD1 product comprised of PO_PROD1(SU=true) and PO_PROD1 comprised of CFS_PROD1(SU=false). Create a party with id = Party_101. Now, Submit an order with: -customerID=Party_101 -subscriberID=Party_101. -productID=BPO_PROD1
In the plan you will get BPO_PROD1, PO_PROD1, CFS_PROD1.
Now, create in FSI item(Item_101) with partyId(Party_101) and productID(PO_RPOD1). Again submit previous order with below data: -customerID=Party_101 -subscriberID=Party_101. -productID=BPO_PROD1 -inventoryID=Item_101.
In the plan you will get BPO_PROD1 and CFS_PROD1. You won't get PO_PROD1, as it is already provisioned for subscriber Party_101.