在Acumatica中,我正在尝试更新供应商的位置上的付款说明,并且它不允许我保存说错误:'AP Sub。'不能为空。
我根本没有使用子帐户,并填写了GL帐户标签。
收到消息后,跟踪显示以下内容:
错误:错误:'AP Sub。'不能为空。发送 提出时间:26/06/2017 1:19:58 AM屏幕:AP.30.30.10命令:保存
26/06/2017 1:19:58 AM错误: 错误:'AP Sub。'不能为空。
at MYOB.AdvancedLive.Core.Extensions.AP.VendorLocationMaintExtension.Location_RowPersisting(PXCache sender, PXRowPersistingEventArgs args, PXRowPersisting handler)
at PX.Data.PXRowPersisting.Invoke(PXCache sender, PXRowPersistingEventArgs e)
at PX.Data.PXCache.OnRowPersisting(Object item, PXDBOperation operation)
at PX.Data.PXCache`1.PersistUpdated(Object row)
at PX.Data.PXCache`1.Persist(PXDBOperation operation)
at PX.Data.PXGraph.Persist(Type cacheType, PXDBOperation operation)
at PX.Data.PXGraph.Persist()
at PX.Objects.CR.LocationMaint.Persist()
at PX.Objects.AP.VendorLocationMaint.Persist()
at PX.Data.PXSave`1.d__2.MoveNext()
at PX.Data.PXAction`1.d__31.MoveNext()
at PX.Data.PXAction`1.d__31.MoveNext()
at PX.Web.UI.PXBaseDataSource.tryExecutePendingCommand(String viewName, String[] sortcolumns, Boolean[] descendings, Object[] searches, Object[] parameters, PXFilterRow[] filters, DataSourceSelectArguments arguments, Boolean& closeWindowRequired, Int32& adapterStartRow, Int32& adapterTotalRows)
at PX.Web.UI.PXBaseDataSource.ExecuteSelect(String viewName, DataSourceSelectArguments arguments, PXDSSelectArguments pxarguments)
答案 0 :(得分:0)
基于附加的堆栈跟踪,在 MYOB.AdvancedLive.Core.Extensions.AP.VendorLocationMaintExtension 类中声明的Location_RowPersisting事件处理程序内抛出异常。我建议联系MYOB支持并要求他们进一步审查这个问题。