Change types that represent data modifications made to the Product Discounts entity.
Change types
Change Is Active
Change triggered by the Change IsActive update action.
typeString | "ChangeIsActiveChange" |
changeString | "changeIsActive" |
previousValueBoolean | Value before the change. |
nextValueBoolean | Value after the change. |
Change Localized Name
Change triggered by the Change Name update action.
typeString | "ChangeLocalizedNameChange" |
changeString | "changeName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Change Predicate
Change triggered by the Change Predicate update action.
typeString | "ChangePredicateChange" |
changeString | "changePredicate" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Change Sort Order
Change triggered by the Change Sort Order update action.
typeString | "ChangeSortOrderChange" |
changeString | "changeSortOrder" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Change Value
Change triggered by the Change Value update action.
typeString | "ChangeValueChange" |
changeString | "changeValue" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Is Valid
This change is initiated by background processes after the Set Valid From, Set Valid Until, or Set Valid From and Until update action is performed.
typeString | "SetIsValidChange" |
changeString | "setIsValid" |
previousValueBoolean | Value before the change. |
nextValueBoolean | Value after the change. |
Set Key
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Localized Description
Change triggered by the Set Description update action.
typeString | "SetLocalizedDescriptionChange" |
changeString | "setDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set References
Set Valid From And Until
Change triggered by the Set Valid From and Until update action.
typeString | "SetValidFromAndUntilChange" |
changeString | "setValidFromAndUntil" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Valid From
Change triggered by the Set Valid From update action.
typeString | "SetValidFromChange" |
changeString | "setValidFrom" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Valid Until
Change triggered by the Set Valid Until update action.
typeString | "SetValidUntilChange" |
changeString | "setValidUntil" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |