This code sample shows how to use the PRIMAVERA ERP context panel to show related information.
In order to answer this question, you need to know what a panel is. A panel simply is a region where you can insert different types of content and add some extra information related with an entity on a particular windows. The related information panel are linked with a specific category and will be displayed only when this category is selected.
To start developing a third-party component you need:
- Register the new component in the system. Add some information to
InformacaoRelacionada
table. - Set the window(s) where the component will be displayed. Add some information to
ContextosInformacaoRelacionada
table. - Create visual studio solution an add a reference to
StdPlatBE100
- Add a user control and implement the
IStdBEInfRelacionada
interface.