Additional Customer Fields Create - Triggered when an additional customer field is created.

Return Type

AdditionalCustomerFieldsResultView { 
  customerId: string;
  id?: string;
  createdBy?: string;
  updatedBy?: string;
  schemeId?: string;
  name?: string;
  key?: string;
  value?: string;
  updatedDate?: Date;
  createdDate?: Date;
  internal?: boolean;
}

What’s Next