V10 ResourcesGuides
ResourcesGuides
Guides
Back | List of Articles

How to use the extensibility of the Construction module?

Last changed in 10/01/2025

Similarly to other ERP modules, the Construction module provides an extensibility mechanism for a set of the most relevant processes and operations, for example, in Budgets and Assessment Reports.

As an extensibility support, the following editors and services are available:

  • ListaOrcamentos
  • EditorOrcamentos
  • ListaAutos
  • EditorAutos
  • ProcessaAutos
  • CopBSOrcamentos
  • CopBSAutos

Necessary references

To implement a Construction extensibility project, you must add the following references to the project:

  • CopPlataformaNET100
  • Primavera.COP.Business
  • Primavera.COP.Entities
  • Primavera.COP.Platform
  • Primavera.COP.Platform.Engine.Business
  • Primavera.COP.Platform.Engine.Entities
  • Primavera.Extensibility.Construction

Available events

The events available for each Construction editor and service are:

ListaOrcamentosAntesDeRemover
DepoisDeRemover
EditorOrcamentosAntesDeCriar
AntesDeEditar
DepoisDeEditar
AntesDeGravar
DepoisDeGravar
ErroAoGravar
ListaAutosAntesDeRemover
DepoisDeRemover
EditorAutosAntesDeCriar
AntesDeEditar
DepoisDeEditar
AntesDeGravar
DepoisDeGravar
ErroAoGravar
ProcessaAutosAntesDeGravar
DepoisDeGravar
ErroAoGravar
CopBSOrcamentosAntesDeEditar
DepoisDeEditar
AntesDeEditarID
DepoisDeEditarID
AntesDeRemover
DepoisDeRemover
AntesDeRemoverID
DepoisDeRemoverID
AntesDeGravar
DepoisDeGravar
CopBSAutosAntesDeEditar
DepoisDeEditar
AntesDeRemover
DepoisDeRemover
AntesDeGravar
DepoisDeGravar
Bookmark or share this article
Esta página foi útil?
Obrigado pelo seu voto.

login para deixar a sua opinião.

Obrigado pelo seu feedback. Iremos analisá-lo para continuarmos a melhorar!
Related Articles
Getting Started How to create an integration project with Visual Studio? How to create an Interface Extensibility Project (PEX) with Visual Studio? How to create an API (Engine) extensibility project with Visual Studio? How to create user tabs with Visual Studio?