David Bordones
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Posts
Recent activity by 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...