Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleAvailability

This routine is available starting with SIL Engine™ 4.8.1

Syntax

getAllOrganizationIds()

Description

Excerpt

Returns the Ids of all Service Desk organizations.

Return type

Number []

Returns a number array of organization Ids.

Example 1

Code Block
return getAllOrganizationIds();

Result: 11|12|13|14.

Example 2

Code Block
for(number id in getAllOrganizationIds()) {
	runnerLog(getOrganizationNameById(id));
}

Result: "Company A"
            "Company B"
            "Company C"

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "jira_group_routine"
labelsjira_group_routine