I investigated, and this message is written in IN/Descriptor. It’s called AccumulatorAttribute only in this attribute. I don’t understand where this attribute is applied that uses this exception code. I suppose it is in ARTranUpdate DAC and also in several other DACs. If that’s the case, can I override this attribute? Is there a way in Acumatica to change a DAC attribute?

[PXHidden]
[Accumulator(BqlTable = typeof(AR.ARTran))]
public class ARTranUpdate : PXBqlTable, IBqlTable
{}I tried using an Interceptor, but it doesn’t override the existing DAC; it only adds a new DAC.
Base.Caches[typeof(ARTranUpdate)].Interceptor = new BZAccumulatorAttribute();