cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Method not found: 'Void SAPbobsCOM.IDocuments.set_CreateQRCodeFrom(System.String)'

1,683

SAP B1 10.0 Version has release new field of QR Code in accounting tabi have,SAP B1 SQL at PL10 and SAP B1 HANA at FP 2011. I have mapped DI API field as well which is "CreateQRCodeFrom".

But whenever the di api functions calls it throws error as - Method not found: 'Void SAPbobsCOM.IDocuments.set_CreateQRCodeFrom(System.String)'

Any help and solution will be very helpful as soon as quickly.

View Entire Topic
saadsabri
Explorer
0 Kudos

Hello

I am facing the a similar problem where I have created an add-on to generate QR Code. I am setting the QR Code in Documents.CreateQRCodeFrom field.

The same release is deployed on multiple clients of SAP B1 10.0 and working fine. On one of our client where the SAP 10 version is 10.00.130 (FP2008), I am getting the error Method not found: 'Void SAPbobsCOM.IDocuments.set_CreateQRCodeFrom(System.String)

On another client, where the version is 10.00.170 (FP 2108), the add-on is generating the QR code correctly. I am using the SAP SDK dll in my references.

Please advise.

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear saadsabri,

Can you try to use SAPbobsCOM DLL instead of SAPBusinessOneSDK DLL reference and verify whether the issue exists or not after that?

Also, can you make sure that SAPBusinessOneSDK DLL reference is not of the older version?

Kind regards,

ANKIT CHAUHAN

SAP Business One Support

saadsabri
Explorer
0 Kudos

Dear ankit.chauhan1

The reference is from the SAPBusinessOneSDK dll of 10.00.170.

Also where do I get the SAPbobsCOM dll for SAP 10.0?