Morten Lilbæk Pedersen
- Total activity 138
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 98
Activity overview
Latest activity by Morten Lilbæk Pedersen-
Morten Lilbæk Pedersen created an article,
Stored procedure is not installed for datastore [x] - SAP HANA
To troubleshoot the installation error "Stored procedure is not installed for datastore [x]" message please follow the steps below one by one. Step 1) Check procedure installation - manual If you h...
-
Morten Lilbæk Pedersen commented,
Development answer: It is not possible to get the full pVal variables (UF - Dynamic Code events can come from item, menu and formData events so there is no common event) We have a common event amon...
-
Morten Lilbæk Pedersen commented,
Official comment Hi Jonathan, You should be able to check the DB Datasource to figure out if you are about to add a Cancellation document. This validation only triggers when it is not a cancellation document.
-
Morten Lilbæk Pedersen created an article,
Sample - Automate print of invoices when adding Incoming Payment
Scenario: You want to automatically print paid invoices when adding the Incoming Payment. Setup: To get this working you will need to first create a UDF that keeps track of documents that have alre...
-
Morten Lilbæk Pedersen created an article,
[B1 Dashboard] Working with Time in B1 Dashboard
Scenario: You would like to display an SAP Time field in the B1 Dashboard. Setup: SAP stores "Time" as an integer type instead of a datetime/time column in the database. To use the field in a B1 Da...
-
Morten Lilbæk Pedersen created an article,
Crystal report - performance
The performance of Crystal reports is linked to a number of different things. The one with the most impact is what SQL is executed in the Crystal Report.If you look at the layouts provided by defa...
-
Morten Lilbæk Pedersen created an article,
Boyum Pack: Switching from "Installer (With install path selection)" to "Installer" does not work
[This article describes an old feature not present in B1UP 2019.x or higher.] Scenario:You have previously used the "Installer (With install path selection).ard" option when installing the Boyum Pa...
-
Morten Lilbæk Pedersen created an article,
Guide - Blocking UI event chain using BubbleEvent
When using Dynamic Code you can block the UI event chain by setting BubbleEvent = false. You can access the BubbleEvent by using the eventData object. Example: eventData.BubbleEvent = false; The e...
-
Morten Lilbæk Pedersen created an article,
SAP Issue - Error - 0xFFFFFF95
When starting the addon you get the error: Please make sure that the SAP user does not contain any special chars or pings. Example: O’Byrne is not allowed as username by the SAP SDK. If it still d...
-
Morten Lilbæk Pedersen created an article,
Guide - Adding a logo to a HTML body
To add a logo to a "report action - email" you will first need to change the body to be HTML. Example: This will on my setup create an email looking like: To add a logo to this email you need to ...