The supported method signatures for processExport() are as follows: processExport()This method triggers the export without requiring any parameters. processExport(List<String> flowHandles, String...
For the update operation, an internal ID must be provided. It's possible that the error occurred because we are unable to find the record in NetSuite based on the criteria. ...
Hi Joanne Walker Try to provide expression as {{{id npe01__OppPayment__r.0.Full_Payment_ID__c}}}. Thanks, Santosh cc: Praveen Kumar Reddy Basani
Hi Andrew, As this trigger falls into the unmanaged code of the organization, Salesforce expects >75% test coverage. The managed package already has test cases and coverage of more than 75%. For th...
Hi Tom, Try giving expression as {{#compare [date field] "===" "0000-00-00"}}{{else}}{{field}}{{/compare}}. No need to specify anything if we want to blank out a value. Thanks, Santosh