Questions tagged as 'primaverabss'

1
answer

How to update a user field of V10 extensibility sales lines?

How do I access a CDU that is in the DocsDoc when identifying an article in the sales editor? public override void ArtigoIdentificado(string Artigo, int NumLinha, ref bool Cancel, ExtensibilityEventArgs e) { //O que colocar aqui...
asked by 16.08.2018 / 18:41
1
answer

Types of lines for publishers Primavera Software

Is there a place where you can see the purpose of each line type in the different rows table? (rows, rows, rows, rows, etc.) We always have an idea doing a search directly in the table but if we had a document with that information would be more...
asked by 04.06.2018 / 15:31
2
answers

How to update a user field (UpdateValueAtribute)?

I'm trying to update a user field, created in CabecStk. The code is more or less this: public class Class1 : EditorTransferenciasStock { public override void TeclaPressionada(int KeyCode, int Shift, ExtensibilityEventArgs e) {...
asked by 30.07.2018 / 22:24
1
answer

Error compiling V10 extensibility project

I have a dll in VB.Net (migration from V9 to V10) that inherits from Custom Code. When compiling gives the following error.    Can not register assembly "C: \ Projects ...... \ Test.dll". Could not   load file or assembly 'Spring.Extensibilit...
asked by 09.10.2018 / 14:07
1
answer

Get the Connection String for Engines @PRIMAVERA

When executing the command BSO.DSO.BDAPL.ConnectionString the engine returned the user and the password of the instance where the spring is running. Since the update I made yesterday that returns me the String without User and pass...
asked by 28.08.2018 / 18:05
3
answers

How to know the status of a document pending settlement in the api?

I needed to know, what is the status of a pending API document. We imagine that I am making a settlement of an invoice that is pending, and this invoice could be for example in the state "PEN" (Pending) or in the State "PR" (Interim), I to make...
asked by 18.05.2018 / 18:39
2
answers

How to identify dimension launched in the sales editor by an article with dimensions?

Environment%% of ERP Spring I am trying to identify the dimension released in the sales editor when launching an article that deals with unsuccessful dimensions. I used the available events vba and EditorVendas_ArtigoIdentificado b...
asked by 15.05.2018 / 17:39
2
answers

Error in contact integration by the api

I updated the spring to the latest version and started to have an error in the integration of customer contacts, so I analyzed the problem should be in dependency, error:    Can not bind COM object of type 'System .__ ComObject' to   Interop....
asked by 25.05.2018 / 18:32
2
answers

How to free memory every time we open and close the company via integration engines

Good morning, My scenario is as follows. I notice that in a webservice that I have to use the integration engines, with each invocation in which I do AbreCompany and DateCompany the memory is rarely released. I know there will be a way to str...
asked by 11.06.2018 / 12:46
1
answer

How to put a warning message when closing the article listing window in SPRING

Spring Spring environment, I need to trigger a warning message every time a user closes the article listing, at this time existing events do not foresee this action. Is there another way to control the closure of the chip and trigger the...
asked by 19.04.2018 / 12:35