... reminder to the lead record owner but to no avail. An assignment rule wouldn't work in this case as it had to be the lead owner (there is no owner at assignment rule stage). A workflow email notification ...
... t1."RecordOwner" AS "Record Owner",
img."ZohoAnalytics Image URL" AS "Status Image"
FROM ( SELECT
acc."Id" AS "RecordID",
acc."Account Name" AS "RecordName",
acc."Account Owner Name" AS "RecordOwner",
...
... = zoho.creator.createRecord("myOwnerName","myAppName","myFormName",m_CreateRecord,m_Blank,"myCreatorConnection");
//
// build the hash based on the payload body
v_Data = ifnull(m_Payload.get("body"),"");
v_VerifyHash ...
... data types are picklist, id, owner_lookup, user_lookup, lookup, phone, email, date, datetime, text, textarea, integer, currency, decimal and double.
You can search for a maximum of 10 criteria (with same ...
... which is the file name as it is to be displayed in ZohoCRM). For example "5a4bed37590588baa5fc272219e8e553_image001.jpg" for Attachment ID and just "image001.jpg" for File Name.
Attachment Owner Id: ...
... = v_DealRate4;
// get current user to put as the new row owner (other possible values: id, full_name, email)
v_CrmUser_FullName = $Crm.user.full_name;
json_Arg.Rate_Change_Owner = v_CrmUser_FullName;
...
... deals against a deal owner and needed to repeat this for all the invoices against a sales person.
It adds to the effect on loading the page that a widget has clearly defined values based on the filters ...
... owner, and that it is unique for every Kindle device.
Finding your Kindle email address.
That’s assuming you are not aware of yours. However, if you know your Kindle email ID, you can skip this ...
What?
Well known by most but this serves as a quick reminder to myself and anyone else on how to embed a form or a report into a Zoho Creator page.
Why?
Cos
How?
The below is a template ...
... an Integer/Long/Number datatype
As the first part of your code, enter the following as code (you'll need to speify your own App Owner and App Name):
//
// ************************************************** ...
... day meeting
m_ScheduleMeeting.put("All_day",false);
//
// meeting owner/host ID (can see any record related to this meeting)
m_ScheduleMeeting.put("Owner",123456789012345678);
//
// related to what ...
... to the Shopify Admin Interface:
Request access to the Shopify store owner as a developer
Login to the Client's Shopify Admin as an invited developer
Click on "Apps" > Develop Apps > Create an App ...
What?
A quick article to demonstrate code that creates a task in CRM based on the time logged against an Event/Meeting.
Why?
As developers, we're keep account of our time and we are currently ...
... = v_CustomerCallTime.toString("MM/dd/yy h:mma z");
//
// sample lead owner ID and lead ID record
v_LeadOwnerID = 5432109876543210987;
v_LeadID = 4321098765432109876;
v_CustomerName = "Test User";
//
// ...
... is "My_Photo" [also note: instead of zoho.appuri, we are hardcoding the appowner and appname as this is used across Creator apps, ie. images are stored in a separate app]:
l_CompatiblePhotoExtensions ...
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.