Extensibility¶
Contents
Buttons¶
See Extensible Buttons for information on configuring custom buttons to call web services.
Reports¶
Colectica Portal Addins allow you to create custom reports for items and for baskets.
To create a custom report for an item, implement the IVersionableReport
interface.
To create a custom report for a basket, implement the IItemListReport
interface.
See also
For a sample addin project that implements custom reports, see https://github.com/Colectica/ColecticaSampleAddins/tree/master/src/Colectica.Portal.SampleAddins
Deploying Addins¶
An addin is a .NET assembly.
To deploy a Colectica Portal addin, copy the addin assembly (*.dll) to
PortalDir\addins
.