Attribute customization steps using scripts
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
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...
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...