former_member1362400
Discoverer
Member since ‎2021 Jun 15

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi! As you can see in the attached photo, I have 5 Professional licenses allocated for 5 different users, so I should expect that the number of Total Assigned License is 5. But the License Manager in SAP B1 tell me that there are 7 licenses alloca...
Hi! I have a problem importing my Invoices using c# and SAPbobsCOM.dll This is my code: oInvoice.DocNum = Convert.ToInt32(fattura.DocNum); oInvoice.DocDate = DateTime.Parse(fattura.DocDate); oInvoice.DocDueDate = DateTime.Parse(fattura.DocDue...
Hi!I created a new custom UDF (Tools -> Customization Tools -> User-Defined Fields - Management) and setted it as 'Linked to System Object' (Business Partners in this scenario). This UDF works perfectly, but it shows me the CardCode of the BP selec...