KnotKnick
08/16/2021, 6:49 PMsearch.lookupFields
gives me a syntax error while accessing payment
like below, but lets me access other fields like trandate
if added in the columns:
var customerDepositAmount = search.lookupFields({
type: search.Type.CUSTOMER_DEPOSIT,
id: custDepositId,
columns: ['payment']
});
battk
08/16/2021, 7:01 PMbattk
08/16/2021, 7:01 PMpayment
KnotKnick
08/16/2021, 7:02 PM