• Preeti Agarwal 29
  • NEWBIE
  • 15 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 3
    Replies
Getting this issue:
Error sdx_sourceDeploy_1590591521557/flows/Opportunities_Payout_and_Payback_Wizard_Core.flow Opportunities_Payout_and_Payback_Wizard_Core Property 'storeOutputAutomatically' not valid in version 47.0
I am using Flow before save to update name field of opportunity and its causing my test classes fail FATAL_ERROR System.DmlException: Insert failed. First exception on row 0; first error: REQUIRED_FIELD_MISSING, Required fields are missing: [Name]: [Name]
There is a lookup field to opportunity on case.I want to Identify First case created with a specific criteria on Opportunity without updating any opportunity or without writing any automation on Opportunity. I am supposed to write the automation(except trigger) only on Case object.

Can anyone help me with this.
Getting this issue:
Error sdx_sourceDeploy_1590591521557/flows/Opportunities_Payout_and_Payback_Wizard_Core.flow Opportunities_Payout_and_Payback_Wizard_Core Property 'storeOutputAutomatically' not valid in version 47.0
I am using Flow before save to update name field of opportunity and its causing my test classes fail FATAL_ERROR System.DmlException: Insert failed. First exception on row 0; first error: REQUIRED_FIELD_MISSING, Required fields are missing: [Name]: [Name]