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

UpdateInboxItemInfo Method


This method updates field values for an Inbox item.

The method searches as follows:

  1. InboxItemId
  2. ObjectId + InboxTypeName

See Table 47.

Input Arguments
Table 47.  UpdateInboxItemInfo Method, Property Set
Property Name
Req'd
Comments

InboxItemId

 

For searching, not updated.

ObjectId

 

For searching, not updated.

InboxTypeName

 

For searching, not updated.

InboxName

 

Value passed cannot be empty.

InboxPartyId

 

Value passed cannot be empty.

ReplicationLevel

 

Indicate whether this Inbox item needs to be routed when using remote mobile client.

Possible values are:

  • All = HQ, Regional, Local
  • Regional = HQ, Regional
  • None = HQ

Comments

 

 

InboxExpirationDuration

 

In seconds. Value passed cannot be empty.

InboxUTCExpirationTS

 

UTC timestamp. Value passed cannot be empty.

The name-value pairs are put into the Inbox Parameters table.

Applications Administration Guide