Dynamic infotable into an Infotable
hello
I want to manage a list of devices with attributes (infotable) into a list of alert management (another infotables)
The list of alerts is working fine and is managed from a mashup (using AddOrUpdateDataTableProperties ).
This issue is with the list of devices attached to theses alerts which is generated by script.
Only some attributes are saved (boolean for example) but not all (the name of device for example).
To add a device into the list, I'm using device = new Object(), and after AddRow (device) to the list of devices attached to the alert.
I tried several method (Clone() for example) without succes.
The number of rows for the device list is well incremented but some attributes are not saved (I tested into a grid )
is there something specific for infotable into infotable or something special to do to update the primary infotable ?
Thanks for ideas
Regards

