
tiagomacul
Mega Sage
Options
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
12-21-2018 12:13 PM - edited 10-23-2023 06:09 AM
Writing script include, how to use and more... / Como construir, como utilizar?
- How to learn scripting in ServiceNow
- Como testar / debugar o seu script?
- Function/ Funções
- Date/Time
- GlideRecord
-
- Scripts::. Exemplo para remover registros em uma data específica.
- Scripts::. Exemplo query por data.
- Scripts::. Exemplo de inclusão de registro em tabela.
- Scripts::. Select GlideRecord sys_audit
- Scripts: Schedule a script execution using script.
- Scripts: deleteMultiple();
- Scripts: updateMultiple()
- GlideRecord to Object Array Conversion By sabell2012
- GlideAggregate
- Dynamic filter using script include.
Javascrit APIs
Client-Side Classes | Server-Side Classes |
GlideAjax | GlideAggregate |
GlideForm | GlideDateTime |
GlideRecord | GlideElement |
GlideUser | GlideRecord |
spModal | GlideSystem |
g_form | JSON |
g_user | Workflow |
g_scratchpad |
Where do scripts execute?
- Client Side (Browser)
- Server Side
- Mid Server
Best Practices
- Make sure a script is really needed
- Check documentation
- what is the difference between the glide record and glide Ajax ?
w3chools.com
codeschool.com
Was useful, please leave your feedback!
#TM0002
- 2,687 Views
Comments
Jo_o Victor
Tera Explorer
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
01-08-2019
09:48 AM
Obrigado por compartilhar!
User378568
Giga Explorer
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
01-09-2020
05:00 AM
Thanks for sharing this.