Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
I am wanting to add a custom workflow to the right click new menu. Is there any way to that? Thanks in advance!
Please have a look at following case:
https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS185927
<objecttype name="AgendaCR" class="wt.change2.WTChangeRequest2|com.ptc.ptcnet.AgendaCR" resourceBundle="ext.BWIR.ActionDefinitionsRB">
package ext.custom;
import wt.util.resource.*;
@RBUUID("ext.custom.ActionDefinitionsRB")
public final class ActionDefinitionsRB extends WTListResourceBundle {
@RBEntry("New Agenda Change Request")
public static final String PRIVATE_CONSTANT_1 = "AgendaCR.create.description";
@RBEntry("NEW_ICON.gif") // <WT_HOME>/codebase/netmarkets/images
public static final String PRIVATE_CONSTANT_2 = "AgendaCR.create.icon";
}
ant -f bin/tools.xml class -Dclass.includes=ext/custom/ActionDefinitionsRB.java
Thanks for the reply Bjorn. Really appreciate and looks like just what I am looking for but have not yet had a chance to try. thanks again!