targetPageItemsInputs: [ // Quote line items with input values [ sku : "B-0001", ProdClassAdj: "C" // Input type LOOKUP ], [sku: "B-0003"], [ sku : "B-0005", Configuration: [ // Input type CONFIGURATOR "How Many Input Blocks?": 1, "String Default Value" : "Test targetPageItemsInputs", "PRODUCT #0" : "B-0029" ] ]] Copy
targetPageItemsInputs: [ // Quote line items with input values [ sku : "B-0001", ProdClassAdj: "C" // Input type LOOKUP ], [sku: "B-0003"], [ sku : "B-0005", Configuration: [ // Input type CONFIGURATOR "How Many Input Blocks?": 1, "String Default Value" : "Test targetPageItemsInputs", "PRODUCT #0" : "B-0029" ] ]]
targetPageItemsInputs: [ [ contractTermType: "PromotionDiscount", inputName : "inputValue" ], [ // another item ] Copy
targetPageItemsInputs: [ [ contractTermType: "PromotionDiscount", inputName : "inputValue" ], [ // another item ]
Generated using TypeDoc
Example: List of new items for a Quote in Groovy logic
Example: List of new items for Agreements & Promotions Condition Type in Groovy logic