Assuming getvalue is required, the following 3 results were found.
values (if linked - note this is a custom lookup field on the invoice) var o_InvoicedQuote = ZDK.Page.getField('Quote').getValue(); // go down this route if a quote is specified (they were on the quote and clicked on the plus next to 'invoice') if...
exceptionArray_this; string[] exceptionArray_that; // get the value we want to transform string ValueToConvert = p.GetValue(Row, null).ToString(); // PRIMARY transformation: Applies to all words // (lowercases and capitalizes first letter taking into...
*/ var f_Opportunity = ZDK.Page.getField('Deal_Name'); var o_OpportunityLookup = f_Opportunity.getValue(); if (o_OpportunityLookup != null) { var v_OppID = o_OpportunityLookup.id; var o_OppDetails = ZDK.Apps.CRM.Deals.fetchById(o_OpportunityLookup.id);...