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

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.
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.
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