How to use Priengine.Engine.Comercial.Clientes.Daproximonumerocbl()

Asked

Viewed 83 times

-3

In the creation of Customers via

Interop.GcpBE900.GcpBECliente PrCli = new Interop.GcpBE900.GcpBECliente();
.......
PriEngine.Engine.Comercial.Clientes.Actualiza(PrCli);

where the :

PriEngine.Engine.Comercial.Clientes.DaProximoNumeroCBL() 

in the creation of the customer file ?

I can’t find it in Prcli.Set_???? the ligactb.

Thank you Pedro Figueiredo

1 answer

2


Good, to connect the entity to Accounting, you use:

PriEngine.Engine.Contabilidade.ConfiguracaoTabCBL
Interop.CblBE900.CblBECnfTabLigCBL
Interop.CblBE900.CblBECnfTabExercicioLigCBL
Interop.CblBE900.CblBECnfTabLinhaLigCBL

You will need to create the account in the chart of accounts for the intended year:

PriEngine.Engine.Contabilidade.PlanoContas
Interop.CblBE900.CblBEConta
  • Thanks for the tip. 5*

  • You’re welcome, by the way mark the answer as valid ;)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.