Sublime Text v2 & v3 Integration with ServiceNow (Eureka & above)
- JSONv2 Support
- Enhanced conflict detection between Server and local copy
- Enhanced messages to the end user on error
All files that will be set to an instance must have a comment in the top with the URL for the file
Example
// __fileURL = https://fruition18.service-now.com/sys_ui_script.do?sys_id=db89dc86456b70c884e9262b8aecf165
Files that are tied to a field other than the Script field will need to have that specified
// __fieldName = html
Credentials are stored as a Base64 encoded string within the settings for the plugin. To add credentials create a comment to the top of the file with the user name and password separated by a :
// __authentication = user:pass
The user name and password will be replaced with the word "STORED" if the command completed
Credentials only need to be set once on any file that is set to an instance
- Download the serviceNowBuild.py
- In Sublime: Go to Browse packages
- Create a new folder called ServiceNowBuild
- Take the downloaded serviceNowBuild.py and move it into your newly created folder
- Restart Sublime