The Class TriggeredEdrTemplateDto.
| name | data type | type | namespace | min/max occurs | constraints | wrapped by | description |
|---|---|---|---|---|---|---|---|
| code | string | attribute | 1/1 | The code | |||
| description | string | attribute | 0/1 | The description | |||
| id | long | attribute | 0/1 | The id. | |||
| auditable | auditableDto | element | 0/1 | ||||
| auditableField | auditableFieldDto | element | 0/unbounded | auditableFields | |||
| conditionEl | string | element | 0/1 | The condition el. | |||
| conditionElSpark | string | element | 0/1 | The condition el. | |||
| meveoInstanceCode | string | element | 0/1 | The meveo instance code. | |||
| opencellInstanceEL | string | element | 0/1 | Expression to compute the OpencellInstance code so the instance on which the EDR is triggered can be inferred from the Offer or whatever. It overrides the value on meveoInstance. | |||
| param1El | string | element | 0/1 | The param 1 el. | |||
| param1ElSpark | string | element | 0/1 | The param 1 el. | |||
| param2El | string | element | 0/1 | The param 2 el. | |||
| param2ElSpark | string | element | 0/1 | The param 2 el. | |||
| param3El | string | element | 0/1 | The param 3 el. | |||
| param3ElSpark | string | element | 0/1 | The param 3 el. | |||
| param4El | string | element | 0/1 | The param 4 el. | |||
| param4ElSpark | string | element | 0/1 | The param 4 el. | |||
| quantityEl | string | element | 1/1 | required | The quantity el. | ||
| quantityElSpark | string | element | 0/1 | The quantity el. | |||
| subscriptionEl | string | element | 0/1 | The subscription el. | |||
| subscriptionElSpark | string | element | 0/1 | The subscription el. | |||
| triggeredEdrScript | string | element | 0/1 | Script to run | |||
| updatedCode | string | element | 0/1 | The updated code. |
Example
<TriggeredEdrTemplate code="..." description="..." id="...">
<subscriptionEl>...</subscriptionEl>
<subscriptionElSpark>...</subscriptionElSpark>
<auditable created="..." creator="..." updated="..." updater="..."/>
<auditableFields>
<auditableField actor="..." changeOrigin="..." code="..." created="..." currentState="..." description="..." entityClass="..." fieldName="..." id="..." originName="..." previousState="...">
<auditable created="..." creator="..." updated="..." updater="..."/>
<auditableFields>
<auditableField/>
</auditableFields>
<updatedCode>...</updatedCode>
</auditableField>
</auditableFields>
<meveoInstanceCode>...</meveoInstanceCode>
<conditionEl>...</conditionEl>
<updatedCode>...</updatedCode>
<conditionElSpark>...</conditionElSpark>
<quantityEl>...</quantityEl>
<quantityElSpark>...</quantityElSpark>
<param1El>...</param1El>
<param1ElSpark>...</param1ElSpark>
<param2El>...</param2El>
<param2ElSpark>...</param2ElSpark>
<param3El>...</param3El>
<param3ElSpark>...</param3ElSpark>
<param4El>...</param4El>
<param4ElSpark>...</param4ElSpark>
<opencellInstanceEL>...</opencellInstanceEL>
<triggeredEdrScript>...</triggeredEdrScript>
</TriggeredEdrTemplate>