rajesh_khater
Active Participant
Member since ‎07-30-2013

User Statistics

  • 894 Posts
  • 6 Solutions
  • 18 Kudos given
  • 4 Kudos received

User Activity

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...
Using the MessagesService, how can we send an email with multiple attachments? A code example with 2 attachments will be helpful. Thanks.