"Value Must Be Supplied" Attribute at a form level

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
ACDC
Posts: 1142
Joined: Sat Jun 30, 2007 5:03 pm
Location: California, USA

"Value Must Be Supplied" Attribute at a form level

Post by ACDC »

Hi

It would be nice to be able to flag an attribute at a form level "required" At the moment you can only do this when adding the attribute and it is universal to the whole application

This would let me force certain types of users to update an attribute based on the form assigned to them (some workflow criteria may require this ).

Is it possible to do this somehow. Or is this a good idea as a future enhancement ?
Rem
Posts: 216
Joined: Wed Oct 03, 2007 8:58 am
Location: Sweden
Contact:

Post by Rem »

How about "unique", does that exist today? (haven´t found it) or do I have to make a rule to test if it is unique?

This would also be a good enhancement if it doesn´t exist. Everything that keeps down the amount of rules tend to make things easier!

/Rem
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

If you really want to do this at the form level, then you can do it as a process:

ENTER NEW Object USING FormWhereAttributeHasToBeRequired
If Object.RequiredAttribute IS UNDEFINED Then
REPORT ERROR 'Value of the attribute must be provided on this form'
Aware IM Support Team
Post Reply