cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are working to address an issue with subscription email notifications. In the meantime, be sure to check your favorite boards for new topics.

Unable to see label of action created in action framework

Divyanshi
6-Contributor

Unable to see label of action created in action framework

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.

 

DS_10805287_0-1704780942060.png

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";

 

}

 

 

30 REPLIES 30
Divyanshi
6-Contributor
(To:HelesicPetr)

Yes, that's what I meant earlier.

Top Tags