Geoff Booth
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 ...
- Ver comentario
- 0 votos
-
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 ...
- Ver comentario
- 0 votos
-
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...
- Ver comentario
- 0 votos
-
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...
- Ver comentario
- 0 votos
-
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
- Ver comentario
- 0 votos
-
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...
- Ver comentario
- 0 votos
-
How are you "loading" the data. Is this coming from a Boyum UF or ?. Do you exit the field after loading the data?
- Ver comentario
- 0 votos
-
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