Change types that represent data modifications made to the Quote Requests entity.
Change types
Change Customer
Change triggered by the Change Customer update action.
Change Quote Request State
Change triggered by the Change Quote Request State update action.
typeString | "ChangeQuoteRequestStateChange" |
changeString | "changeQuoteRequestState" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Custom Field
Change triggered by the Set Custom Field update action.
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString | id of the referenced Type. |
Set Custom Type
Change triggered by the Set Custom Type update action.
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Transition State
Change triggered by the Transition State update action.