Skip to main content
1-Visitor
September 18, 2020
Question

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

  • September 18, 2020
  • 2 replies
  • 1319 views

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

10-Marble
April 28, 2025

Hi @tanvisharma13 

you got any solution for this issue ??

16-Pearl
May 4, 2025

Hi @tanvisharma13.,

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