yuvalb1
Explorer
Member since ‎03-27-2017

User Statistics

  • 8 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

I have a custom UI API development and it is imperative for me to know what the user has checked in the Form Settings - Pick Pack and Production Manager settings. Right now the only way I think I can do this is by popping up the form settings, gett...
I'm currently moving an add-on from On-Premise environment to SAP HANA Cloud environment. Since in SAP HANA Cloud Environment hosted by SAP does not give me the SYSTEM user, will the client receive a regular user he can login with SAP HANA Stud...
I have this Crystal Report and I want to first time it is printed to show "Original" label. If eventually someones tries to print it again it should show a "Copy" label. I have a "Printed" field in my UDO but I can't find a way to update this aft...
I installed SAP Business One 9.3 for HANA, imported the license file successfully in the LicenseControlCenter link. In the Components tab I can see the licenses I got but I cannot allocate any license. Already checked that the b1-local-machine.x...
Very basic code: var rs = Company.GetBusinessObject(BoObjectTypes.BoRecordset); string sqlStr = "select top 1 DecSep, PriceDec, QtyDec, SumDec, RateDec, MeasureDec, PercentDec, ThousSep, MainCurncy from OADM"; rs.DoQuery(sq...