<< Click to Display Table of Contents >> 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 |
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