cancel
Showing results for 
Search instead for 
Did you mean: 

Radio button text change

johnson_george2
Explorer
0 Kudos

Hi All,

I have requirement to change the text of Radio button on the WDA Screen.

The text is is being read from the domain-fixed value (FITV_INPUT_MODE).

Now since this is a Std domain ..we cant change it.

I tried enhancing the screen (Please check the attachment).

Here , 1.Copied the domain to Z and changed the fixed value text

          2. enhanced the WDA component controller and added a attribute to the same node type the Z domain.

          3.  the removed the radiobutton in the WDA component and added another one binding to the attribute created.

I could successfully add the text .

but the functionality for that radio button is not working..where as for other radio buttons are working.

Is the approach rite or is there any other work around???

This is Requirement for the T&E ...change cost assignment screen..where Absolute and Percentage radio buttons are there..

i need to change the Absolute to Amount...is it possible via config...???

Regards,

Johnson George

Accepted Solutions (1)

Accepted Solutions (1)

johnson_george2
Explorer
0 Kudos

Hi All,

i Achieved it through dyaminc coding...thru an enhancemnt in the Modify method

Thanks to all.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Johnson. Did you manage to change the text and if you did how? BR Jan

Former Member
0 Kudos

Hi,

Maybe you can change the text using application configuration. Run the application (maybe take a copy of the standard application first if you want to keep original version and do this on the copy) in admin mode by using SHIFT+F8. Navigate to where you see the radio button and right click on it and select "settings for current configuration". See if you can change the text here, save it and put it in a transport. Does that work?

I could imagine this could also be a text that can be change through customizing in IMG but I don't know where.

Br Jan