Does anyone know if it is possible to create new entry types for Journal entries?
Printable View
Does anyone know if it is possible to create new entry types for Journal entries?
FYI...
From trial and error, I found that programmically you can add a different journal type to a journal entry that is not on the dropdown list. It is not added to the list, but it does become a category field when using the "By Type" filter.
Does anyone know how to add a new type to the dropdown list?
You can not do it using the Outlook Object Model. Perhaps using CDO but I havent got into that. I believe you can rename a current cbo item which may be easier but unsure about its resultuing actions, if any.
Basically you can not modify the primary tab on any of the standard Forms. You can try to duplicate the primary tab on the P. 2 tab and then add any new controls or modifications.
thanks RobDog888