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