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
SunnyalexSunnyalex 

One will need to create an event in the activity section in recieved response stage  to log a meeting date before moving to meeting Schedule. How can I restrict that user to go to another stage from moving to another stage.

One will need to create an event in the activity section in recieved response stage  to log a meeting date before moving to meeting Schedule. How can I restrict that user to go to another stage from moving to another stage.
I have to force that user to fill the form which is present in the new event part. Without filling he cannot move to another stage.
I have restricted the fields but still not working
David Zhu 🔥David Zhu 🔥
You may use Validation Rule or Trigger on Event object.