Skip to main content

Case Working Credential

Case Working Credential Functions

FUNCTIONDESCRIPTIONSYNTAX
AreaNameReturns the user's area name.Me.Case.WorkingCredential.AreaName
DomainReturns user's domain.Me.Case.WorkingCredential.Domain
EnabledThis function returns true if the given user is enabled.Me.Case.WorkingCredential.Enabled
FullNameReturns the user's full name.Me.Case.WorkingCredential.FullName
IsInPosition(iPositionId)Returns True if the user has a specified Position, False otherwise.Me.Case.WorkingCredential.IsInPosition(iPositionId)
IsInPosition(sPositionName)Returns True if the user has a specified Position, False otherwise.Me.Case.WorkingCredential.IsInPosition(sPositionName)
IsInRole(iRoleId)Returns True if the user has a specified Role, False otherwise.Me.Case.WorkingCredential.IsInRole(iRoleId)
IsInRole(sRoleName)Returns True if the user has a specified Role, False otherwise.Me.Case.WorkingCredential.IsInRole(sRoleName)
IsInSkill(iSkillId)Returns True if the user has a specified Skill, False otherwise.Me.Case.WorkingCredential.IsInSkill(iSkillId)
IsInSkill(sSkillName)Returns True if the user has a specified Skill, False otherwise.Me.Case.WorkingCredential.IsInSkill(sSkillName)
IsInStakeholder(iStakeholderEntityId)This function returns true when the current user is linked to the given stakeholder ID.Me.Case.WorkingCredential.IsInStakeholder(iStakeholderEntityId)
IsInStakeholder(sStakeHolderName)This function returns true when the current user is linked to the given stakeholder Name.Me.Case.WorkingCredential.IsInStakeholder(sStakeHolderName)
LocationNameReturns the user's location.Me.Case.WorkingCredential.LocationName
PosDisplayNameReturns the user's position display name.Me.Case.WorkingCredential.PosDisplayName
PosNameReturns the user's position name.Me.Case.WorkingCredential.PosName
StakeholderThis function returns the stakeholders associated with the user.Me.Case.WorkingCredential.Stakeholder
UserIdThis function returns the user creator identifier. It is useful for functions that require a user id, or for allocations expressions.Me.Case.WorkingCredential.UserId
UserNameReturns the user's user name.Me.Case.WorkingCredential.UserName
UserPropertiesReturns the value of a specified user property.Me.Case.WorkingCredential.UserProperties