... - Initial release
More Info:
- API Explorer Test Tool: https://developer.ebay.com/DevZone/build-test/test-tool/default.aspx?index=0&env=production&api=trading
- GetNotificationPreferences ...
... in the last name field and creating a contact called "Firstname Firstname Lastname" (eg. "Joel Joel Lipman" - when Joel is not my middle name).
How?
This is a setting that is enabled by default in ...
... searchRecords function requiring it's 5th parameter which defaults to "not converted" records:
=zoho.crm.searchRecords(,,,,,);
The solution:
The long answer/investigation is
getting a JSON response ...
... send to CRM
l_RecordsToSend = List();
l_RecordsToSend.add(m_CreateQuote);
m_Data = Map();
m_Data.put("data", l_RecordsToSend);
//
// this is REST API so by default all triggers run. Use an empt ...
... = invokeurl
[
url :v_Url
type :POST
parameters:m_CreateTimeLog
connection:"joels_connector"
];
info r_CreateTimeLog;
Example #2: Pushing a time log defaulting to the current time as start ...
... response somewhat similar to the following:
// this is sample JSON with replaced IDs
"My_CRM_File": [
{
"extn": "pdf",
"is_Preview_Available": true,
"download_Url": "/crm/org12345678901/specific/ViewAttachment?fileId=aaaabbbbccccddddeeeeffff1111222233334&module=CustomModule1&parentId=123456789012345678&creatorId=987654321098765432&id=234567890123456789&name=dummy1.pdf&downLoadMode=default",
...
... = zoho.people.getRecords("P_Employee",0,200,l_SearchCriterias);
v_TotalDeptEmployees = l_DeptEmployees.size();
// ensure total is not zero as we need to divide by it (defaulting to 2 because if 1 the ...
... Workflow > Functions > New Function: give the function a name
select "Deluge" as the language
give it a Namespace (for this example I will leave this on "Default")
and set the return type (again in ...
...
This message is somewhat out of date but follow the following instructions to preview your app:
Open a browser and Ensure you type the preceding “https” rather than the default “http”
[Optional ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.