Cirrus Shield JavaScript Library is a library written in JavaScript language. It can be used to insert, update, upsert, and delete data from Cirrus Shield.
It can be used in custom buttons created in Cirrus Shield that execute JavaScript code or in any other applications using JavaScript to execute the functions.
The Cirrus Shield JavaScript Library contains the following functions:
1. Get Token ID
2. Get Time Zone
3. Get Record ID
4. Get Logged In User Guide
5. Get Owner
6. Get Organization Info
7. Get Current User Info
8. Get User Info
9. Get User Info by Username
10. Get Selected Record GUIDS
11. Get Data By ID
12. Get Data By Column
13. Create Record
14. Update Record
15. Upsert Record
16. Delete Record
17. Get Picklist Name
18. Get Picklist GUID
19. Decoding text
20. Send Email
21. Create Mass Records
22. Update Mass Records
23. Upsert Mass Records
24. Delete Mass Records
25. Format Date
26. Format Date Time
27. toCurrentUserTimezone
To start using these functions, the link of the library must be inserted in the page as follow:
 <script src=" https://www.cirrus-shield.net/Content/CirrusShield/CirrusShieldJS.js"></script>
Articles
- Get Token ID
- Get Time Zone
- Get Record GUID
- Get Logged In User Guid
- Get Organization Info
- Get Current User Info
- Get User info
- Get Selected Record GUIDS
- Get Data By ID
- Get Data By Column
- Create Record
- Update Record
- Upsert Record
- Delete Record
- Get Picklist Name
- Get Picklist GUID
- Decoding text
- Send Email
- Format Date
- Format Date Time
- Sample Code Example
- toCurrentUserTimezone