Skip to main content
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.
1 answer
  1. Jun 3, 2015, 1:58 PM
    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
0/9000