Assuming required is required, the following 52 results were found.
box in Zoho Creator (on iPad displays as an on/off switch). My connection here called "jl_inventory" has the minimum required scopes: ZohoInventory.salesorders.READ ZohoInventory.packages.READ ZohoInventory.shipmentorders.CREATE...
== 0.0 && v_PaymentDate != null) { m_UpdateInvoice = Map(); // // copy existing custom fields (not required but just in case) l_CustomFields = invoice.get("custom_fields"); l_NewCustomFields = List(); for each m_CustomField in l_CustomFields { //...
// // do stuff here such as updating the deal if required m_UpdateDeal = Map(); r_UpdateDeal = zoho.crm.updateRecord("Deals", v_DealID, m_UpdateDeal); } // // now we have deal ID, retrieve the request documents...
= abs_month(invsopoitm."Invoice Date") GROUP BY invsopoitm."Invoice ID" Additional Here are some other queries that are required for the above but you may want to use the out-of-the-box modules instead: Sometimes, a salesperson or user might be...
not the whole function to generate an invoice. Please refer to the Zoho Books API documentation for what fields are required to complete a request within your system. m_InvoiceDetails = Map();...
this. void fn_Joel_Test() { /*** - tried with getUrl() but this doesn't work. - has to be an invokeUrl - set param name required - if file comes from a Creator form, no InvokeURL needed c_Form = Form[ID == 1234]; r_Download1 = c_Form.myFieldWithFile;...
are using CRM REST API v5 but you can use these as far back as CRM REST API v2.1: I have a connection in ZohoCRM with the required scopes: ZohoSearch.securesearch.READ AND ZohoCRM.modules.quotes.READ, Include ZohoCRM.settings.layouts.READ or...
to Zoho Analytics: ZohoDesk > Setup > Developer Space > Connections > Create Connection Select Zoho Analytics and give the required scopes (I've cheated and gone for ZohoAnalytics.fullaccess.all) Note the connection link name (mine is called...
on a query which joins the sales orders and purchase order items by the custom lookup field. What follows is the code required to build the custom related list in ZohoBooks: /*...
later - so perhaps rename this to 'Staff Color'] Add another single line field, I'm calling it "RGB Value" [Optional: not required for the functionality of this demo but used in later application when including CSS opacity] Step 1: Code to complete the...
Select the Marketplace Account Deletion option in the Event Notification Delivery Method section. Enter a required email address to receive alerts if your Notification Endpoint URL becomes unreachable, then click Save. Enter your Notification Endpoint...
print, the documentation on the Projects API would only show responses rather than requests. Sure it lists fields that are required in the request but not a sample request packaged to be sent. How? Let's assume that my custom fields have as identifiers...