on 2009 Nov 09 12:48 PM
Hi Gurus
I want to change the description of the "Search: Service Order" view which is visible from the WEB UI.
I would have thought modifying the Logical Link would have made this possible.
Is this only possible via Custom Code?
If so where must I make the change?
Many Thanks in Advance.
Maximum Points for the right answer.
Panduranga
Hello,
You can change the OTR text which is called in the system. Using SOTR_EDIT and there you can change the text element where ever it is used in the system.
Regards,
Justin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Many Thanks for your assitance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Panduranga,
If you want to change description to "Search: Service Orders", you have to do it for the BT116S_SRVO component in the toolbar, on the Work center. It should be done in the component BT116S_SRVO, Windows, Main window, under "Breadcrumbs and Messages", in the GET_STATE_DESCRIPTION method.
Overwrite
DESCRIPTION = LV_ROOT_VIEW->GET_STATE_DESCRIPTION( IV_CURRENT_DESCRIPTION ).
to your descriotion at the runtime.
Regards,
Vadim.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
29 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.