... email:
And then let's specify a couple of layout rules to enforce this:
Login as a ZohoCRM Administrator, go to Setup > Modules > Contacts > Layout Rules > New Layout Rule
Call it "If Email Blank ...
...
A custom field against the item record has been added which is a lookup to the Sales Order module. This means that on a purchase order, and per line item, the staff can specify which Sales Order ...
...
Who_Id (JSON Object or Int): ID of the contact or lead the task is related to.
What_Id (JSON Object or Int): ID of the account the contact is associated with. Specify this only when the Who_Id is a ...
... 100 product categories so we'll just to page 1 but specifying 100 per page as the default is only 10.
//
// API keys (these are made up so enter your own in these 2 lines below
v_MyWordPressSiteUrl ...
... Display As: "Image"
You can now specify the size of the image as well (16x16 is a tad small).
Caveat(s):
A bit work needs to be done to the code above to prevent attachments from going in twice ...
... Team", and "Sales Team".
Save and Close
Setup: Specify Pipeline Options
Login to ZohoCRM as a system administrator > Go to Setup > Pipelines
Using the "Standard" layout, let's simply create ...
... to manage your DNS:
Create a TXT record
Specify the Host as 1522905495316._domainkey.mycompany.com // Important: if hosted by GoDaddy, Ionos, FastHosts, and similar domain providers, you do not include ...
What?
This is a not-so-quick article that queries an eBay order and creates the relevant ZohoInventory item, contact, sales order, package slip, shipment order, invoice, payment records...
Why? ...
... declare
v_Page = 1;
v_PerPage = 100;
l_Pages = List();
//
// specify the maximum number of orders you think you have on eBay (check eBay homepage and see number of sales [ will be rounded to nearest ...
... specify your DHL API Key (no need for the secret or base64 encoding)
v_DHL_API_Key = "1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ";
//
// build up header
m_Header = Map();
m_Header.put("DHL-API-Key",v_DHL_API_Key);
// ...
... evaluate (specify here your dates [time set to midnight])
v_timeFrom = zoho.currenttime.subDay(0).toString("yyyy-MM-dd'T'00:00:00.000'Z'");
v_timeTill = zoho.currenttime.addDay(1).toString("yyyy-MM-dd'T'00:00:00.000'Z'");
//
// ...
... a list of services. The client does not want their operations team adding/deleting rows and instead simply specifying quantity (defaulting to zero) alongside each serviceable item.
How?
So at time ...
... building addrecord request
m_Create = Map();
//
// specify unique name to ensure we don't duplicate these
m_Create.put("Candidate x JobOpening Name",v_Name);
//
// specify ...
... The only correction I had here is to specify the date/time format:
On the Review screen it tells you how many fields were mapped. Amazing but not as useful as it is interesting:
Then you're ...
... you simply add an option to the picklist and then specify which of the options are selected. In this case, simply giving it the IDs should work... but it doesn't.
Assuming my multi-lookup field is ...
... connection from Zoho Creator to Zoho Inventory
3 lines icon in the top-left of your Creator (in edit this application mode)
Then go to Setup > Connections > Add Connection
Select Zoho OAuth and specify ...
...
Similar to how to create a call or task, but with some variation:
//
// initialize
m_ScheduleMeeting = Map();
//
// specify parent module
m_ScheduleMeeting.put("$se_module","Leads");
//
// all ...
... and then enter in the FTP details as per your configuration, then click on "Next":
Step 2 of 2: specify whether first row are headers/column/field names. If necessary, specify the format of the ...
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.