Required Help AR Cash receipt creation in SData

I want to create a cash receipt in A/R module with SData. I have identified the required tables for it.

  • GL_CompanyActiveBatch
    • GL_CompanyActiveBatch is read-only for SData, so I am not able to create the record here.
  • AR_CashReceiptsDeposit
    • I am able to create the record here.
  • AR_CashReceiptsHeader
    • Here I am getting the error like "Deposit is out balance", so the record is not created here.
  • AR_CashReceiptsDetail
    • There is no header record, so details record also not creating.

Anybody tried this scenario. If this is not possible with SData, is there any other interface I can use to create the Cash receipt in Sage. I am using this in C#.

Parents
  • 0

    In my humble opinion, sData is a dead end and is not being maintained. There are quite a few hoops to jump through just to get it configured and running. If you can run your code on a workstation with sage 100 installed, you would be better off using the Business Object Interface (BOI). I believe there are a few examples of C# on the forum.

Reply
  • 0

    In my humble opinion, sData is a dead end and is not being maintained. There are quite a few hoops to jump through just to get it configured and running. If you can run your code on a workstation with sage 100 installed, you would be better off using the Business Object Interface (BOI). I believe there are a few examples of C# on the forum.

Children