Don Maes
- Actividad total 29
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 0 usuarios
- Votos 3
- Suscripciones 12
Resumen de la actividad
Última actividad de Don Maes-
Don Maes hizo un comentario,
Is there a list of all commands that can be used in UFFE? I know the @Get, #foreeach, #if - is there a complete list?
-
Don Maes creó una publicación,
UFFI Error log handling
RespondidaCurrently when a UFFI functions in error, the log file gets the error message and is placed in the 'Log + curent date' directory. The incoming error file gets placed in the Error directory. Let's...
-
Don Maes creó una publicación,
Looking for the 'Boyum.Utilities.FileHandler.Model' package used in the UFFI. I see it is in the UFFI but I want to use it in Visual Studio projects.
I am using UFFI but I think testing would be much simpler in Visual Studio than within Boyum in SAP. Where do I get these 'packages"? using Boyum.Utilities.FileHandler.Model;using SAPbobsCOM;usi...
-
Don Maes hizo un comentario,
Anyone wants to know, Yaremi's solution worked very well. Don
-
Don Maes hizo un comentario,
I found the answer to my question. You can download the Newtonsoft.json dll. Then when inside the UFFI and 'editing', you can 'Add Assembly' and point to the downloaded dll.
-
Don Maes creó una publicación,
Using UFFI to process JSON files. How do I add 'using System.Text.Json'. I assume a DLL - where to put it. Alternative is to use using System.Newtonsoft.Json;. Same question how to get installed for use in UFFI?
Do you have an example script for a UFFI that converts JSON files? Doesn't matter which document is being processed. I just need the 'using System.xxx.Json that is required and how to get it inst...
-
Don Maes hizo un comentario,
I assume the scenario is like this: Document 1 has a one time description in the dscription field. You are creating another document from the first document. Normally you would not require a 'Tr...
-
Don Maes hizo un comentario,
Yes it is possible. All documents have the tax date and the date the document was created. You want B1 Print & Delivery to use the date the document was created.
-
Don Maes hizo un comentario,
Comentario oficial Yes - you can use the syntax: $[$item.col.0.Selected]. This targets the highlight / selected matrix line.
-
Don Maes hizo un comentario,
Robert - I work a lot with manufacturing companies and have been working with Boyum for many years. I think what you really require is additional functionality in 2 areas: 1. the definition of th...