David Bordones
- Actividad total 12
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 0 usuarios
- Votos 0
- Suscripciones 5
Resumen de la actividad
Última actividad de David Bordones-
David Bordones hizo un comentario,
Any idea on this? Kind Regards. David
-
David Bordones creó una publicación,
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 hizo un comentario,
Thank you Stefan Eichberg I spent a while trying to find them. Thank you very much. Kind Regards, David
-
David Bordones hizo un comentario,
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 hizo un comentario,
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 creó una publicación,
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 hizo un comentario,
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?