
David Bordones
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by David Bordones-
David Bordones commented,
Any idea on this? Kind Regards. David
-
David Bordones created a post,
Adding new record in user table via Dynamic Code
Hi there, I created in SAP B1 two user tables (Master data and master data rows). I'd like to add a new header record in my master data user table via Dinamic Code (SDK). This is my source code...
-
David Bordones commented,
Thank you Stefan Eichberg I spent a while trying to find them. Thank you very much. Kind Regards, David
-
David Bordones commented,
Hi Stefan Eichberg, hope you are well. The link is not working now. Do you know if I could still find a preconfigured database for Beas? Kind Regards, David
-
David Bordones commented,
Hi Marc, Have you tried your string like this? string query ="SELECT T1.\"ItemCode\" FROM ITM1 T0 INNER JOIN OITM T1 ON T0.\"ItemCode\" = T1.\"ItemCode\" WHERE T0.\"PriceList\" = 1 AND T1.\"ItemCo...
-
David Bordones created a post,
pass @STORE1 to Dynamic Code
Hi, Is there a way to use a variable when using Dynamic Code (.NET SDK)? For example: oItem.ItemCode = "$[$0_U_E.0.0]"; oItem.PriceList.Price = @STORE1; Where @STORE1 =100 Do you know if there...
-
David Bordones commented,
Hi. Was this feature added to Dynamic Code? I'd like to add a variable to my script. For example: oItem.ItemCode = @STORE1 Do you know if there's a way to do it?