Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

GetResourceIdFromGuid

From Catglobe Wiki
Revision as of 02:34, 13 May 2022 by Administrator (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[Obsolete - Please use GetResourceUniqueIdFromGuid. More detail at ConversionMethods ]

getResourceIdFromGuid

Gets the id (the primary key value) of a resource specified by a GUID.

Syntax

getResourceIdFromGuid(guid)

Arguments

guid: Is a string expression. It is the GUI of a resource.

Return type

number

Examples

getResourceIdFromGuid("992420B1-94E4-4F83-B25C-DE601D402F5D");

//return 1: the primary key value of that //questionnaire (also a resource)

Availability

Version 4.8