cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Translate the entire conversation x

Persisting attributes from custom table builder using Form Processor.(CreateChangeTaskFormProcessor)

tanvisharma13
6-Contributor

Persisting attributes from custom table builder using Form Processor.(CreateChangeTaskFormProcessor)

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!

2 REPLIES 2

Hi @tanvisharma13 

you got any solution for this issue ??

TDT
15-Moonstone
15-Moonstone
(To:tanvisharma13)

Hi @tanvisharma13.,

what tableID did you pass in currentObjBean.getAddedItemsByName("tableID")?

Announcements

Top Tags