David Bordones
- Actividad total 12
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 0 usuarios
- Votos 0
- Suscripciones 5
Publicaciones
Actividad reciente de David Bordones-
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...
-
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...