Skip to main content

Sir,

In Process Builder module in week 4 i am not able to change the Billing Street address of Grand Hotels & Resorts Ltd 

It showing me the following error

We can't save this record because the “Contact address change.” process failed. Give your Salesforce admin these details. This error occurred when the flow tried to update records: REQUIRED_FIELD_MISSING: Required fields are missing: [Loan_Amount__c]. You can look up ExceptionCode values in the SOAP API Developer Guide. Error ID: 1569558257-495260 (-139645868)

1 commentaire
  1. 14 août 2019, 06:15
    Hello @Somesh Kumbhar

    ,

    This process builder of yours is failing because you have made a custom field 'Loan_Amount__c' and you have made it mandatory,so when the process builder is trying to perform an update then it finds no value present there for the mandatory field. To solve this issue you can either add an null check for the required field in the entry criteria for the process builder or you can change the properties of the field to make the field non mandatory.

0/9000