- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2022 02:53 AM
I have a requirement to change the date format of purchase date from YYYY-MM-DD to MM/DD/YYYY in Software asset workspace guided set up.
On the form of software entitlement & stand view its in MM/DD/YYYY format.
I can populate the date in required format(MM/DD/YYYY) but when every i tried to change the change its reverting back to YYYY-MM-DD.(using client script, Script include)
Please find below screen shots.
Solved! Go to Solution.
- Labels:
-
DateFormat
-
SAM
-
Workspace : Next Experience
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 03:40 AM
Have submitted the Support Ticket and the issue got solved
below is the proposed Solution from ServiceNow
FYI
Navigate to 'UI Builder' under Now Experience Framework.
- Select 'Software Asset Workspace' in the UI Builder
- Select 'Playbook' from the drop-down list of pages.
---------------------------------------------------
Steps to fix the issue:
- Once on the 'Playbook' page, change the application scope to 'Software Asset workspace' to make the page editable.
- Select playbook component
- Once selected, navigate to the 'User session' property on the right and update it to '@context.session.user'
- Save the page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 02:30 PM
Hello,
This occurs because YYYY-MM-DD is the default format selected in the system properties. Any change made to this property is global and may not be desirable, however it is possible by having an Admin visit System Properties > System.
If you wish only to personalize the format without having a global impact, you can do so by navigating to All > Self-Service > My Profile, and selecting the desired option under 'Date format'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2022 03:25 AM
Thanks for your response, in system properties we have required format and for entire instance its in MM/DD/YYYY format, but problem is only with Asset workspace in Guided Setup View.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2022 07:04 AM
Thanks for the clarity. I understand the challenge now. My recommendation is to submit a support ticket for additional guidance as I'm unable to find where to amend the date format within the Workspace. Sorry I could not help further.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 03:40 AM
Have submitted the Support Ticket and the issue got solved
below is the proposed Solution from ServiceNow
FYI
Navigate to 'UI Builder' under Now Experience Framework.
- Select 'Software Asset Workspace' in the UI Builder
- Select 'Playbook' from the drop-down list of pages.
---------------------------------------------------
Steps to fix the issue:
- Once on the 'Playbook' page, change the application scope to 'Software Asset workspace' to make the page editable.
- Select playbook component
- Once selected, navigate to the 'User session' property on the right and update it to '@context.session.user'
- Save the page.