Sean Archer - Business Evolution
- Total activity 57
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 13
- Subscriptions 24
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.
-
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 ...
-
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...
-
You could put the SQL logic in a stored procedure and call that in both the report and dashboard.
-
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...
-
Thanks Rasmus
-
Hi Tacio, I hadn't...In this case it worked perfectly for what I required; thanks for the tip. Cheers, Sean
-
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 ...
-
Official comment 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...
-
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...