Hi,
I'm trying to set value for UDF in Marketing document:
oDoc.UserFields.Fields.Item("U_CostPeriod").Value = cb_CostP.Value;
result =oDoc.Update();
As result I get value '-5006' and document is not updated successfully, value is not set.
...
Hello,
In my addon for SAP B1 I need to get attachments of some documents and copy them to some folder indicated by user.
Does anybody know how to do it?
There is an objeect Attachment2.Lines. But it only has property SourcePath. How can I get ...
Hello,
I am new in SAP Add-on development. So I have developed my first add-on and trying to install it to SAP B1.
As I understood, a tool B1DE is no longer supported and now we have SAP Business One Studio tool instead which helps to develop add...
Thank you ankit.chauhan, I have used oCompany.GetLastErrorDescription() and received following error description: "The requested action is not supported for this object"But I still can not understand what wrong. Why the same updating works well via ...