How to set extensions attributes in composer

Hi,

Someone know how to set extensions attributes in composer 8.1.201?

Is there a equivalent of IRD function “ExtensionAttach” for composer? As I read in that document http://genesyslab.info/wiki/index.php?title=CallInfo_Function_Migration, they recommand to use the model. But When I use the model (ex : _genesys.ixn.interactions[system.InteractionID].xdata.NO_ANSWER_TIMEOUT = ‘7000’; ), it seem to be readonly and I see that error in ORS log : IllegalAlloc: Attempt to overwrite system variable[ NO_ANSWER_TIMEOUT] - in at line: 2973

The goal is to manage RONA by strategy.

thank you

Alain

When you read the whole topic,you have to know that update of Extension is not supported :

Not Supported. No setXData() function defined. We currently have no means, other than implicitly via the data model, to attach xdata to an interaction and no explicit methods of setting it (i.e., no setXData() function defined).

Not Supported. No setXData() function defined. We currently have no means, other than implicitly via the data model, to attach xdata to an interaction and no explicit methods of setting it (i.e., no setXData() function defined).

The bold/underline text let me think that it is possible. But it doesn’t seem to work. Maybe someone has managed to make it work.

But I was informed Friday afternoon that we received a new version of the tserver cisco which offers more possibility of management of the RONA. I’ll wait the installation to be made for give it a try.

Thank you

Alain

Extension data can be set through hint property but it requires specific version of composer and ORS.