Dear all,
Is there a way to create local or transaction variable dynamically inside the BLS transactions.
I have a scenario where in i am reading the XMl document and based on the number of node (sub node ) items i need to temporary save those values into transaction variable . I want to use these saved transaction variable tvalues o later insert into database
Hi,
you cannot dynamically create a local property. If you need to store values, maybe one of the following ideas may help you:
- create a XML property. You can append nodes with values as you need it
- create an Illum doc. You can add new rows later on
- if you want to store XML contents, you can use the queue actions. Create a queue and push XMLs on it. You can easily read those values afterwards
Michael
Add a comment