Case Working Credential

<< Click to Display Table of Contents >>

Navigation:  Low-code Process Automation > Studio Cloud - Authoring environment > Bizagi Studio > Process wizard > Business Rules > Bizagi Functions > Me Functions > Case >

Case Working Credential

FUNCTION

DESCRIPTION

SYNTAX

AreaName

Returns the user's area name.

Me.Case.WorkingCredential.AreaName

Domain

Returns user's domain.

Me.Case.WorkingCredential.Domain

Enabled

This function returns true if the given user is enabled.

Me.Case.WorkingCredential.Enabled

FullName

Returns 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)

IsInPersona(iPersonaEntityId)

 

This function returns true when the current user is linked to the given Persona ID.

Me.Case.WorkingCredential.IsInPersona(PersonaEntityId)

IsInPersona(sPersonaName)

This function returns true when the current user is linked to the given Persona Name.

Me.Case.WorkingCredential.IsInPersona(sStakehPersonaName)

LocationName

Returns the user's location.

Me.Case.WorkingCredential.LocationName

PosDisplayName

Returns the user's position display name.

Me.Case.WorkingCredential.PosDisplayName

PosName

Returns the user's position name.

Me.Case.WorkingCredential.PosName

Persona

This function returns the Persona associated with the user.

Me.Case.WorkingCredential.Persona

UserId

This function returns the user creator identifier. It is useful for functions that require a user id, or for allocations expressions.

Me.Case.WorkingCredential.UserId

UserName

Returns the user's user name.

Me.Case.WorkingCredential.UserName

UserProperties

Returns the value of a specified user property.

Me.Case.WorkingCredential.UserProperties


Last Updated 2/21/2023 9:31:32 PM