Geoff Booth
Comentarios
Actividad reciente de Geoff Booth
-
Have you tried submitting a ticket to Boyum?
- Ver comentario
- 0 votos
-
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
- Ver comentario
- 0 votos
-
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.
- Ver comentario
- 0 votos
-
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.
- Ver comentario
- 0 votos
-
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...
- Ver comentario
- 0 votos
-
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?
- Ver comentario
- 0 votos
-
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?
- Ver comentario
- 0 votos
-
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...
- Ver comentario
- 0 votos
-
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...
- Ver comentario
- 0 votos
-
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
- Ver comentario
- 0 votos