Skip to main content

Is there a way I can auto edit the record after the record is created and saved.?

I can do it easily by workflows and process builders , but they all do when the record is created.

I wanted to edit the record after it is created 

1 件のコメント
  1. 2020年3月6日 21:57

    I'm not sure exactly what you're asking to do, so I'll explain a couple of things and see if that helps clarify. If not, please re-ask your question a different way?

    Automations like Workflow Rules or Process Builder can be set to run when a record is created OR when it is created or edited. These are executed in the order of operations AFTER the record has been saved to the database, as opposed to a Before Save Flow, which edits the record before it is saved to the database.

    If you're asking how to execute a Process or Workflow Rule ONLY on edit, and not on create, then you need to add a criterion of NOT( ISNEW() ) to your logic for kicking off that automation.

0/9000