- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 05-03-2019 12:32 AM
In the below video link i have explained about GlideForm API and g_form object used to access glideform methods. In this video i have given demo for below glideform methods:
Please click on the link below:
https://www.youtube.com/watch?v=dRtbzyc7gQ4&t=362s
1. getValue(String fieldName)
2. setValue(String fieldName, String value)
3. setMandatory(String fieldName, Boolean mandatory)
4. addOption(String fieldName, String choiceValue, String choiceLabel)
5. removeOption(String fieldName, String choiceValue)
6. getReference(String fieldName, Function callBack)
7. isNewRecord()
8. getTableName()
9. getUniqueValue()
10. addInfoMessage(String message)
11. addDecoration(String fieldName, String icon, String title, String color)
12. flash(String widgetName, String color, Number count)
Above methods i have covered in this Part1 video and rest of the methods i will be covering in Part2 methods.