You need to sign in to do that
Don't have an account?

On creation of a particular record I want 3 records to be created automatically.
I have two Objects.
when a record is created in Object1 and hold the status field picklist value as Started then, I want to create 3 records in Object2 . How can I achieve this?
when a record is created in Object1 and hold the status field picklist value as Started then, I want to create 3 records in Object2 . How can I achieve this?
I am unsure if you can achieve this through process builder, but if you are going with trigger, you can try something like this (This is just a sample please make changes to the code as required)
Anudeep
That being said, they have their limitations. We don't know how object1 is related to object2, so that might potentially not be an option.