CDT(Custom data type), purpose of CDT and were should we use CDT?

Hi,

Could any of you explain me what is CDT, why do we use CDT and when can we use it?

  Discussion posts and replies are publicly visible

Parents
  • Custom data type is like a data type with unit of related attributes.
    Example primitive data type are integer, decimal, string etc.
    Example CDT is Student with attributes StudentId, name, age, gender, bloodGroup etc.

    Purpose of CDT:
    CDT defines the related information. Like a Student has its ID, Name, Age, Gender and BloodGroup.
    Its most like a Class in Java.
    CDT helps to carry the process information as a single unit.

    For more technology specific information goto Appian docs.
Reply
  • Custom data type is like a data type with unit of related attributes.
    Example primitive data type are integer, decimal, string etc.
    Example CDT is Student with attributes StudentId, name, age, gender, bloodGroup etc.

    Purpose of CDT:
    CDT defines the related information. Like a Student has its ID, Name, Age, Gender and BloodGroup.
    Its most like a Class in Java.
    CDT helps to carry the process information as a single unit.

    For more technology specific information goto Appian docs.
Children
No Data