Is there a way to return list of assigned activities after running Siebel Batch Assignment?
Hi,
We are using Batch Assignment (AsgnBatch) to assign activities to employees using mode MatchAssign. And we have multiple parallel jobs running records beeing isolated via ObjWhereClause and "AsgnKey" (RuleGroupId) parameter. We want to know which activity is assigned under which job.
We can list all activities using "DB_LAST_UPD_SRC='Assignment Manager'" but we also want to have view of which job (RuleGroup) did we assign activity.
Using mode "Match", Siebel inserts records to table S_ASGN_RESULT, but not for MatchAssign → This we checked already.
Then we can use this list to use in same workflow we call batch assignment and do same post processing → this is our target.