How to loop through the current query context in a Task UI?
Hi All,
I am trying to loop trough the current list of account records in a task.
To achieve this I tried the following:
- Created a simple task based on Account BO
- In the Task Group, I set "Require Context BC" = TRUE, BC = "Account"
- In the task, I work on the first account using "Object Id" <<< this works fine
- after work is finished, I want to show the next account using <Siebel Operation> Step with "NextRecord" on Account BC
-> Validation fails
-> Task Fails
Error:
The business component 'Account' for Task Step 'Next Account' in Task 'My Test Task: 0' cannot be the Primary Business Component of the Task business object 'Account'.
0