getCustomSetting

Retrieve a value for a specific custom setting.

Parameters

  1. settingName - the key for the setting

Example Usages

let settingValue = app.getCustomSetting("groupOne.setting1");
console.log(settingValue);

Return Values

The function either returns a string that includes the said information or, if there is an error, it returns undefined.

Last updated