Jay Cheah
- Actividad total 25
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 1 usuario
- Votos 8
- Suscripciones 9
Resumen de la actividad
Última actividad de Jay Cheah-
Jay Cheah creó una publicación,
Print & Delivery log clearing
RespondidaPrevious requests: https://support.boyum-it.com/hc/en-us/community/posts/4414909339537-B1-P-D-Delivery-log-BOY-85-DEL-LOG-TABLE https://support.boyum-it.com/hc/en-us/community/posts/360024732274-It...
-
Jay Cheah hizo un comentario,
Alvin Li you can see in my screenshot - i have the b1add on UI loaded in the background , we have successfully delivered this to customer years ago. in the past , i used 2015 as well when our cust...
-
Jay Cheah hizo un comentario,
Hi Alvin Li VS community works just note that for SAP v9.3 you probably need to stick to VS 2019 or 2017 (can't remember exactly which) you cannot use VS2022 since the SAP extension inside won't l...
-
Jay Cheah hizo un comentario,
Thomas i tried : MultiSetFromSql(@store1|@store3|SELECT T0."U_UDF1",T0."U_UDF2" FROM OITM T0 WHERE T0."ItemCode" = $[$38.1.0]) and this triggered some exception, i don't know exactly what is wrong ...
-
Jay Cheah hizo un comentario,
Rasmus Jensen yes that is exactly what i want - too bad to hear that is a limitation. It would a BIG performance improvement for sure - esp when we have multiple validations on screen.
-
Jay Cheah creó una publicación,
Macro SQL - multiple @StoreX
Respondida@STORE1 = SQL('SELECT CardType FROM OCRD WHERE CardCode = $[$5.0.0]'); Is it possible to do this: @STORE1, @STORE2 = SQL('SELECT CardType, CardName FROM OCRD WHERE CardCode = $[$5.0.0]'); ? this sa...
-
Jay Cheah hizo un comentario,
I vote for this functionality too, if it hasn't already been implemented.
-
Jay Cheah creó una publicación,
Trigger user query with variable with Macro Universal Function
RespondidaI want to trigger a user-query that contains variables after a user has tabbed away from a UDF. At the moment, I can successfully trigger the user-query, that's simple enough, but I cannot seem t...