/
organizationExist
organizationExist
Syntax
organizationExist(organizationName)
Description
Verifies whether a given organization is a registered JSD organization.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
organizationName | String | Yes | Name of the selected organization |
Return type
boolean(true/false)
A "true" return value means the organization is a registered JSD organization.
Example
boolean exist = organizationExist("someOrganization"); print("Return " + exist);
See also
, multiple selections available,
Related content
organizationExist
organizationExist
More like this
organizationExist (Power Scripts)
organizationExist (Power Scripts)
More like this
getOrganizationList
getOrganizationList
More like this
getOrganizationIdByName
getOrganizationIdByName
More like this
getOrganizationUserList
getOrganizationUserList
More like this
getOrganizationNameById
getOrganizationNameById
More like this