| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| xml | String | The XML string. | ||
| ignoreForeignPks | Boolean | Optional | Indicates whether to ignore Foreign Pks and use IDs instead. This is useful when importing XML into another database. If omitted, a value of False is assumed. | |
| warnings | finWarnings | Optional | ByRef | If omitted, a value of Nothing is assumed. |
| clearExisting | Boolean | Optional | If True all existing Promotions are cleared. Note, this means if the Promotion is used by an Account, Account Application etc, the Save will fail. If omitted, a value of True is assumed. |
A Boolean value indicating success.