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

We are happy to announce the new Windchill Customization board! Learn more.

Looking for FormProcessorController ObjectBean.newInstance() examples

isodius
7-Bedrock

Looking for FormProcessorController ObjectBean.newInstance() examples

I have a need to create ObjectBeans in the preProcess phase on the Form lifecycle which later phases such as the doOperation and the delegates phases will process as if those ObjectBeans had been created like the ones for a multi-creation table form.

 

I understand that it is the responsibility of the FormProcessorController or of a FormProcessor to create the ObjectBeans and to structure these into the simple list or in a more hierarchical form in a method such as preProcess() or createObjectBeanStructure().

 

Reviewing the provided Customization documentation and any samples which I can find, I do not find examples where ObjectBean.newInstance() or its parameterized form is called.

 

Therefore, I am a bit in the dark about how to properly instantiate new ObjectBeans. I can guess and try but any real example would be enlightening.

 

lvanzandt@sodius.com

0 REPLIES 0
Top Tags