Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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!
Hi @tanvisharma13.,
what tableID did you pass in currentObjBean.getAddedItemsByName("tableID")?