Geoff Booth
Comments
Recent activity by 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...
- View comment
- 0 votes
-
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...
- View comment
- 0 votes
-
@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...
- View comment
- 0 votes
-
Only tool I can think of is the SAP Data Transfer Workbench (DTW)
- View comment
- 0 votes
-
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...
- View comment
- 0 votes
-
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...
- View comment
- 0 votes
-
I don't believe it is possible. I have never run into a problem with this.
- View comment
- 0 votes
-
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...
- View comment
- 0 votes
-
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...
- View comment
- 0 votes
-
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
- View comment
- 0 votes