Questions tagged as 'primaverabss'

1
answer

V10 - Ribbon creation is not working

I can not create a Ribbon. I already tested with the example that is in developers.primaverabss and github (which are different) and none of them creates the Ribbon. public class ConstroiRibbon : Plataforma { // exemplo no evento DepoisDeCriar...
asked by 22.10.2018 / 11:50
2
answers

Salesperson Commissions Maps

I want to do a customization on the Sellers Commissions map and I am facing challenges as I can not identify this TmpCommission table used on this map. Any ideas?     
asked by 25.07.2018 / 16:29
1
answer

WebMethod to create Sales Document with editing of parameters in document rows

Good morning, We are developing a webservice / method that creates sales documents. In the header I can pass the values all to the header parameters. But on the lines how can I do the same? For example, if you want to change the item descr...
asked by 10.12.2018 / 12:06
1
answer

What is the most correct, feasible and complete way to open the ERP engine?

In most use cases, opening the ERP PRIMAVERA engine is done as follows: ErpBS100.ErpBS motor = new ErpBS100.ErpBS(); motor.AbreEmpresaTrabalho(StdBE100.StdBETipos.EnumTipoPlataforma.tpEmpresarial, "minhaempresa", "meuutilizador", "minhapassw...
asked by 13.08.2018 / 16:18
1
answer

Is it possible to reset the TypeDoc field in the ERP Spring Sales Editor after each recording of a new document?

I want the TipoDoc field in Editor de Vendas of ERP Primavera to be empty after each write of a new document. I tried in the EditorVendas_DepoisDeGravar event the following line of code DocumentoVenda.TipoDoc = ""...
asked by 12.06.2018 / 12:00
1
answer

PEX Programming: Event EditorTypeArtigos.AfterRowing always gives error

I'm working on a PEX interface extensibility project, in the following section: AfterSave . The code: Imports Primavera.Extensibility.BusinessEntities.ExtensibilityService.EventArgs Imports Primavera.Extensibility.Integration.Modules.Base....
asked by 23.10.2018 / 00:39
3
answers

Error creating a New Employee @PRIMAVERA

I'm doing an import of new employees and when doing,   BSO.RecursosHumanos.Funcionarios.Actualiza(Func) , I get the following error: RunningtheProfilerInoticedaprobleminthequerytoexecute: TheLigadoTimesheetscolumngetsanextraspacewhichm...
asked by 17.07.2018 / 13:26
1
answer

Change of state in accounts current accounts

Good morning, This code example I'm putting in is to settle documents: Private Sub liquidaDocumento(sTipoDoc As String, sSerie As String, lNumDoc As Long) Dim liq As GcpBE900.GcpBEDocumentoLiq Dim linha As GcpBE900.GcpBELinha...
asked by 02.01.2019 / 23:57
1
answer

insertion of serial numbers via motors Spring v10

I'd like to know how to enter serial numbers for articles via Motor Spring in v10 . I have already seen that in v10 the serial numbers passed to other tables such as: INV_NumerosSerie and INV_NumerosSerieMovimentos Devel...
asked by 29.08.2018 / 11:46
1
answer

How to name the transaction

How do I name a transaction in ERP PRIMAVERA, for example BSO. StartTransaction ("ControlMOV"). Below the code: Function TransferenciaSTK(artigo As String, Tank_A As String, tank_B As String, Loc_A As String, Loc_B As String, Quantidade...
asked by 29.11.2018 / 08:06