At what point does the Recordings information be inserted into the
'IR_RecordingMedia' and other
'IR_' tables? I checked in the logs too, but could not find the Handler name that does these insertions. Could you point me to this Handler?
I have a requirement to tag few Attributes to an interaction by default and then get the values verified on call with the user and tag the updated attribute values to that interaction. I am using IceLib to trigger the Handler and set Attributes from my Web UI. The combination of RecordingID and CustomAttributID is a Primary key on
'IR_CustomAttribute' table, so I cannot have duplicate entries.
My plan is to add a customization point somewhere in the handler which checks if there is an entry in the
'IR_CustomAttribute' table for a given recording ID and do an update, else do an insert.
Thanks in advance!
Shilpa