!7 concept Rule { S globalID = aGlobalIDUnlessLoading(); S text; S comments; } cmodule Rules > DynCRUD { start { crud.multiLineFields = litset('text, 'comments); } }