"Functioning" employee module
=============================

Add a functioning folder:

    >>> self.setRoles(['Manager'])
    >>> from Products.CMFPlone.utils import _createObjectByType
    >>> _createObjectByType('JobPerformanceInterview', portal, 'first-time')
    <JobPerformanceInterview at /plone/first-time>