@oneblink/sdk
    Preparing search index...

    Type Alias FormElementOptionSetEnvironmentSalesforcePicklist

    FormElementOptionSetEnvironmentSalesforcePicklist: FormElementEnvironmentBase & {
        field: { label: string; name: string };
        integrationEnvironmentId: string;
        object: { label: string; name: string };
    }

    Type Declaration

    • field: { label: string; name: string }

      The Salesforce Picklist or MultiselectPicklist field

      • label: string

        The display label of the Salesforce field

      • name: string

        The API name of the Salesforce field

    • integrationEnvironmentId: string

      The id of the salesforce key in integration configuration.

    • object: { label: string; name: string }

      The Salesforce Object containing the picklist field

      • label: string

        The display label of the Salesforce Object

      • name: string

        The API name of the Salesforce Object