GetInboxOwnerInfo Method
This method returns field values for multiple Inbox item owners for an Inbox item, and returns information about the action status of the items.
The method searches as follows:
InboxItemId
ObjectId + InboxTypeName
Input Arguments
The following table shows the input arguments for this method.
Property Name | Required | Comments |
---|---|---|
InboxItemId |
No |
This property is the row ID of the Inbox item. It is not updated, but is used for searching. |
ObjectId |
No |
This property is the object ID of the Inbox item. It is not updated, but is used for searching. |
InboxTypeName |
No |
This property is the name of Inbox type. It is not updated, but is used for searching. |
ActiveOwnerOnly |
No |
This property indicates that information is returned only for active owners. The default is TRUE. |
EvaluateOR |
No |
This property evaluates the OR condition on all owners’ actions using the Action that is passed in from the caller. |
EvaluateAND |
No |
This property evaluates the AND condition on all owners’ actions using the Action that is passed in from the caller. |
Output Arguments
The following table shows the output arguments for this method for the property set.
Property Name | Comments |
---|---|
OREvalResult |
This property is 1 if one or more owner's inbox tasks have OwnerAction equal to the input parameter EvaluateOr. Otherwise it is 0. |
ANDEvalResult |
This property is 1 if all the owner's inbox tasks have OwnerAction equal to the input parameter EvaluateAnd. Otherwise it is 0. |
Child Properties |
Multiple children can be returned. See the following table. |
The following table shows the output arguments for this method for the child property set.
Property Name | Comments |
---|---|
OwnerInfoId |
This property is the information ID for the Inbox owner. |
OwnerPriority |
None. |
OwnerActionLIC |
This property is the language-independent code. |
OwnerUTCDueTS |
This property is the UTC timestamp. |
OwnerComments |
None. |
OwnerStartWorkingTime |
This property is the UTC timestamp. |
OwnerEndWorkingTime |
This property is the UTC timestamp. |