I'm not entirely sure why you want to create a record with no data, but if you go into the vardefs.php of the module you should be able to modify any required fields and set their values to false. You'll possibly also have to modify the line PHP Code:
VardefManager::createVardef('mirth_Training','mirth_Training', array('basic','team_security','assignable'));
if the fields in question are part of the templates in the array of this line rather than explicitly defined. Note that you may also have to do this for other metadata files such as editviewdefs.php and modify their required values as well. Lastly, you'll have to do a repair/rebuild.
Bookmarks