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...
I'm sorry Jeremy, but in the SDK examples I could not find any useful information on how to get the folder moved as described in my post.Can you show me where in the SDK examples a folder is moved?
Dear Sandesh,Thanks for your reply.I stress that I do not want to force the matrix with unlawful changes.What
I ask is how can I tell if a certain matrix cell is editable or not,
without having to try the modification and discover from the re-launc...
This is the correct example for loginServicePointManager.ServerCertificateValidationCallback += delegate(object sender, X509Certificate cert,
X509Chain chain,
...