
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 09-18-2024 03:30 PM
Hello Everyone,
We've encountered an issue after installing Now Assist for Creator. The Code Generation feature does not appear as expected. We've reached out to ServiceNow for support and followed the guidance provided in the following link: (Install Now Assist for code generation (servicenow.com) .
The resolution for this issue is as follows:
1. In the Application Navigator, search for "sys_properties.list".
2. In the "Name" field, enter "glide.ui.syntax_editor.polaris" and press enter.
3. You will see that the value for this system property is currently set to false. Click to open the system property.
4. Enter "true" in the "Value" text box and click "Save".
5. After making this change, right-click within the script line, and you should now be able to see the two Now Assist options.
When this property is set to false, the platform uses the CodeMirror script editor, which does not support the Now Assist code generation feature. Setting the property to true enables the Monaco Editor, which provides support for code assist functionality.
If you have any feedback or comments, please let me know.
Thank you
- 880 Views