Assuming upsert is required, the following 3 results were found.
+ 1; // // Xero Invoice identifier v_XeroInvoiceID = m_ThisInvoice.get("InvoiceID"); info v_XeroInvoiceID; // m_UpsertCrmInvoice = Map(); m_UpsertCrmInvoice.put("Subject",m_ThisInvoice.get("InvoiceNumber")); // // some standard CRM invoice fields we can...
connection:"zcrm" ]; info r_QuoteDetails; } Source(s): Zoho Deluge: invokeAPI Task Zoho CRM: Insert or Update Records (Upsert) - not used in above example but here if I want to use it one day. Zoho CRM: Update Subform Data again, not used above but...
is submitted Here's the code that I added to the workflow for when a performance goal is created or modified (this will upsert it based on the Goal Record ID): // /* *******************************************************************************...