GetInboxOwnerInfoEx Method
This method returns field values for an Inbox item owner. If the Inbox item owner is in the screen-active business component record, then the method returns the values from the screen-active business component.
The method searches as follows:
OwnerInfoId
InboxItemId, OwnerPartyId
ObjectId, InboxTypeName, OwnerPartyId
Input Arguments
The following table shows the input arguments for this method.
Property Name | Required | Comments |
---|---|---|
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. |
OwnerPartyId |
No |
This property is the party ID for the Inbox owner. It is not updated, but is used for searching. |
InboxItemId |
No |
This property is the row ID of the Inbox item. It is not updated, but is used for searching. |
OwnerInfoId |
No |
This property is the information ID for Inbox owner. It is not updated, but is used for searching. |
Output Arguments
The following table lists the output arguments for this method.
Property Name | Comments |
---|---|
OwnerInfoId |
This property is the information ID for Inbox owner. |
OwnerPriority |
This property is the owner priority for the Inbox item task. |
OwnerActionLIC |
This property is the language-independent code. |
OwnerUTCDueTS |
This property is the UTC timestamp. |
OwnerComments |
None. |
OwnerStartWorkingTime |
This property is the owner start working time for the Inbox item task. |
OwnerEndWorkingTime |
This property is the owner end working time for the Inbox item task. |