You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.
Hi, thanks in advance.
I need to add a record to a module I created. My new module has four fields and he is named "Logins". I created a class with the fields, and it inherits from ZohoEntity(abstract class). But always he ask for ModuleName. I created a ModuleNameAttribute but doesn't work.
Could you provide me an example that how I should insert a record to a custom module?
Thanks and regards from Argentina.
The text was updated successfully, but these errors were encountered:
You need to provide the internal name for the module. In my case, I found that Zoho named my module "CustomModule1", so I used the following attribute and it works: "[ModuleName("CustomModule1")]
You can get the list of modules and their internal names by submitting a GET request with the following URL:
Hi, thanks in advance.
I need to add a record to a module I created. My new module has four fields and he is named "Logins". I created a class with the fields, and it inherits from ZohoEntity(abstract class). But always he ask for ModuleName. I created a ModuleNameAttribute but doesn't work.
Could you provide me an example that how I should insert a record to a custom module?
Thanks and regards from Argentina.
The text was updated successfully, but these errors were encountered: