Populate LOV in BPM generated Human Task (ADF) pages

Populate LOV in BPM workspace pages (HumanTask generated pages)
We want to show the case status value instead of statusID in Case HumanTask object

• In Jdeveloper create a Model project the BPM Application.

20121122-122326.jpg

• Connect to the database where the domain values are available and accept all default settings Click Finish.
• Create a Viewobejct and it to the AppModule

20121122-122436.jpg

20121122-122549.jpg

• Accept all default settings Click Next then Finish
• Add the ViewObject to the AppModule

20121122-122614.jpg

• Drag the value of the DataControl to the page and create select one choice

20121122-122658.jpg

20121122-122712.jpg

Select the following in the popup screen
• In the Base Data Source the payload of the object, in this case is CaseObject
• Chose Dynamic List
• In the List Data Source select the created LOV datasource
• For the datavalue select status and the List Attribute the ID from LOV
• Chose for Display Attribute the Description
• Then OK

20121122-122828.jpg

In the SelectOneChoise element set auto submit= true

20121122-122854.jpg

You Done, now you can delete the status value which has been auto generated from the HT page.

20121122-123007.jpg

2 Replies to “Populate LOV in BPM generated Human Task (ADF) pages”

Leave a Reply

Your email address will not be published. Required fields are marked *