It is also possible to save persistent information into the internal data table using html url.
Links for saving values:
<a href="#" onclick="new Ajax.Request('?Action=SetPersistentProperty&DataGroup=[...]&DataKey=[...]&DataValue=[...]&AssociatedGroup=[...]&AssociatedUser=[...]&AssociatedQueueID=[...]&AssociatedCallID=[...]&LifeTime=[...]Logging=1', {{ asynchronous:true }});return false;">
Tag to retrieve values:
<%PersistentProperty:DataGroup:DataKey:AssociatedGroup:AssociatedUser:AssociatedQueueID:AssociatedCallID%>
Annotations
Not filled values needs to be empty.
Example:
<%PersistentProperty:Announcements:1::::%> retrieves the value "Annoucement_Office.wav" from the previous example.
<%PersistentProperty:Announcements:1::::%>
<%PersistentProperty:Announcements:2::::%>
<%PersistentProperty:Announcements:3::::%>
Retrieves a list with values that can be filled into a html drop down menu for example.
Copyright © 2018 3iMedia GmbH