SetDictionaryDescription

This function sets new description of the dictionary item selected in specified field.

Syntax

SetDictionaryDescription("fieldTitle","description");

Function arguments

  • fieldTitle – (String) The Defined Dictionary case form field
  • description – (String) The new description of selected dictionary

Return value

This function returns Boolean. This function always returns true

Examples

Example 1: This will set description of Defined Dictionary stored in 'Customer’ case form field to 'Some description’

SetDictionaryDescription("Customer","Some description");