Service Manager

Home 

IsNamedLicenseAvailable

Checks to see if the specified named license is available.

For licensing purposes, you can set specific Service Manager users as named users by checking IsNamedUser in the Employee workspace. If you check that option, you must also select a license name from the drop-down list. This function checks the number of named licenses that an application owns against the number of users who are specified as named users for that license. If there are more named users for a license than licenses available, the application returns false.

See Tracking Licenses for more information about licenses.

Syntax

IsNamedLicenseAvailable(licenseRecId)

Enabled For

For a description of the business object categories, see Notes on "Enabled For".

Business Object Category Yes/No
Business Rules: Before-Save Rules Yes
Business Rules: Calculation Rules (After Save, with or without Also Recalculate on Load) Yes
Business Rules: Calculation Rules (Before Save or Always, without Also Recalculate On Load) Yes
Business Rules: Calculation Rules (Before Save or Always, with Recalculate On Load) Yes
Business Rules: Editing Rules Yes1
Business Rules: Initialization Rules Yes
Business Rules: Read Only Rules No
Business Rules: Required Rules Yes1
Business Rules: Validation Rules Yes
Client Expressions No
Object Permissions No
Services Yes
LDAP Yes
Mobile Yes
Quick Actions (except UI Quick Actions) Yes
UI Quick Actions No
Reports Yes
Search/Dashboard without field references Yes
Search/Dashboard with field references No
1. Except when this field appears on a form or is triggered by such a field.

Parameter

licenseRecId The RecID of a license. This value comes from the FRS_LM_NamedLicenseBundle business object.

Return Value

Boolean value. Returns true if the license is available or false otherwise.

Example

The following is an example of using this function:

$(IsNamedLicenseAvailable ("003B58C0B4554E4BAA30DFD88876582A") == False)


Was this article useful?