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 1 IPT per user (that I know of)Alternative would be to use a custom button which calls a UF to create the Activity. Use Show /Hide commands within the UF as required
-
Was your UF syntax using the following: OpenForm(17|PrimaryKey); -- Sales Order = Object Type 17; Primary Key should be DocEntry
-
Change your query to return DocEntry and DocNum ( do not alias DocNum as ArOrderNumber). If the Sales Order doesn't launch from the DocEntry then you will need to change your query to use the DocEn...
-
Try this:
-
Try Changing $[LLRESULT.RUN.NUMBER] to $[LLRESULT.RUN.TEXT]
-
The validation is simply a "trigger" to start the UF so doesn't change anything. You have two "Set" statements which populates the value in the fields on the form and changes the form mode to Upda...
-
Instead of calling the MessageBox function within the macro try calling an external UF of type MessageBox. This type of MessageBox allows you to block the transaction (ie: exit I hope). So your exi...
-
Try changing the SQL to : SQL: SELECT '@STORE71' FROM Dummy
-
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...