IT Process Automation

 View Only
  • 1.  Delete dataset variable dynamically

    Posted Sep 10, 2015 07:06 AM

    Good morning community.

    I create dynamically in running time a new dataset variable called Datasets["/BASE/DST/DST_ALI_TEST"].num_ots_to_do1

    So i need now to destroy in running time this variable. ¿How i can do this?

     

    Thanks for the help.



  • 2.  Re: Delete dataset variable dynamically
    Best Answer

    Broadcom Employee
    Posted Sep 10, 2015 09:06 AM

    You can assign an empty value to a variable in a dataset but you can't completely remove the variables in a dataset programmatically. You must remove variables via the GUI.  This is a java limitation from what I am finding.