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
TheRealistTheRealist 

How to display particular field or set of fields on an object when a new record is created on another object

How to display particular field or set of fields on an object when a new record is created on another object?

lets assume object X and object Y
when a new record is created on X, then particular fields or set of fields should be displayed on obj Y is there any way to achieve this through configuration.
Amit  TrivediAmit Trivedi
Hi,

I think make a different record type for different field on object y.write a trigger to update record type based on record creation on object x.

Thanks,
Amit Trivedi