- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2022 10:55 PM
Hi,
I want to change "preapproved" to "Standard" on sn_chg_model_ui_landing.do. Let me know how to achieve this.
Solved! Go to Solution.
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 03:03 AM
Please add an entry to table sys_ui_message same as
Result would be
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 03:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 03:07 AM
Thank you! This worked.
Can you please let me know if this is going to affect anything else in the system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 03:23 AM
No. This will not have any impact on the system if you are not using Language translation plugin.
if you are using it then you should be careful in using the below syntax.
i18n.getMessage("Preapproved");
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2023 02:17 AM
Hi Divya,
Can i know how you achieve this.
I create the same,
But the result is same.