IsNamedLicenseAvailable
4 min
checks to see if the specified named license is available for licensing purposes, you can set specific 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 docid\ oyvwru9srt0vxxr8hdeqq for more information about licenses syntax isnamedlicenseavailable(licenserecid) enabled for for a description of the business object categories, see notes on "enabled for" docid\ u26v9fecfs6ilwa0 pvjd 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 parameter description 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)
