What is the process to create value attribute?

0
I am not able to see the attributes created in the domain model. I also don't know about how to create a value attribute
asked
2 answers
0

Hi, 

I believe these Mendix fundamentals will be covered in the Crash Course in the Academy, specifically in this lecture. 

Did you take any of the courses? Because they will help you a lot with the Mendix basics on creating an application. 

 

Good luck, 

Jurre

answered
0

Hi Itraju,

           

  1. Open your App in Mendix Studio Pro.

  2. Go to the Domain Model of your module.

  3. Double-click the entity you want to add the attribute to.

  4. In the Entity Properties window:

    • Go to the Attributes tab.

    • Click the green "+" button to add a new attribute.

  5. Enter the following:

      eg:attribute name: username,age,dob
  6. Click OK to save.

Go to learning path learn rapid courses/Crash course to more learning

answered