Applications Administration Guide > Configuring the Inbox > Universal Inbox Business Service Methods >

CreateInboxOwner Method


This method creates multiple Inbox item owners for an Inbox item. If DeactivateOthers is true, the method deactivates the current active Inbox item owners before creating new ones.

The method searches as follows:

  1. InboxItemId
  2. ObjectId + InboxTypeName

See Table 31 and Table 33.

Input Arguments
Table 31.  CreateInboxOwner Method, Property Set
Property Name
Req'd
Comments

InboxItemId

 

 

ObjectId

 

 

InboxTypeName

 

 

DeactivateOthers

 

Default is yes (deactivate others).

Child properties

 

Multiple children are allowed. See Table 32.

Table 32.  CreateInboxOwner Method, Child Property Set, Type = InboxOwnerInfo
Property Name
Req'd
Comments

OwnerPartyId

Y

 

OwnerPriority

 

Language independent code

OwnerQueueDuration

 

In seconds

OwnerUTCDueTS

 

UTC timestamp

OwnerUTCStartWorkingTS

 

UTC timestamp

OwnerActionLIC

 

Language independent code

Output Arguments

Table 33.  CreateInboxOwner Method, Property Set, Type = ItemOutput
Property Name
Comments

InboxItemId

The row Id of the newly created Inbox item.

Child properties

Multiple children can be returned. See Table 34.

Table 34.  CreateInboxOwner Method, Child Property Set, Type = OwnerInfoOutput
Property Name
Comments

OwnerPartyId

 

OwnerInfoId

 

Applications Administration Guide