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-
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...
-
@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...
-
Only tool I can think of is the SAP Data Transfer Workbench (DTW)
-
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...
-
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...
-
I don't believe it is possible. I have never run into a problem with this.
-
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...
-
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...
-
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
-
I would start with a Support ticket to Boyum to ask if this is possible.