External Methods allow you to add functionality to Zope by writing Python functions which are exposed as callable Zope objects. The module name should give the name of the Python module without the ".py" file extension. The function name should name a callable object found in the module.

Id
Title
Module Name
Function Name