Sean Archer - Business Evolution
Comments
Recent activity by Sean Archer - Business Evolution
-
Access to the @STORE values would be a great benefit to the Dynamic Code as it would allow values to be passed in and results of Dynamic Code to be evaluated in subsequent UF.
- View comment
- 1 vote
-
I have found the most reliable way to do this is to store your class library, and any dependent dll's, in a sub folder under the B1 Usability Package folder (e.g. C:\Program Files\SAP\SAP Business ...
- View comment
- 0 votes
-
Hi Bijan, The screenshot below uses a stored procedure to return the data. You can add formatting to the returned columns. If you need different columns in the UF that you do in the dashboard the...
- View comment
- 0 votes
-
You could put the SQL logic in a stored procedure and call that in both the report and dashboard.
- View comment
- 0 votes
-
Hi, this is effectively the same as the following request https://support.boyum-it.com/hc/en-us/community/posts/4413670774673-Provide-a-browser-control-or-PDF-viewer-for-the-B1UP-Dashboard Can we c...
- View comment
- 0 votes
-
Thanks Rasmus
- View comment
- 0 votes
-
Hi Tacio, I hadn't...In this case it worked perfectly for what I required; thanks for the tip. Cheers, Sean
- View comment
- 0 votes
-
Hi Jennifer, A quick way to work around it might be to add TRY/CATCH around your code that is setting the tax fields TRYBEGIN Set($[$item.col.type]|valueToSet);ENDCATCHBEGIN // Do nothingEND ...
- View comment
- 0 votes
-
Hi Sergio, A simple way to achieve this is to have the optional items on the Bill of Material but set to Inactive and change the active status based on the product configuration. If you setup the p...
- View comment
- 0 votes
- Official comment
-
Hi Martin, Thank you for the reply. It has led me to a working solution. I received the following error when trying to set the "Value" directly in SQL. () Error in sql statement: (-1) SQLSTATE = S...
- View comment
- 0 votes