Interface BusinessUnitCustomFieldAddedMessagePayload

Generated after adding a Custom Field to a Business Unit using the Set CustomField update action. If a Custom Field already exists with the same name, a BusinessUnitCustomFieldChanged Message is generated instead.

interface BusinessUnitCustomFieldAddedMessagePayload {
    name: string;
    type: "BusinessUnitCustomFieldAdded";
    value: any;
}

Properties

Properties

name: string

Name of the Custom Field that was added.

type: "BusinessUnitCustomFieldAdded"
value: any

The added CustomFieldValue based on the FieldType.