I customized a tab frame in interaction-information for GAD,where agent can attach disposition code as user data,
I defined these disposition codes in cma's business attribute, this field is also a user defined field of calling list.
My question is how to update user defined field in calling list after applying the selection of dispostion code as user data?
Is there any callling list related class or method in AIL I can use to do this?
because when agent markdone a outbound call, predefined callling list fields like call result, do not call, call time etc will be updated automatically.
there must be some easy way to do this other than using basic jsp sql way, I mean, open a db connection, statement, resultset...close db connection..