- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
In Employee Center, when creating a new Demand (the request form is built using a Record Producer),
the Activity used to display a message like:
DMND No. ~ Created
But now it shows:
DMND No. ~ Created Date
We believe that, out-of-the-box, the confirmation message should show “Created,” not “Created Date.”
Could you help us understand:
Why this change happened (possible causes)?
How we can restore the original “Created” message (configuration or workaround)?
Thank you in advance for any advice.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago - last edited 2 weeks ago
@kuuum_aaaya Go to sys_ui_message table and search "demand {0} has been created" in the key field and language as Japanese.
Check the message field of this record and remove date from end.
Please mark the answer correct/helpful accordingly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@TejasLogicX_11 @RaghavSh @Ankur Bawiskar @Nehal Dhuri
thank you for your reply.
In English mode it says "Created", but in Japanese mode it says "Creation Date" (Japanese translation).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
This is a translation issue then , can you share the page/widget where you are getting this or steps?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
@RaghavSh
Thank you,This appears in the Activity after submitting a record from the request form for creating Demands, which was created with Record Producer in Employee Center.
If helpful, here are the steps:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago - last edited 2 weeks ago
@kuuum_aaaya Go to sys_ui_message table and search "demand {0} has been created" in the key field and language as Japanese.
Check the message field of this record and remove date from end.
Please mark the answer correct/helpful accordingly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi @kuuum_aaaya,
As far as I can understand,
Why it changed → Most likely due to an update/customization in the Record Producer script, EC widget/macro, or UI message that replaced the hardcoded “Created” text with the Created Date field.
How to fix →
Check the Record Producer script and set the message explicitly to "Created".
If not script-related, review the Employee Center widget/macro or UI message overrides that render the confirmation text and revert them.
As a quick workaround, hardcode the message in the producer script to force the "Created" wording.
Please mark it helpful and accept it as solution.