Geoff Booth
Comments
Recent activity by Geoff Booth
-
Have you tried submitting a ticket to Boyum?
- View comment
- 0 votes
-
What version of SBO are you using? I was using SAP 10 FP 2208 and triggering on Formtype 130 Item 2349990001 (Add draft button) Code filled in both UDF's and saved correctly
- View comment
- 0 votes
-
It fails using the $[$fieldname.0.0] syntax however if I change it to $[$BOYX_xx] then both the form & sidebar fields are filled in correctly.
- View comment
- 0 votes
-
If you have added both a Bill To and a Ship To address you need the function to run on each address therefore it must fire multiple times not just once on add.
- View comment
- 0 votes
-
Your validation is being run on add of the BP (Form 134) and is updating the current selected address. (as it should). If you want to validate each address as you add it you need to change your va...
- View comment
- 0 votes
-
Have you checked the system messages log to see if there are any errors? Have you tried turning on the "debug" mode of the UF and watch each step happen? Is the Form Mode "Ok" after the function runs?
- View comment
- 0 votes
-
If the trigger is working you should be able to block the event. Are you using a UF "Type" of MessageBox (this is what you need) or Macro?
- View comment
- 0 votes
-
An alternative solution may be to leave the Block UDF Sidebar unchecked on the IPT Create a Boyum validation (selecting users to exclude likely) where Formtype = -1 (All forms) Menu Id = 6913 Eve...
- View comment
- 0 votes
-
Try this link: GitHub - rainforestnet/CrystalReportsNinja: A small Windows Console App that loads external Crystal Reports file, takes parameter inputs and export to various format or even print to...
- View comment
- 0 votes
-
Try: @STORE1 = SQL(Select LEFT($[$143.38.1],1)); // Store the first characterIF @STORE1 = 'Y' // Perform a direct comparisonBEGINSet($[$38.1470002149.0]|60-20);END
- View comment
- 0 votes