Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! 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!