Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi All,
I have added a custom table builder on create CT wizard page in which I have added attributes using Data utility.
But unable to process and save these attributes on click of Finish.
I am using FormProcessor to do the same,
But in the PostProcess method I am not able to get the custom table builder details.
Using the below api to get the details.
List<NmOid> nmoList = currentObjBean.getAddedItemsByName("tableID");
Thanks In Advance!