Book a Demo

Author Topic: How to document required entry fields  (Read 2655 times)

tprohas

  • EA User
  • **
  • Posts: 32
  • Karma: +0/-0
    • View Profile
How to document required entry fields
« on: August 11, 2006, 02:42:20 pm »
Hello all,

I am trying to figure out what the correct way to document something like required order entry fields.

Say if I have a form where a employee creates new new order and I have a certain number of fields that are required how do I document this in UML?

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: How to document required entry fields
« Reply #1 on: August 11, 2006, 03:12:31 pm »
I think this depends on what type of diagram you are creating. For example, on an EA data diagram - which is an extension to UML - you can mark the column as required. I cannot remember the exact box to check just now, but it is not difficult to see on the dialog.

On a class diagram you may have to create a contraint. For example, with a string field you could specify something like <>"".

There must be easier ways though. Please jump in folks.
No, you can't have it!

tprohas

  • EA User
  • **
  • Posts: 32
  • Karma: +0/-0
    • View Profile
Re: How to document required entry fields
« Reply #2 on: August 14, 2006, 11:13:55 am »
I think you answered my question well, I should have asked it a bit better. Here is a another question. What other diagrams would required fields be in. I can understand how the class and data diagrams would incorporate required fields into their properties, but what about use cases and other requirements analysis?