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
Filter by label
There are no items with the selected labels at this time.