Skip to main content
12-Amethyst
March 6, 2015
Solved

How to modify NmCommandBean

  • March 6, 2015
  • 1 reply
  • 3602 views

Hi,

We have a requirement to set an attribute of a WTPart through some conditions while persisting.

I could able to extend the form processor and can set the new value but unable to update the Key Value of NmCommandBean.

Any insights?

Thanks,

Niranjan M

Best answer by nmala

Hi Prabhash,

My requirement is to update a soft attribute "XX" of a WTPart while persisting based on the conditions like if number starts with PK then the attribute XX value should set to Phantom etc.

So I thought of changing nmcommandbean by updating the value against the key XX and couldn't achieve this.

As you said there is no need to modify nmcommandbean object, I updated WTPart from ObjectBean by extending doOperation method of FormProcessor and now its working as expected.

Thanks,

Niranjan M

1 reply

1-Visitor
March 9, 2015

Hello Niranjan,

There will be no need to modify the nmcommandbean object.Just try to find out appropriate method to override in your form processor.

If you could elaborate your problem statement in detail, may be I will be able to give you some more info.

nmala12-AmethystAuthorAnswer
12-Amethyst
March 10, 2015

Hi Prabhash,

My requirement is to update a soft attribute "XX" of a WTPart while persisting based on the conditions like if number starts with PK then the attribute XX value should set to Phantom etc.

So I thought of changing nmcommandbean by updating the value against the key XX and couldn't achieve this.

As you said there is no need to modify nmcommandbean object, I updated WTPart from ObjectBean by extending doOperation method of FormProcessor and now its working as expected.

Thanks,

Niranjan M

1-Visitor
March 10, 2015

Good to know that you found the solution!