function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mark FazekasMark Fazekas 

custom crm system development first

Hello all!

I am collecting some ideas and where I am going wrong.
My project is about a company who sells product with the help of sales people.
Whenever i create a product move, i want to trigger the creation of a delivery, and the delivery fires the creation of a feedback.
should i use the master detail relationship each time, and use the workflow triggers?
in this case i think i have to give a delivery at the creation of a product move. (experience)

how should I do it? what is your opinion?
Best Answer chosen by Mark Fazekas
FilikinFilikin
Since the workflow can't create records, I would use the process builder to create the delivery record. And then another flow again using the process builder to create the feedback record.

All Answers

FilikinFilikin
Since the workflow can't create records, I would use the process builder to create the delivery record. And then another flow again using the process builder to create the feedback record.
This was selected as the best answer
Mark FazekasMark Fazekas
That is the tool I was looking for. Thank you so much