Hi,
I need to put a container on the current form. I get the current form using NSB.currentForm.id
Is it possible to do this using something like below (below throws as error) without actually writing the form name?
[NSB.currentForm.id].appendChild(comContainer);
Thanks