How to know the license of a given module in ERP PRIMAVERA V9 [closed]

0

Is there a method in the PRIMAVERA ERP v9 API to know if a particular client has a license for banks?

    
asked by anonymous 22.02.2018 / 13:07

1 answer

1

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.

    
22.02.2018 / 13:17