zcrmsdk
Version:
Node JS SDK for Zoho CRM
18 lines (12 loc) • 793 B
Markdown
# ModuleFieldsHandler
The class contains the methods to manipulate the fields of all the modules.
## Package /utils/util/module_fields_handler
## Static Methods
| Method | Description |
| :-------------------- | :--------------------------------------------------------------- |
| deleteFieldsFile() | The method to delete fields JSON File of the current user. |
| deleteAllFieldFiles() | The method to delete all the field JSON files under the resources directory. |
| refreshFields(module) | The method to force-refresh fields of a module. |
| refreshAllModules() | The method to force-refresh fields of all the available modules. |
----
[source](../../utils/util/module_fields_handler.js)