Assuming fieldname is required, the following 3 results were found.
= zoho.crm.getRecordById("Invoices", p_InvoiceID); // start map m_Clone = Map(); // loop through field names for each v_FieldName in l_FieldApiNames { if(!isNull(r_Invoice.get(v_FieldName))) { m_Clone.put(v_FieldName,r_Invoice.get(v_FieldName)); } } //...
is the creator record id that has the attachment v_SubFormName = "mySubform"; // put here the link name of your subform v_FieldName = "myField"; // put here the link name of the field in that subform v_PermalinkCode =...
4}],"path":["query","productVariants","pageInfo","endCursor"],"extensions":{"code":"undefinedField","typeName":"PageInfo","fieldName":"endCursor"}}]} I only resolved this by not using "endCursor" in my GraphQL and instead looped through the nodes to get...