Hi Experts,
I need to validate the data of a model node in component controler and add those validated records in other value node. For that I need to write a loop where in i can repeat the records for validation.
How can i create the element in the loop ? I tried with below code as we do in View controler , but ! this is not allowing in compoent controler. Is there any way to do this ?
IPrivateFinalTRAView.IFirstOutputElement FFM = wdContext.createFirstOutputElement();
Regards,
Suresh