Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Updating a module
Tim_Bryerton
Does anyone know of any documentation for UPDATING a module? I have looked through the installation, development, and module development documentation to no avail. By updating, I mean making modifications to a custom module and increasing the version number. Thanks in advance.
Find more posts tagged with
Comments
Howard_Pell
In the builder there are two places to look for help on updating a module:1) In the WEBADMIN Ospace : AdminRequestHandler : Configure object the Documentation feature explains the steps required for creating an upgrade request handler.2) If you have added your own tables to the Livelink tablespace then in the DBWIZAPI : DBWizAPIRoot : HowToAddAVersionUpdate Object you will find a feature called ReadMeReadMe that explains the requirements for updating your schema.Howard