Geoff Booth
Comments
Recent activity by 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...
- View comment
- 0 votes
-
Boyum IPT - uncheck the Field "Affects Form Mode"
- View comment
- 0 votes
-
Can you post: Your SQL Report Your "trigger" on the SQL Report to call the Line Loop (Button or Right Click menu or?
- View comment
- 0 votes
-
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?
- View comment
- 0 votes
-
Try: How to add new row on matrix automatically on UDO - SAP Community
- View comment
- 0 votes
-
Have you tried the @STORE variable system? @STORE1 = @DynamicCodeResult
- View comment
- 0 votes
-
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...
- View comment
- 0 votes
-
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...
- View comment
- 0 votes
-
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...
- View comment
- 0 votes
-
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...
- View comment
- 0 votes