Celigo Trigger Error
Hi All,
We have new trigger on custom object "invoice Request" in salesforce and it is failing to create new records.
trigger InvoiceREQ on Invoice_Request__c (after insert, after update)
{
integrator_da__.RealTimeExportResult res = integrator_da__.RealTimeExporter.processExport();
}
Error:
Error element Create_Invoice_Request_Record (FlowRecordCreate).
This error occurred when the flow tried to create records: CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY: InvoiceREQ: execution of AfterInsert caused by: System.SObjectException: Invalid field celigo_sfnsio__Skip_Export_To_NetSuite__c for Invoice_Request__c (integrator_da) Trigger.InvoiceREQ: line 3, column 1. You can look up ExceptionCode values in the SOAP API Developer Guide.
We don't have celigo_sfnsio__Skip_Export_To_NetSuite__c field on invoice request object and we can't create field using two underscore between sfnsio__Skip.
celigo_sfnsio__Skip_Export_To_NetSuite__c is provided by Celigo package.
Has anyone else seen this error with Celigo trigger?
Comments
Krunal Patel, We understand that you have already raised a support ticket, and our staff is looking into this. Please let us know if you need anything further. Thank you!
Please sign in to leave a comment.