Best practices for creating CDT

Hi All,

What is best practice while creating CDT? Is it better to have all data in one CDT or divide into multiple CDT (without nested CDT) where possible?

Regards,

Surjit

 

 

  Discussion posts and replies are publicly visible

Parents Reply Children
  • Hi Surjit,

    AFAIK, for storing a list of values like Status, constants can be used. Also, the labels for components can be saved in constants. When there is collation of data, constants won't be of much help. In that case, Reference Table can be used.

    For example, a list of all the Branches in Engineering in a certain university can be displayed using a constant. In the real time, every Branch has an HOD, a SPOC etc., In order to store all this data, a Reference or a Master Table will be of more help than a constant.

    Hope this helps!!! 

     

    Thanks,

    Hema

  • A constant can be used to store all states or LOB values only if the names are needed. The active/inactive state of these values can't be stored in the same constant.

    Thanks,
    Hema