Keshava Best
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 15
Comments
Recent activity by Keshava Best-
Select Data Target works with grids. For this particular solution, I would use an SAP User Defined Value (UDV) rather than a Boyum SQL Report.https://help.sap.com/doc/e1563842756d479b9d90fdb15e798b...
-
Two options:1) The fields aren't actually changing. In this case, set the SQL results to a @STORE variable, check to see if the current value in the field matches and only update the field if they ...
-
Yes, but not an easy way. You need to add a Universal Function macro that triggers on Data Load or BP Type toggle that uses MassHide / MassShow to hide / show these fields.
-
Hi Dave,Add a second Universal Function Macro that is triggered by the double-click validation with the following code:Block(); //Block Details WindowUF(UF-004); //Open SQL ReportKeshava
-
Hi Paul,Here is a workaround - I have experienced the same issue. Create a Universal Function type Dynamic Code with the following command:form.Mode = BoFormMode.fm_UPDATE_MODE;From your Universal ...
-
Hi Julian,You can create a B1UP Macro that: Triggers the SAP print functionality Runs another Universal Function to print the label (function type Crystal Report) For your Crystal that takes fore...
-
Hi Phil,A few options: You could update the Crystal Report to print the lines on the Sales Order in your custom order different than what displays. Your macro could cache the data from the entire ...
-
Hi Manuel,Right-click on the document (Make sure you have a Purchase Order selected and are in OK mode)Navigate to the B1 Print & Delivery sub-menuNavigate to the first layout listedClick EditUnche...
-
Hi Manuel, You can accomplish this from Dynamic Code with a .NET snippethttps://help.boyum-it.com/B1UP/index.html?dotnetsnippet.html
-
Agreed that we should have the options for a UDT handler that we do for a SQL Report: - Golden Arrow - Checkbox / Combobox