Can bulk request be created at the Instance Level
Please find the technical detail of our requirement,
Consider below Bulk request structure,
Action Set
--
Account Type Order Reason Child Instance Type Scope
Acc1 Modify Add/Remove/Modify Services Service Id Include
==================
Instance
--
Instance No. Service ID Asset ID Product Name
A Test_Bulk1 A1 Product A
B Test_Bulk2 A1 Product B
==================
Action
--
Action Code Base Product Name Component Product Name Name Attribute Value
Update Product A Child1 Attr1 Val1
Update Product B Child2 Attr2 Val2
OOTB behavior of Bulk request is that order would be created against Action set so above structure will create a single order.
For our requirement we want to create an order for each Instance where 'Instance Product Name' = 'Action Base Product Name' so above structure should create 2 orders.
Consider below Bulk request structure,
Action Set
--
Account Type Order Reason Child Instance Type Scope
Acc1 Modify Add/Remove/Modify Services Service Id Include
==================
Instance
--
Instance No. Service ID Asset ID Product Name
A Test_Bulk1 A1 Product A
B Test_Bulk2 A1 Product B
==================
Action
--
Action Code Base Product Name Component Product Name Name Attribute Value
Update Product A Child1 Attr1 Val1
Update Product B Child2 Attr2 Val2
OOTB behavior of Bulk request is that order would be created against Action set so above structure will create a single order.
For our requirement we want to create an order for each Instance where 'Instance Product Name' = 'Action Base Product Name' so above structure should create 2 orders.
0