Geoff Booth
Comentarios
Actividad reciente de Geoff Booth
-
Hi Chris, I did not understand this line: However if we add the Reference (check no) as CC the systems throws the prompt, while using a number it moves along... What is "CC"; what do you mean by us...
- Ver comentario
- 0 votos
-
Do you have some sample data to help visualize what you are trying to do? Are you trying to update multiple records with the same value? Is the value you are trying to update obtained with an SQL q...
- Ver comentario
- 0 votos
-
@STORE1 = "your SQL to select Lead Time in Days"; One thing at a time MessageBox(@STORE1); \\to verify your number of days Set ($[$U_ETD.0.DATE]|SQL: SELECT CONVERT(VARCHAR(10), DateAdd(DD,@STORE1...
- Ver comentario
- 0 votos
-
Only tool I can think of is the SAP Data Transfer Workbench (DTW)
- Ver comentario
- 0 votos
-
You need to create a Validation (trigger) to execute a Universal function (UF) to set the value. Instead of a button you want the Validation to trigger on the Field1 & Field2 validate event so that...
- Ver comentario
- 0 votos
-
It is not possible to use the choose back functionality in a SQL Report to add values to a UDT. See the article here: Passing selected value back with Select target data in the grid in a UDT handle...
- Ver comentario
- 0 votos
-
I don't believe it is possible. I have never run into a problem with this.
- Ver comentario
- 0 votos
-
Hey Alvin, Your validation is working (it has been triggered) as you are receiving the error message. In 9.3 upon successful add of a document it immediately opens a new blank document therefore th...
- Ver comentario
- 0 votos
-
Step 1 is to find ut what the true value of your field is Set @STORE2 = $[$BOYX_7.0.DATE]; // Capture the field into an @STORE for display purposes MessageBox(@STORE2); // Often a blank date fiel...
- Ver comentario
- 0 votos
-
Hi Carla, If you query the CRD1.Country field you will see that it stores the 2 digit abbreviation for the country not the full name. i.e. Canada = CA Hope this helps
- Ver comentario
- 0 votos