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-
Check the Boyum Help file: SQL Report - Format section B1 Usability Package (boyum-it.com) Ensure your report has the key field(s) for an object: i,e,: CardCode from OCRD; ItemCode from OITM
-
I'm not sure if you want to block the entire order from being created if one of the items has selected a quantity with a status <> released or ?? I think you will need to add your Boyum to the fie...
-
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...