K
Krazy Darcy
I am adding a dataentry form for cataloging costumes to a graphics catalog
database application.
However some fields such as "volumeNumber" and "Pagesize" have
required="yes" in the field properties for the underlying tabe called
"tablecreativeworks".
But costumes, being 3d physical objects made of fabric and other materials
don't have a "volumenumber" value or "pagesize" value.
How can I still validate on dataentry forms for entering paper based
artworks into the system and not validate on dataentry forms for costumes?
The lazy way would be simply to have "costume" as a value for page size, and
do similar for other required fields, but doesn't look good as ther would be
unnecessary fields in the costume dataentry form bloating it beyond the
height of the visable screen.
database application.
However some fields such as "volumeNumber" and "Pagesize" have
required="yes" in the field properties for the underlying tabe called
"tablecreativeworks".
But costumes, being 3d physical objects made of fabric and other materials
don't have a "volumenumber" value or "pagesize" value.
How can I still validate on dataentry forms for entering paper based
artworks into the system and not validate on dataentry forms for costumes?
The lazy way would be simply to have "costume" as a value for page size, and
do similar for other required fields, but doesn't look good as ther would be
unnecessary fields in the costume dataentry form bloating it beyond the
height of the visable screen.