P
pampaty
Guest
Hi Daniel, We can assign temp-table column values to list dataslot by using oeadapter by following steps: 1. Create an appserver project and create a .p file. Create a character extent output parameter and assign temp-table values to the character extent parameter 2. In bpm process, configure OEAdapter with the created .p file. Map character extent output parameter to list dataslots in dataslot mapping dialog. After executing the OEAdapter step in portal, list dataslot will have the temp-table column values. For reading the database column values from database and mapping it to list dataslot by using DB Adapter can be achieved by following the below steps 1. Open DB Adapter Configurator, select Add in SQL Statements 2. select Choose a database button in connection tab and configure database definition 3. select connect button in connection tab 4. In SQL statement tab, check select radio button and choose database table and choose column and select Get Result MetaData button 5. select output parameters tab, select Expect Column As List radio button and select the ellipses button to map the list dataslot for column 6. Create an output variable of list type and select ok 7. specify SQL statement and select ok in Configurator 8. In Dataslot mapping dialog, map the output parameter to list dataslot. Hope this helps. Thanks, Praveena
Continue reading...
Continue reading...