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-
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.
-
Try: SET($[$Field3.0.0|@STORE1) ; // Even though Field3 is a Number the Boyum Set command likes to use a string to set it - Maybe someone else has a better explanation. Not sure why you have the fi...
-
Do you know how to use: Boyum Validations? Boyum Universal Function type Line Loop? Boyum Authorizations?