
Geoff Booth
- Actividad total 78
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 0 usuarios
- Votos 7
- Suscripciones 36
Resumen de la actividad
Última actividad de Geoff Booth-
Geoff Booth hizo un comentario,
Try the following as you are simply entering values in an existing line: Set($[$39.1.0.FIRST]|Lumpsum); // Description ColumnSet($[$39.2.0.FIRST]|7001); // GLAccount Column
-
Geoff Booth hizo un comentario,
I would modify the UF being called by the button. If the validation "always runs" then add a statement to call the UF: Sample: UF(UF-002); will call the Universal Function with Code = UF-002 If the...
-
Geoff Booth hizo un comentario,
How are you "loading" the data. Is this coming from a Boyum UF or ?. Do you exit the field after loading the data?
-
Geoff Booth hizo un comentario,
Have you tried submitting a ticket to Boyum?
-
Geoff Booth hizo un comentario,
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
-
Geoff Booth creó una publicación,
Add this UDF onto the main window
When adding a UDF from the sidebar using the right click menu Boyum (often) adds (Choose Button) to the description which I then have to manually remove. Does anyone know why this happens and is th...
-
Geoff Booth hizo un comentario,
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.
-
Geoff Booth hizo un comentario,
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.
-
Geoff Booth hizo un comentario,
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...
-
Geoff Booth hizo un comentario,
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?