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개
  1. 2015년 6월 3일 오후 1:58
    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