WorkingCredential
From Business Process Management, BPM and Workflow Automation Wiki | BizAgi BPMS
<keywords content="keywords"> user, credential, workingcredential</keywords>
Credential Object
The WorkingCredential object contains characteristics associated to the user and its properties such as working time schema, organization and time zone, among others.
These method is available in the business rules.
For example it can be used in a form’s visibility rule.
This example displays the information based on the user’s language, which is authenticated. It can hide or show fields according to what the rule returns.
Me.Case.WorkingCredentialExample
When used in an expression thet is set ON ENTER of an activity the WorkingCredential will return the propierties of the LAST user that was working on the case.
Some of the methods available are listed as follows:
Property | Description |
AreaName |
User area name. |
DelegateEnabled |
Indicates whether this user has delegation or not. |
Delegators |
Set with delegates of the current user. |
Enabled |
Indicates whether the user is enabled or not. |
FullName |
User full name. |
idArea |
User area identification. |
IdDelegate |
Id of the user delegate of the user. |
idLocation |
Id of the user location. |
idParentLocation |
User parent location id. |
idPosition |
User position identification. |
LocationName |
User location name. |
Positions |
User position collection |
Roles |
User role collection. |
Skills |
User skill collection. |
UserId |
user identification. |
IsInPosition |
Indicates whether the user has the specified position, false otherwise. |
IsInRole |
Indicates whether the user has the specified role, false otherwise. |
IsInSkill |
Indicates whether the user has the specified skill , false otherwise. |
<comments />