Multi Value CDT

I've defined a CDT as a Multi Value. At run time I will have 'n' instances of the object.
During runtime I wish to update a specific field for one of the instances of the object but I'm not seeing how to address the field correctly.

I cant use array[1].field  as that's only addressing the first instance. So for example I have at run time the multi Value CDT with the values :

                         Instance1   Instance2    Instance3

Field1(Text)             A               D                    G         

Field2(Text)             B               E                    H

Field3(Boolean)        true           false               false

I want to change Instance3 Field 3 from false to true, (and ideally instance 1/2 to false)

 

 

 

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data