Morten Lilbæk Pedersen
Comments
Recent activity by Morten Lilbæk Pedersen
-
Hi Greg, I have updated the SQL to be correct. It had one UNION ALL to many.
- View comment
- 1 vote
-
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...
- View comment
- Edited
- 0 votes
-
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.
- View comment
- Edited
- 0 votes
- Official comment
-
Hi Jeremy, It looks like someone has used the "Make items read only" module on the window/another feature in B1UP. We don't have any scenario where we lock the screen like this so I am thinking thi...
- View comment
- 0 votes
- Official comment
-
Hi Guillaume, This has been fixed in B1UP 2017.04 HF2. 2017.04 HF2 (April 2017)- Changed functionality - B1 Dashboard - Open items widget now use NOLOCK in it's SQL so it do not impact the system a...
- View comment
- 0 votes
-
The feature has been removed as the HMTL generated by the tool is not valid and should not be used as a template for emails. This is especially problematic when text from Word is pasted directly in...
- View comment
- Edited
- 0 votes
- Official comment
-
Hi Crestline, We already submitted it to Trend Micro, Kaspersky and Bullgard. This does however not seem to always fix the issue as what they detect it by is Heuristics and not an actual match to a...
- View comment
- Edited
- 0 votes
- Official comment
-
Update 3: A partner has gotten a fix and a SQL that detects the issue from SAP: /* Detect affected rows */ SELECT A.ObjectCode, A.AutoKey, B.Autokey + 1FROM ONNM AS AJOIN (SELECT 'BOY_BUTTONS_EX' A...
- View comment
- Edited
- 0 votes
-
If the connection string in the PDF does not work try this one instead: DRIVER={B1CRHPROXY32};UID=username;PWD=password;SERVERNODE=server;CS="SCHEMA"
- View comment
- 0 votes
-
Warning: Only use on databases that does not have any modifications! Script that modifies the procedures to work correctly: DROP PROCEDURE SBO_SP_PostTransactionNotice; -- B1 DEPENDS: BEFORE:PT:PRO...
- View comment
- 0 votes