GetRoleIdByName

From Catglobe Wiki
Revision as of 11:19, 21 September 2023 by Administrator (talk | contribs)
Jump to: navigation, search

[Obsolete - please use ResourceTemplateHelper.GetTemplate(resourceTemplateName, ResourceType).ResourceId. More detail at ConversionMethods ]

getRoleIdByName

Gets the id of the user resource template with the qualified name specified as input.

Syntax

getRoleIdByName(roleName)

Arguments

roleName: a string expression. It is the qualified name of a user resource template.

Return type

bool

Example

number id = getRoleIdByName("Consultant");

//1

Availability

Version 5.4