Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi,
I am unable to see label when I create one action in Parts details page.
Action is there, it is clickable and the link opens. But can not see the label name.
I created CustomAction.java file in actionFramework package
package actionFramework;
import wt.util.resource.*;
@RBUUID("actionFramework.CustomAction")
public class CustomAction extends WTListResourceBundle {
@RBEntry("Open In Google")
public static final String Google_Des = "custom.openInGoogle.description";
}
Solved! Go to Solution.
Yes, that's what I meant earlier.
