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-
Dave - great answer.! I had never seen the trick about setting the FormType value on the SQL report UF before.
-
Try the Administration -> Add-Ons ->B1 Usability Package -> B1 Usability Config
-
It sounds like you are trying to use core SAP approvals. If that is the case here is the SAP logic flow: You enter data in the Purchase Order and click the add button SAP now checks to see if an a...
-
Hey Carla, I'm not going to say I understand what you mean by triggering an approval however it appears to me that the >2000 is simply hanging out there by itself without belong to a where clause t...
-
@STORE1 = $[$14.0.0]; // Assign @STORE1 valueClick($[$55.0.0]); // Click the New Activity buttonActivate(); // Ensure the Activity form is the active oneSet($[$53.0.0]]|@STORE1); // Set the value ...
-
Very strange - it works for me just fine.
-
Add a button on the service call to run a UF. The UF would then: Save any information you want to copy to the activity in @STORE values Click the SAP Activity button to create the new activity Act...
-
I opened a user-defined window; added the same right-click menu item and it closed the form without error. I'm using SAP 10 SP 2408 & B1UP 2024.10
-
This worked fine for me on a basic SAP Purchase Order. The PO form closed as expected.
-
Try running the Close() on a core SAP form to see if it functions as expected. If it does then the issue is in your user defined form . The only code I would have in the UF to test is Close(); as n...