Show TOC Start of Content Area

Procedure documentation Using Primary Pull to Retrieve Custom Attributes  Locate the document in its SAP Library structure

Use

You can define custom attributes for every item in your inbox. For example, you have an item  an invoice receipt. Apart from the standard attributes, you can define custom ones, for example invoice value. When you define custom attributes, they are retrieved to your inbox asynchronously from the standard attributes. This means that once an item arrives, these custom attributes are retrieved in additional calls to the backend. For performance reasons, in order to minimize response times to the end user, this may happen while the item is displayed to the end user - causing such attributes to be empty initially and only to appear in subsequent requests.

Depending on the implementation of the connector, the item provider may also define hollow attributes for each item. This means that after the first call to the backend retrieves all items for users, some attributes (the hollow attributes) remain empty. They are displayed and populated with value with subsequent calls to the backend. You cannot edit or configure the hollow attributes.

It is possible to synchronously load the custom and hollow attributes with the primary pull of items of the connectors you configured for. In this case you do not need to do several refreshes to fill in the custom attributes.  To do this, you can enable the synchronous retrieval of items, standard attributes and custom attributes.

Note

Enabling direct retrieval of custom attributes for a connector might lead to undesired changes in the reaction time of UWL. Hence, lower performance results.

In addition, this setting takes effect only after you upload the appropriate XML configuration file.

For more information on custom attributes, see CustomAttributes, CustomAttributeSource and Attribute.

Prerequisites

You need to initially configure custom attributes for a particular item type.

Procedure

...

       1.      On the portal, navigate to System Administration -> System Configuration -> Universal Worklist and Workflow -> Universal Worklist Administration.

       2.      Select the connector for which you want to use synchronous retrieval mechanism and choose the Edit pushbutton.

Note

You can also enable the synchronous retrieval mechanism when creating a new system connection.

       3.      Select the Retreieve Custom Attributes Using Primary Pull checkbox.

       4.      Save your changes.

End of Content Area