former_member449203
Explorer
Member since ‎2017 Apr 19

User Statistics

  • 13 Posts
  • 2 Solutions
  • 8 Kudos given
  • 2 Kudos received

User Activity

How in the course of building a report through Excel Interactive Analysis, based on Hana models, get the current user and use it? Can there be a way to map the user Hana from Analitic Permissions to the SAP Business One user to restrict the selection...
I create a custom form via XML. I create EXTEDIT and bind it to the UserDataSource LongText, but it is impossible to write more than 255 characters. Even if I rebind through the code, the error remains, although in the system information, when...
I'm creating XML to populate the DataTable, which is data source for matrix on custom form. Column that definided as "Date" does not create calendar picker in cells, but if I input wrong value in this cell, it thrown error "Date not valid", so it rec...
I'm trying to delete activity using the service. CompanyService companyService = null; ActivitiesService activitiesService = null; ActivityParams activityParams = null; try { companyService = company.GetCompanyService(); activitiesService = com...
How can I disable automatic resizing of a rectangle when changing the size of a form?