Configures what properties of the enrolled CRM object are included in the action execution request

Hierarchy

  • ObjectRequestOptions

Constructors

Properties

properties: string[]

A list of properties of the CRM object to include with the request to the actionUrl.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc