-
When we try to send more than one contract modification for the same contract we get the following message: Message: Can only one type of modification be submitted for each contract? Our example: Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi,
|
Beta Was this translation helpful? Give feedback.
Hi,
For a contract modification, only one efac:ContractModification is expected for a given contract.
It is however possible to specify multiple sections (efac:ChangedSection) that have been modified, amongst which one and only one should identify the contract.
The Contract amount is itself computed from the amounts of all the tenders (LotTenders) it is derived from.
Let's consider the contract CON-0001 is based on the following LotTenders TEN-0001, TEN-0002 and TEN-0003.
For TEN-0001 there is an amount increase (because of a quantity or unit price increase) then the amount at that level must be updated and that section also listed
For TEN-0002 there is an amount increase for whatever rea…