/
getAllOrganizationIds
getAllOrganizationIds
Description
Returns the Ids of all Service Desk organizations.
Return Type
Number
Returns a number array of organization Ids.
Examples
Example 1
return getAllOrganizationIds();
Result: 11|12|13|14
Example 2
for(number id in getAllOrganizationIds()) {
runnerLog(getOrganizationNameById(id));
}
Result: "Company A" "Company B" "Company C"
See also
Peacock
, multiple selections available,
Related content
getAllOrganizationIds (Power Scripts)
getAllOrganizationIds (Power Scripts)
More like this
getAllOrganizationIds
getAllOrganizationIds
More like this
getOrganizationIdByName
getOrganizationIdByName
More like this
getAllOrganizationIds
getAllOrganizationIds
More like this
getOrganizationNameById
getOrganizationNameById
More like this
getUserOrganizations
getUserOrganizations
More like this