Dynamics AX Knowledge

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Issue Discription:In vendTransOpen, have some red hand in records front below. And users can't post them.

Cause: Not found.

Path: Redhand->Form's method: isMarked()->Class Specification: isMarked(), isMarkedElsewhere()->Check SpecTrans Table's records

boolean isMarkedElsewhere(recId _recId, recId _refRecId)
{
    SpecTrans   localSpecTrans = this.findRefId(_recId);

    return (localSpecTrans.recId && localSpecTrans.specRecId != _refRecId);
}

 

Solution1: delete the record in SpecTrans where SpecTans.RefId==VendTransOpen.RecId and VendTransOpen.RecId have a redhand.

SpecTrans.SpecTableId and SpecRecId is from VendTable or CustTable.... They are the same meanings.

Solution2: Check AP/AR->Journal->Payment. Check if have some Journals are not posted but users want to do settlement(核销)

Just post journal in payment.

posted on 2008-11-21 09:47  Jacky Xu  阅读(353)  评论(0编辑  收藏  举报