There are many ways to encourage users to fill out fields… Here’s a very non-draconian and non-invasive way to encourage the users to fully fill out a record. This method will make the field label red if the field is left blank, therefore drawing attention to the field!
In our example we’ll use the Company field; however, this can be done for any field in the top-half of the screen or the Fields tab. First, do a Right-Click | Properties on the company field while logged in as a user with ‘Master’ rights. Then go to the Color tab.
Click on the Expression radio box under Label Color and enter this:
iif(trim(company) < ‘ ‘, 255, -1)
If you are using a different field you’ll need to substitute that field name for ‘company’. The 255 is the color red while the -1 is the default label color.
Then OK.
So now it’s red:
Now it isn’t!
Happy GoldMining!
{ 3 comments }



