Hacktoberfest
I just completed the #ServiceNowHacktoberfest by having 4 contributions accepted! - Service Portal is a single place for everyone to access information, services and different applications. For my first contribution I shared a use case to validate a Service Portal data field so that the information can't be in the past. - For my second pull request I talked about best practices, explaining how to safely update a record. If we're not cautious with this kind of programming we can accidentally insert records instead of updating them. - For my third contribution I explained how to hide a related list within the ServiceNow platform. - The last one was about fixing a direct reference to the Choice table. This is an internal table and it is not best practice to reference that table directly when you are creating your choice field. Besides the use case, I propose a solution to fix the problem and I recorded a YouTube Video that explains how to use the script I wrote to accomplish