Case Creator

<< 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 Creator

FUNCTION

DESCRIPTION

SYNTAX

Area

This function returns the identifier of the creator's Area. 

Me.Case.Creator.Area

BossId

This function returns the identifier of the creator's boss.

Me.Case.Creator.BossId

Domain

This function returns the domain of the case creator. 

Me.Case.Creator.Domain

Email

This function returns the email of the case creator. 

Me.Case.Creator.Email

FullName

This function returns the full name of the case creator.

Me.Case.Creator.FullName

getUserProperties

Returns a collection containing a specific user property of all assignees of an Activity.  

Parameter 1: index of the assignee, Parameter 2: Property name

Me.Case.Creator.getUserProperties("Property")

Id

Returns the user identifier of the creator.

Me.Case.Creator.Id


Last Updated 1/6/2022 11:34:34 AM