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? ...
... relevant to this module:
l_LinkedRecords = zoho.crm.searchRecords("Opportunities_X_Products","(Opportunity:equals:" + v_DealID + ")");
Find records relevant to this user:
v_SearchCriteria ...
... in this department/team:
To determine the total number of employees, we will use zoho.people.getRecords as a search:
// get total "team members" in department
l_SearchCriterias = List();
m_SearchCriteria ...
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.