Hi,
As of now, all CRM related tasks in ZC apps are performed by manually typing the code
eg:
<CRM Response> = zoho.crm.create(<CRM Module Name>, <Field values as map value>)
<variable>= zoho.crm.searchRecords("<moduleName >", "<criteria>", fromIndex, toIndex);
These are working just fine..
However, we dont see a EDIT option, for these lines of code in scripting mode.
Not all are code-savy.
Having this in script mode will make things easier for not-so-code-friendly-people as well
What does the rest of the community think about this?
-Deepa Govind