The Vertec Python module “vtcextensions” for working with extensions
Operating mode
Cloud Suite
|ON-PREMISES
Modules
Services & CRM
Budget & Phases
Purchases
Resource Planning
Business Intelligence
There is a Vertec Python module called vtcextensions for handling extensions. It is also available in restricted scripting mode and includes the following methods:
Method / feature | description | Sample code |
---|---|---|
getextension(kind:string): extension |
Returns a reference to the extension of the specified type. |
import vtcextensions # get DEBI extension ext = vtcextensions.getextension("DEBI") |
CreateVtcExtensionHost(extension:string): host |
With this method, the host used for the extensions (example: When using the extensions via Vertec, this happens automatically. |
import vtcextensions host = vtcextensions.CreateVtcExtensionHost("FibuAbacus.AbacusDebiExtension") |
The vtcextensions module is also available as a Python Stub File.