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-
It will fail as you are triggering "Before" the document has been saved therefore the DocNum does not exist in ORDR yet. Are you trying to block the document being added if the batches aren't selec...
-
Boyum IPT - uncheck the Field "Affects Form Mode"
-
Can you post: Your SQL Report Your "trigger" on the SQL Report to call the Line Loop (Button or Right Click menu or?
-
Can you share the entire Macro(s)? Are you trying to paste from a SQL Report to multiple Sales Orders. Do you have a line loop running?
-
Try: How to add new row on matrix automatically on UDO - SAP Community
-
Have you tried the @STORE variable system? @STORE1 = @DynamicCodeResult
-
Hi Carla, I may not be understanding the issue correctly but here goes: The button on the SQL Report would call an UF type Line Loop (or the Battleship Cobra "While" code The LL function would the...
-
I would start by building a SQL Report. This allows you to return a list with a check box for each row to give the user final control. Then add a button or right-click menu to the SQL report to cal...
-
Just some thoughts: Create a multi-step macro to : Use a while loop (battleshipcobra.com/youtube-download/while_loop_example.txt ) to write the Item Group and Line Value to a temp table Build a qu...
-
It looks like that is pulling from the Users table (OUSR). Likely simply add a standard Formatted Search to that field based on a user query such as: SELECT T0.[USERID], T0.[U_NAME] FROM OUSR T0 W...