SN Utils
macOS / developpeurs
Current features:
- InstanceTag, mark your Instance with draggable and configurable button
- Slashcommands type in /help to know more about this feature
- Show technical names: Show useful info like choice value and name next to labels.
- Search updatesets in progress, view list and set current.
- View your last 20 updates, browse to related record. (Admin role only)
- Node switching.
- Search tables and open list, dictionary or schema map.
- View the data and columns of the current record in a table (similair to view XML)
- Select a (abstract) username, view details of user.
- Provide (context aware) links to relevant places.
- Ability to popin, popout, or copy a tab. (also via context menu)
- Generate GlideRecord template, based on list
- Save record with CTRL-S / CMD-S
- Rightclick to go to Scriptinclude, table or search
- Paste a clipboard image to any record with CTRL-V / CMD-V
- CMD / CTRL Click in a form on element labels, to build conditions and open list
- Support for Studio
- Context menu code snippets and links
There are no assets required on your instances.
Quoi de neuf dans la dernière version ?
## 8.1.8.4 (2024-08-07)
Fixes / changes:
- Fix error in popup.js causing it not to work.
## 8.1.8.3 (2024-08-07)
Fixes / changes:
- Decreased threshold to store slash commands in localstorage to 5000 characters (Issue #530)
- Restore View Data in popup by pouplair demand
- Add try catch to iframes itterations in inject.js to prevent error when cross scope iframe is present
## 8.1.8.0 (2024-08-05)
Features:
- Storing the scroll position in session storage, so that when saving a record, the scroll position of monaco editors is restored after the page reloads.
Fixes / changes:
- Improve converting snuCreateHyperLinkForGlideLists to support displayvalues that have a comma
- Improve snuHyperlinkifyWorkNotes to exclude a closing bracket from the hyperlink
- Disabled View Data from popup and added a message to use /vd command instead
- Preparations for additinal shortcuts
## 8.1.7.3 (2024-07-10)
Fixes / changes:
- Improvements to the studio artefact filter. In large scopes it could block and make the tab unresposive.
- Adding sysparm_transaction_scope parameter when saving from the SN Utils Monaco code editor, so that it works after the instance switched to a different scope.
- Adding a icon next to the SN Utils Monaco code editor select list, to open the selected underlying sys_update_version record in a new tab.
## 8.1.7.0 (2024-07-08)
Features:
- The Monaco code editor that opens when clicking the icon next to a script, now shows a select with versions. Selecting a version shows the diff editor with the selected version left and the current version right.
## 8.1.5.7 (2024-07-03)
Fixes / changes:
- Update for issue snuLoadThemeVariables (Issue #523)
## 8.1.5.6 (2024-07-02)
Fixes / changes:
- Fix issue with theme loader in function snuLoadThemeVariables (Issue #523)
- Disable app [SN Utils] scope switch on sys_app table (Issue #522)
- Prepartions for diff function in codeditor.html
- Add kb_knowledge to first search tables for syid search function
## 8.1.5.2 (2024-06-25)
Fixes / changes:
- Exclude page validate_multifactor_auth_code.do in manifest.json as it caused issues logging in with MFA
- Update DOMPurify to 3.1.5
## 8.1.5.0 (2024-06-24)
Features:
- The monaco editor now shows a hover menu when hovering over gs.property('prop') value and does a lookup of the value.
- Make Monaco theme persistant per instance via localstorage setting snuMonacoTheme
- Double click label to edit catalog item variables in portal (Admin only)
## 8.1.4.0 (2024-06-11)
Fixes / changes:
- Ignore cross site frames when applieing /tn command (Issue #512)
- Monaco context menu adds options to switch theme (will make this persistent in a later release)
- Update to scriptsync.js to better handle errors, and send back to VS Code. After the move to the Fetch api this was lost.
- Minor improvements to attachment preview, to show loading state for text files.
## 8.1.3.1 (2024-06-07)
Fixes / changes:
- Prevent links to sys.scripts.do with paramater action or noredirect redirect to modern BG Script (action instead of run_module)
## 8.1.3.0 (2024-06-06)
Fixes / changes:
- Fix for codesearch where the artifacts have no name (Discussion #511)
- Change to snuAddSysUpdateVersionLink so that it shows when there are no other related links on the form
- Prevent links to sys.scripts.do with paramater run_module or noredirect redirect to modern BG Script.
- Add a link "Old" to modern BG Script page, so you can revert to the old page if needed. This will add the noredirect parameter to the URL.
## 8.1.2.6 (2024-06-03)
Fixes / changes:
- Adjustment to loading monaco editor in classic background script.
- Load PDF previews in attachment preview modal via browser default, so it doenst depend on table propertie.
- Add a link to https://www.arnoudkooi.com/sn-utils-does-not-run/ in the popup info tab, for when SN Utils does not run on a page and OnPrem version is needed.