ebs.getOptionSetItemDisplayNameById

Returns the display name of an optionset item based on the specified ID.

Syntax

Copy
ebs.getOptionSetItemDisplayNameById(optionSetName: string, optionSetItemId: string): string | null

Example