Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Create remote choice definitions in Service Exchange for Providers

As a provider, define remote choice fields that allow consumers to retrieve choice data from their instances in real time.

Before you begin

  • Role required for creating a Remote Choice Definition: security_admin
  • Role required for creating Remote Choice fields: admin

Procedure

  1. Elevate your role to security_admin.

  2. Navigate to All > Service Exchange Provider > Administration > Remote Choice Definitions.

  3. Click New.

  4. On the form, fill in the fields.

FieldDescription
TableName of the table that's available to your consumers to query for while they are selecting a catalog item on their service portal.
NameAuto-assigned name that can be changed by an user with the `security_admin` role.
GlideRecordSecureWhen this option is selected, all queries for this table follow the access control list \(ACL\) restrictions. When this option isn’t selected:- Queries for this table ignore all ACL restrictions. - Reference qualifier conditions must be specified for each remote choice variable to limit data access.
AccountSecureWhen this option is selected, all queries for this table limit the results that are based on the querying service account's Company field and the table's Company or Account field. Note: This flag is available only on the tables with references to the company or account where the field is named account, u_account, company, or u_company.
Short descriptionAdditional information about the table.
FilterFilter conditions that define the base conditions on the table.
  1. Click Save.

  2. Navigate to Service Exchange Providers > Administration > Remote Catalog Items.

  3. Select a remote record producer and click Edit.

  4. In the Variables related list, click New.

  5. On the form, fill in the fields.

FieldDescription
Record producer tableAuto-selected table that appears when you select the field. This table can be selected manually if it isn't mapped to a field.
TypeReference type.
Remote choice enabledOption that you can select for a remote choice.
Catalog itemName of the remote record producer.
QuestionQuestions that appear in a catalog record on your consumer's service portal.
Type Specifications
  • Remote choice reference that includes the remote choice definition that you use for consumer queries for this variable.
  • Remote choice display field that includes the primary data value that appears to your consumers in their querying results.
  • Remote choice additional info field that includes the secondary data value that appears to your consumers in their querying results.
  • Remote choice dependent on field is a variable that this remote choice variable depends on.
  • Reference qualifier condition that includes the filter options that you define to limit the data that is returned by the definition.
  1. Click Submit.

Result

A remote choice variable is created.