Geoff Booth
- Actividad total 221
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 1 usuario
- Votos 18
- Suscripciones 92
Comentarios
Actividad reciente de Geoff Booth-
Try the following @STORE3 = SQL(Select TO_Decimal($[LLRESULT.NUMBER] *0.16)); //Multiply kg and set as pos variable @STORE4 = SQL(Select TO_Decimal($[LLRESULT.NUMBER] *0.16*-1)); //Multiply kg ...
-
Something happened on Line Loop 4 which produced an error (Invalid Index). This error likely "broke" the execution which resulted in all the other errors. So the question is what is wrong with the ...
-
Use: Click(91); // This will "click" the golden arrow beside the Freight field to open form 3007 Row 53 and 54 seems very strange to me. Do you really have 54 rows in the table. Please add a scr...
-
You should be able to use the Final Result UF to calculate the values using $[LLRESULT.NUMBER] (see Boyum Help); Open form 3007 and then Set the value. If you have troubles post your UF so we can r...
-
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
-
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...
-
How are you "loading" the data. Is this coming from a Boyum UF or ?. Do you exit the field after loading the data?
-
Have you tried submitting a ticket to Boyum?
-
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
-
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.