Extended Parameters for Delete Process in EIM through UI
Dear Team,
We are working on siebel 8.1.1.3 public sector.
Please tell me how to pass Extended Parameters through UI.
I'm able to pass extended parameters via command line, but with EIM UI Job, it is giving error: SBL-EIM-00206: Failed to run initial process
From logs it is saying:
SBL-EIM-00212: Undefined user-param: $batch
Error SBL-EIM-00206: Failed to resolve extended parameters.
Tried following few combinations for Extended Parameters
1. "batch='2',rowId='X'"
2. batch='2',rowId='X'
Nothing worked with UI batch job.
We are planning to delete cancelled activities from production which are in millions.
It would be great if anyone can share Do's and Dont's.