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-
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...
-
Ok looked at the example screenshot properly and are now determining the correct substitution value. But need help returning the SQL value rather than the SQL Command. I have setup the following ...
-
This would be a great addition. We have several customers that print labels to label printers. The label printers are not typically the default printer for a user, but each user would have a def...
-
Hi, I have found the information on eventData and are currently using the following Dynamic code to achieve this. It would be nice if the PopUpIndicator value was passed back in the row field to a...