Disclaimer: This is not a sponsored post or advertisement Google has a remote software that is relatively unknown compared to big names like Zoom, Teamviewer, Cisco Webex etc. It is called Chrome Remote Desktop. It is usable on a Computer and also Andriod/IOS devices. You will need a Gmail Account and Chrome browser to use […]
Continue readingAuthor Archive: weicheng
How to highlight cells in excel based on the contents of other cells
There might be a time when you have a requirement that needs you to highlight cells under a column based on the values in another column. E.g. for example, you want to highlight the cells in Price column based on whether they are paid or not. Let’s say when Paid is equals to 1, you […]
Continue readingHow to prevent ServiceNow Update Set Migration error: Cannot commit Update Set – Update scope id is different than update set scope id ‘global’
There are times were we have to work with multiple application scopes in ServiceNow. There are usually no problems with this. But a problem might arise during the migration of update sets to another instance (for example from UAT to Prod). The following error might be encountered: Cannot commit Update Set – Update scope id […]
Continue readingGetting display values for reference field in ServiceNow REST calls
ServiceNow provides access to instances through a set if RESTful APIs. Here is one tip on how to use a GET request to obtain display values for reference fields in ServiceNow. Use case: Given the sys_id of a user in ServiceNow, you want to know the name of the department the user belongs to. […]
Continue reading