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

GetInboxOwnerInfo Method


This method returns field values for multiple Inbox item owners for a given Inbox item, and returns information about the action status of the items.

The method searches as follows:

  1. InboxItemId
  2. ObjectId + InboxTypeName
Input Arguments

Table 41 lists the input arguments for this method.

Table 41. GetInboxOwnerInfo Method, Property Set
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

Table 42 lists the output arguments for this method for the property set.

Table 42. GetInboxOwnerInfo Method, 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 Table 43.

Table 43 lists the output arguments for this method for the child property set.

Table 43. GetInboxOwnerInfo Method, Child Property Set, Type of InboxOwnerInfo
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.

Siebel Applications Administration Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.