Is there a method in the PRIMAVERA ERP v9 API to know if a particular client has a license for banks?
Is there a method in the PRIMAVERA ERP v9 API to know if a particular client has a license for banks?
In ERP PRIMAVERA to know which module / sub-module is licensed, you can use the commercial management module API service:
"bso.Comercial.LicencaGcp.Bancos.Base”
In this class "LicencaGcp" you can have access to all the licensing of the submodules in reading mode.
I hope to help.