former_member261816
Explorer
Member since ‎2016 Jul 22

User Statistics

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

User Activity

I need to create a new folder in Invoice form This is my code: private static void MyMethod(Form form) { Folder F_Consegna = form.Items.Add("F_MyFolder", SAPbouiCOM.BoFormItemTypes.it_FOLDER).Specific as Folder; F_Consegna.Caption = "My ...
From SAP B1 client (v.9.03 PL09), for activate Enable Multiple Branches, the Manage Stock by Wharehouse must first be activated from Document Settings form Enable Multiple Branches from interface, I check the Enable Multiple Branches flag from ...
When I work by SAP B1 interface (v9.03 pl09) with Payment Methods, if I select House Bank by Choose Bank form, all field in House Bank block is set When I work by DI Api this is my code WizardPaymentMethods oWizardPaymentMethods = (WizardP...
Hello! In some documents the matrix and his fields is not editable (for example AR Invoice does not allow to modify Unit Price field when I open an invoice already saved) This is my code: Column col = matrix.Columns.Find(columId); if (col.T...
I developed a new AddOn for SAP Business One.After creating the package (file MyPackage.zip), and load this package with SAP Business One Extension Manager, when I open Sap Business One I receive this messageIn Add-on Manager my Add-on is in tab Fail...