Geoff Booth
Comments
Recent activity by 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 ...
- View comment
- 0 votes
-
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 ...
- View comment
- 0 votes
-
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...
- View comment
- 0 votes
-
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...
- View comment
- 0 votes
-
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
- View comment
- 0 votes
-
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...
- View comment
- 0 votes
-
How are you "loading" the data. Is this coming from a Boyum UF or ?. Do you exit the field after loading the data?
- View comment
- 0 votes
-
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