Created
April 4, 2014 10:00
-
-
Save wmfairuz/9971584 to your computer and use it in GitHub Desktop.
entity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <entity-condition list="invoiceItems" entity-name="InvoiceItem"> | |
| <condition-list combine="and"> | |
| <condition-expr field-name="invoiceId" from-field="payAppl.invoiceId" /> | |
| <condition-list combine="or"> | |
| <condition-expr field-name="productId" value="16000" | |
| operator="equals" /> | |
| <condition-expr field-name="productId" value="54000" | |
| operator="equals" /> | |
| <condition-expr field-name="productId" value="60000" | |
| operator="equals" /> | |
| </condition-list> | |
| </condition-list> | |
| </entity-condition> | |
| <entity-one entity-name="PaymentMethod" value-field="paymentMethod"> | |
| <field-map field-name="paymentMethodId" from-field="parameters.paymentMethodId"/> | |
| </entity-one> | |
| <entity-and list="orderRoleToList" entity-name="OrderRole"> | |
| <field-map field-name="orderId" from-field="orderHeader.orderId"/> | |
| <field-map field-name="roleTypeId" value="BILL_FROM_VENDOR"/> | |
| </entity-and> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment