How to populate Incompatability group,Beneficiary party, status fields during offer creation through
Create a Budget, Offers through template.
I am trying to create offer through api:ozf_offer_pub.process_modifiers. The offer is getting created. But i need the offer should be created with following columns also, needs to be populated during offer creaiton.
Advance options --> Incompatibility Group
Advance options --> Beneficiary Party
offers should be in approved status.
Because, when i am assigning the Incompatability Group = "Level 1 Incompatability" it's not creating the offer with the Level 1 incompatability,
I am trying to create offer through api:ozf_offer_pub.process_modifiers. The offer is getting created. But i need the offer should be created with following columns also, needs to be populated during offer creaiton.
Advance options --> Incompatibility Group
Advance options --> Beneficiary Party
offers should be in approved status.
Because, when i am assigning the Incompatability Group = "Level 1 Incompatability" it's not creating the offer with the Level 1 incompatability,
still it is taking the default value:"Exclusting group" when the offer created through api. it's not taking the value i am passing to the api.
0