In my addon, I am handling the SBOApplication's AppEvent like this:
//AppEvent handler code:
private void SboApplication_AppEvent(SAPbouiCOM.BoAppEventTypes EventType)
{
if (EventType == SAPbouiCOM.BoAppEventTypes.aet_CompanyChanged ||
Ev...
I am getting the following COMException in oForm.BusinessObject:
Unable to cast COM object of type 'System.__ComObject' to interface type 'SAPbobsCOM.Documents'. This operation failed because the QueryInterface call on the COM component for the int...
I am getting the following COMException in GetByKey():
System.Runtime.InteropServices.COMException: 'The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))'I have verified that the SAPbobsCOM dll is of the same vers...
I have the following scenario:
User creates AR Invoice manually and adds multiple attachments in the AR Invoice manually.
In my addon, I have added a button in AR Invoice screen. On button click, the 1st attachment entry of the current AR Invoice...
Thanks johan.hakkesteegt ,Following up on Point 2, can I summarize that if we already have 1 Professional license, then we need to buy additional Indirect Access License ONLY if the number of simultaneous connections to a single company is more than ...
Thanks ankit.chauhan1 and sorry for bothering you again, but a few puzzling points still remain:If we can buy more DI Server licenses as long as we have at least 1 Professional license, why did you earlier mention that "as of 16 April 2018, SAP Busin...
ankit.chauhan1 you mentioned that DI-Server license is removed from the SAP Business One pricelist.But then, in next line, you mentioned that unlimited DI Server license is available if I have at least 1 Professional license.So is the DI-Server lic...
"Please note that if you are thinking of connecting a public internet application (for example a web shop), you should use the DI Server, and not the DI API."Hi johan.hakkesteegt , 1. Why should we not use the DI API if we are connecting using a web...