- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2022 11:52 PM
Hello,
How did you make fields mandatory ? if from UI policy then make it mandatory from dictionary if made it mandatory from dictionary then use UI policy.
Also, for number field it should be of type Single line text and use regex validation method using below
https://community.servicenow.com/community?id=community_article&sys_id=ebcf2b6edbd7d0103daa1ea668961973
Try these two.
Please hit like and mark my response as correct if that helps
Regards
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2022 01:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2022 01:42 AM
i managed to find the issue
i updated the type to reference and to cmn_location(it was lookup select box)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2023 02:32 PM
I was having issue on this step as well. I used below mention types for variables and they worked for me.
Workshop date
Question type: Date / Time
Question Subtype: Date & Time
Workshop location
Question type: Choice
Question Subtype: Record Reference
Projector?
Question type: Option
Question Subtype: Yes / No
Number of chairs
Question type: Text
Question Subtype: Single-line
Under Additional details -> Validation -> Number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2024 12:13 PM
The location item is what caused the error for me. I had Choice and Record reference and it did not like it... changing it to type = 'Reference' resolved the issue and it worked.
1. "Reference" was not one of the choices in the simulator drop-down, only 'choice' [which did not work]
2. Go to 'Maintain Catalog' and select 'Consulting Practice', go down to the catalog items and select 'Workshop Setup', then go down to 'Variables' and select the 'Workshop location' [if you are getting the error you will be clicking on 'Choice', now change the 'Type' to reference.