服务器 Gind.cn

服务器问题集锦,包括 Linux(Ubuntu, Centos,Debian等)和Windows Server服务器

通过AIF创build发票审批日记帐

题 是否可以在Dynamics AX 2012 R2中使用AIF服务(无需自定义代码)来创build发票审批日记帐,该日记帐自动查找具有相同凭证编号的发票注册日记帐,其行为与我们使用Find Voucherfunction时的行为一样通过UI? 如果是这样的话,请你指点我一些关于这个的文档,或者根据下面的附加信息提醒我可能会出错的地方? 详细资料 我们希望将AX与发票扫描/处理解决scheme集成在一起,所有input,编码和发票审批都在第三方系统中完成,发票通过发票注册(在创build时)进入AX,然后作为发票审批日志(一次编码和批准)。 通过创buildtypesInvoice Register的日记帐名称并使用PurchaseInvoiceService的创build操作,我已成功创build发票注册。 我现在正在努力实现Invoice Approval Journal集成; 获取错误通过GeneralLedgerJournalService的创build操作发送消息时, Unable to determine vouchertypes为“ Invoice Approval Journal日记帐”的日记帐名称和与相关“ Invoice Register消息相同的Voucher号码。 我也尝试通过PurchaseInvoiceService发送Invoice Approval Journal ,但收到一个错误,它似乎已validation了我的分类帐帐户和维度(对于帐户types为ledger的LedgerTrans行),就好像它是供应商一样; 即给出错误: Vendor 604123-ABC–DEF—- does not exist 。 Dynamics社区论坛上的相关讨论主题: https : //community.dynamics.com/ax/f/33/t/243277 Xml创build发票注册 <?xml version="1.0" encoding="utf-8"?> <axMsg:Envelope xmlns:axMsg="http://schemas.microsoft.com/dynamics/2011/01/documents/Message" xmlns:axTypes="http://schemas.microsoft.com/dynamics/2008/01/sharedtypes" xmlns:axLGJ="http://schemas.microsoft.com/dynamics/2008/01/documents/PurchaseInvoice" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <axMsg:Header> <axMsg:MessageId>0c2e3227-db84-43b6-9ea7-155d32fee868</axMsg:MessageId> <axMsg:Company>DAT</axMsg:Company> <axMsg:Action>http://schemas.microsoft.com/dynamics/2008/01/services/PurchaseInvoiceService/create</axMsg:Action> </axMsg:Header> <axMsg:Body> <axMsg:MessageParts> […]