Jay Cheah
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 8
- Subscriptions 9
Activity overview
Latest activity by Jay Cheah-
Jay Cheah created a post,
Print & Delivery log clearing
AnsweredPrevious 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 commented,
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 commented,
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 commented,
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 commented,
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 created a post,
Macro SQL - multiple @StoreX
Answered@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 commented,
Hi I got this error for the 32 bit client, but not the 64 bit client. How do I fix this? My setup is - 64 bit OS Win Server 2016 SAP HANA 9.2 PL8 I have both 64 bit and 32 bit client installed, but...
-
Jay Cheah commented,
I vote for this functionality too, if it hasn't already been implemented.
-
Jay Cheah created a post,
Trigger user query with variable with Macro Universal Function
AnsweredI 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...