• Web API - Sage 300 2020 - ARReceiptAndAdjustmentBatches

    I may not be processing this correctly. Send the request below creates a new batch everytime. POST: http://localhost / Sage300WebApi/v1.0/-/TESTCOM/AR/ARReceiptAndAdjustmentBatches { "BatchRecordType" : "CA" , "BatchNumber" : 100 , "BatchType…
  • AP entry - How to deny continuation of entry if year is wrong?

    Sometimes clerk uses the wrong year, or month, when entering AP invoice. We post automaticall;y to GL She doesn't check her report for errors and then controller needs to investigate when it is denied posting at GL level. Does anyone know of a way…