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 Selected Record GUIDS
8. Get Data By ID
9. Get Data By Column
10. Create Record
11. Update Record
12. Upsert Record
13. Delete Record
14. Get Picklist Name
15. Get Picklist GUID
16. Decoding text
17. Send Email
18. Create Mass Records
19. Update Mass Records
20. Upsert Mass Records
21. Delete Mass Records
22. Format Date
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 Owner
- Get Organization 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
- Create Mass Records
- Update Mass Records
- Upsert Mass Records
- Delete Mass Records
- Format Date
- Sample Code Example