It's all about the answers!

Ask a question

Attribute customization steps using scripts


Mahasweta Bagchi (645) | asked Jan 20 '14, 10:46 a.m.

Hello,

I need to use script based customization of attributes for use in RTC defect management. I am very new to Dojo.

I would need exact steps that I can use, including any set up-s to enable script based customization.

Also, I would need some help on how to set the class name. I am finding examples like org.example.workitems.providers or com.example.common. Does this mean that I have to create a package somewhere?

Any response is greatly appreciated.

One answer



permanent link
Dinesh Kumar B (4.1k413) | answered Jan 20 '14, 10:57 a.m.
JAZZ DEVELOPER
edited Jan 20 '14, 10:59 a.m.
have you gone through https://jazz.net/wiki/bin/view/Main/AttributeCustomization its a great place to start with.

the class name can follow your org's conventions for packaging.. i usually make use of com.ibm.myscripts.<classname>, rest is taken care internally.  just make sure the class name is unique...

Your answer


Register or to post your answer.