Task Type
Status: Beta
Brought to you by:
brianmassey
OSOM needs to be able to define specific types of
tasks. These would include:
1. Send email with body in an external file
2. Send email with body in the database
Currently, OSOM always looks for an external file when
sending email. This is tiresome, to compose a text
message and then upload it and test it.
Our new user interface will HAVE to have email editing
and preview capability.
Logged In: NO
From a database standpoint, this means having tblTaskType
and a tblLinkTaskType tables, like we do for Question types.