
Don Maes
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 11
Activity overview
Latest activity by Don Maes-
Don Maes created a post,
UFFI Error log handling
AnsweredCurrently 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 created a post,
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 commented,
Anyone wants to know, Yaremi's solution worked very well. Don
-
Don Maes commented,
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 created a post,
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 commented,
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 commented,
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 commented,
Official comment Yes - you can use the syntax: $[$item.col.0.Selected]. This targets the highlight / selected matrix line.
-
Don Maes commented,
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...
-
Don Maes created a post,
How to get contents of UDO prior to Add and run a query against data
AnsweredHere 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...