Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Demand message shows “Created Date” instead of “Created” in Employee Center

kuuum_aaaya
Tera Contributor

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.

1 ACCEPTED SOLUTION

@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.

View solution in original post

9 REPLIES 9

kuuum_aaaya
Tera Contributor

@RV_snow @Raghav Sharma24 @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).

 

スクリーンショット 2025-09-19 092452.pngスクリーンショット 2025-09-19 092225.png

This is a translation issue then , can you share the page/widget where you are getting this or steps?

@Raghav Sharma24 
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:

・Open the request form created with Record Producer (for creating Demands) in Employee Center.
・Submit the record.
・After submission, check the Activity section; that is where this appears.

@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.

NityaB161013953
Mega Patron

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

    1. Check the Record Producer script and set the message explicitly to "Created".

    2. If not script-related, review the Employee Center widget/macro or UI message overrides that render the confirmation text and revert them.

    3. 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.