Don Maes
- Actividad total 29
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 0 usuarios
- Votos 3
- Suscripciones 12
Publicaciones
Actividad reciente de Don Maes-
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...
-
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...
-
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...
-
How to get contents of UDO prior to Add and run a query against data
RespondidaHere is the scenario. I have a UDO being used to create issues to production. The user scans in data from a bar code and populates a grid with item, batch, whs and quantity. They scan in 15 rows...
-
How to schedule Mass delivery to multiple time zones
RespondidaThis is not a problem. I just want to share with you a mass delivery implementation I created for a customer in Toronto. We have implemented a ‘modified’ EDI functionality with them. They have ...
-
Toolbox Configuration
RespondidaWhen upgrading from SAP8.8 to SAP9.2 and also updating the version of Boyum, the Toolbox Configuration settings are not always in effect. We upgraded a customer that had the settings checked to br...
-
validating a cell in a grid
RespondidaI want a B1 Validation on a specific cell in a sales order line item grid. To set it up, I need to define the Form = 139. The 'Item' I believe is '38' because that is the grid. The column is a ...