This document was generated from CDN thread
Created by: Janine Graves on 05-12-2006 01:38:35 PM
Supppose I have an element that has these 2 things, both set to 'AFTER" - which one goes first? --
I use the Data tab of an element to copy element data to a session variable and I select CREATE AFTER; and also in that same element I use the General tab to add that session variable to the activity log and I select 'CREATE AFTER' ...
Which one occurs first? Does the data get copied from element data into session data, and THEN get logged? Or does the activity log get written before the assignment of the data?
Subject: RE: Create After
Replied by: Vance Vagell on 18-12-2006 06:41:12 PM
Hi Janine,
In Audium Call Services 3.6.x (and probably any version where this functionality has existed, though that has not been verified), the order of execution for these is:
1) Create Element Data.
2) Create Session Data.
3) Log.
This ordering applies to both "create before" and "create after" scenarios.
Regards,
Vance