CreateInboxEx Method
This method creates an Inbox item and an Inbox item owner. The name-value pairs are put into the Inbox Parameters table.
Input Arguments
The following table shows the input arguments for this method.
Property Name | Required | Comments |
---|---|---|
InboxName |
Yes |
This property is the name for the Inbox. |
InboxTypeName |
Yes |
This property is the name of Inbox type. |
InboxPartyId |
Yes |
This property is the party ID of the Inbox owner. |
Comments |
No |
None. |
ObjectId |
Yes |
This property is the object ID of the Inbox item. |
InboxExpirationDuration |
No |
The duration is expressed in seconds. |
InboxUTCExpirationTS |
No |
This property is the UTC timestamp. |
ReplicationLevel |
No |
This property indicates whether this Inbox item must be routed when using remote databases. Select one of the following options:
|
OwnerPartyId |
Yes |
This property is the party ID of the Inbox owner. |
OwnerPriority |
No |
None. |
OwnerQueueDuration |
No |
The duration is expressed in seconds. |
OwnerUTCStartWorkingTS |
No |
This property is the UTC timestamp. |
OwnerActionLIC |
No |
This property is the language-independent code. |
OwnerUTCDueTS |
No |
This property is the UTC timestamp. |
Output Arguments
The following table shows the output arguments for this method.
Property Name | Comments |
---|---|
InboxItemId |
This property is the row ID of the newly-created Inbox item. |
OwnerInfoId |
This property is the information ID for the Inbox owner. |