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