Have you debugged/infolog what is in (mcrSalesLine.ContinuityScheduleId) ?
RE: Reserve inventory manually for a sales order.
RE: I cannot see some standard tables
In 2012, you will find it under System documentation>>Tables and not in Datadictionary>>Tables
RE: AX Kernel versions and Installed models versions
Thanks Nikolaos,
I got that. So the next question would be why system showing Application Version (6.3.5000.133) but Installed models form has hotfix installed having greater version than AX system application version?
AX Kernel versions and Installed models versions
I have question regarding AX Kernel Version. I have AX 2012 R3 CU12 with GST2 installed. In my all system (Test, UAT, Pre-Prod) the Kernel version is 6.3.6000.4282 and Application version is 6.3.5000.133.
But If i am looking at all Installed Models , there is showing all hotfix installed with different versions but there is not any hotfix having version (6.3.6000.4282).
So I was wondering something wrong with my system because i can see there many hotfix having version greater than my kernel version.
So from where AX picks the kernel version? please suggest.
Thanks
RE: Fixed Assets: Reducing balance method creates incorrect depreciation adjustment on asset disposal
Hi,
Your profit from the sale is (18000-16171,72) = 1828,28. This amount is reflected in the profit -181,82 and the depreciation adjustment 2010,10
I assume that your settings and the posting conventions are responsible for the postings that you see but cannot identify a problem.
The complete depreciation is reversed (2010,10), which is a standard behavior in AX.
The sales value compared to the original acquisition value then results in the profit of 181,82 shown.
Why do you expect a depreciation adjustmen tof only 191,92?
Best regards,
Ludwig
RE: I cannot see some standard tables
Hi André,
I need to change the properties modified date and created date. I'm a little confuse, because I can see this table in production environment, but I cannot see in dev and test environments.
RE: How to add lookup for a field on contract class while developing an ssrs report?
You can find an example in Using UI Builder Class to Develop SSRS Reports in Microsoft Dynamics AX 2012, for instance.
RE: AX Kernel versions and Installed models versions
I think separate application hotfixes don't necessarily update the application version of the system. This is because the application hotfixes are not cumulative.
Let's assume you have application version 6.3.5000.133.
Let's assume there are three MS hotfixes with version numbers:
6.3.5000.140
6.3.5000.145
6.3.5000.150
You could install all of them, or just the last one. But if the application version was updated to 6.3.5000.150 it would not tell you any useful information about the installed hotfixes.
So your application "status" has to be determined by combining the information of the application version, and all hotfixes that have higher version number than your application version.
The "status" could be for example: 6.3.5000.133 with hotfixes 6.3.5000.145 and 6.3.5000.150.
But if you install a Cumulative Update (CU), the application version will be updated.
Transfer Order Line deleted
Hi,
I have created transfer order with two item lines. which has successfully shipped and received. Some one has removed both item lines. and the status of transfer order has changed back from Received to created.
Now i have two questions.
1. How to stop the deletion of lines if transfer order has received.
2. How to recover deleted lines?
Regards
Kamran
RE: Is it possible to schedule a job on multiple resources at a different times?
Hi Steven,
In our case, we expect number of resources to be used for scheduling depends on their availability.
In other words, if resource group has 10 resources and if five resources are available today those five should be picked up for the scheduling.
Having said that, we cannot fix the number of resources at route level.
Load factor will not work for us either, as machine can be loaded 100 % always provided capacity is available.
Regards
-Rahul
RE: Advanced bank reconciliation & Trading party field
After digging further into \Classes\BankStmtService, I reached \Classes\AxBankStmtISOPartyIdentification and discovered that \Tables\BankStmtISOReportEntry was being populated with my desired Name value as the ID This led me to look again at the second transform on the MT940 port, and notice that whilst it's writing the PartyIdOrganisationGenericId tag in the AIF document, the call to the relevant template doesn't populate the OrgName parameter, so a simple change to the transform was enough to populate the table with the names I'm looking for. It's slightly disappointing to me that the relevant AIF services don't de-duplicate or normalise the data in any way (that is, providing identical party ID/name combinations twice in one statement will lead to two identical records in the AX table), but since I can't immediately identify anywhere else this table is used, I'm running with it.
Never sure about the etiquette of answering your own question, but hopefully this public contemplation helps someone...
Advanced bank reconciliation & Trading party field
I'm looking at a number of customisation requests from a client looking to import MT940 statements to AX. They've asked me to populate the Trading party field on imported bank statements, but I believe this field may be denormalised in AX, unlike the Reference no or Entry reference fields that can be assigned directly through the BankStmtService.create service call that the whitepapers point to.
I've looked at the standard MT940XML_to_Reconciliation_xlst resource, and I can see the ReportEntryTradingParty tag calling the PartyId template. I can populate the CustVendNameSender tag with a custom MT940TXT_to_XML resource stylesheet, but even with the output from the second step transform, the screenshot above shows that the Trading party field isn't being populated on the bank statement.
Has anyone looked at populating this field through advanced bank reconciliation?
RE: Trade intercompany and warehouse management receiving
Hi Sagar Suman,
Many thanks for pointing me to this option. I'll look closely at the option if it's suitable for us or not.
Thanks,
Vadim
Trade intercompany and warehouse management receiving
Hello,
Is there any option in Dynamics AX 2012 available to register received intercompany goods by license plates?
I mean the same way as it works for a transfer order by using the "License plate receiving and put away" menu item.
Thanks
TreeNode AOTgetProperty("Model") return different values on Client and Server
Hello, everyone!
The subject is next:
I'm creating instance of TreeNode object. It has property "Model". On client this property has value "Foundation". On server this property has value "19". (values provided for example).
So, the problem is when I call method AOTgetProperty("Model") it returns "Foundation" on Client and "19" on Server.
Example of code:
TreeNode treeNode;
ModelName modelNameRet;
treeNode = TreeNode::findNode(@"\Data Dictionary\Base Enums\ABC");
modelNameRet = parentTreeNode.AOTgetProperty("Model");
info(modelNameRet);
RE: I cannot see some standard tables
Hi ,
You can find in AOT > SystemDocumentaion > Tables . But not any option to modify. Can you share what kind of change you want to do ??
RE: How to add lookup for a field on contract class while developing an ssrs report?
Thank u sir
RE: TreeNode AOTgetProperty("Model") return different values on Client and Server
Hi EugeneVoloshchenko,
It would be nice if you explain what you are actually doing and what you want to achieve.
AX crash when connects to AOS on different server.
We are facing an issue of AX client crash showing below information:
KERNELBASE!RaiseException+48
rpcrt4!RpcRaiseException+4a
rpcrt4!RpcRaiseException+16
rpcrt4!NdrCStdStubBuffer2_Release+1799
rpcrt4!NdrClientCall2+3fc
Ax32+23a631
Ax32+23cc55
Ax32+e34fa
Ax32+e3727
Ax32+e3f23
Ax32+e466e
Ax32+121d44
Ax32+2fdeec
Ax32+2fc789
Ax32+2fc9b5
Ax32+2fcc73
user32!CallNextHookEx+b1
user32!CallNextHookEx+311
user32!CallWindowProcW+95
Ax32+51f71f
Ax32+51f9b4
user32!CallNextHookEx+b1
user32!CallNextHookEx+311
user32!GetMessageW+24f
user32!DispatchMessageW+10
Ax32+380905
Ax32+3814ca
Ax32+1396f1
Ax32+1d930
DomainBoundILStubClass.IL_STUB_PInvoke()+56
[[InlinedCallFrame]]
clr+eaf6
clr!LogHelp_TerminateOnAssert+5b39
clr!LogHelp_TerminateOnAssert+6164
clr!ClrCreateManagedInstance+15e2
[[GCFrame]]
clr!GetPrivateContextsPerfCounters+2b169
clr!GetPrivateContextsPerfCounters+2b76b
clr!GetPrivateContextsPerfCounters+2b921
clr!GetPrivateContextsPerfCounters+2b867
clr!CorExeMain+1c
mscoreei!CorExeMain+71
mscoree!CorExeMain+8c
kernel32!BaseThreadInitThunk+24
ntdll!RtlInitializeExceptionChain+8f
ntdll!RtlInitializeExceptionChain+5a
We have many AOS servers with 2 load balancer. When I am trying to connect AX Client to AOS(Both AOS and client on different server)
then AX gets crash and gives above error but it works when connects AX client to AOS ( Both AOS and Client on same server).
Please suggest.
RE: TreeNode AOTgetProperty("Model") return different values on Client and Server
I need to get Model name of an object. And I need to put Model name of an object to my table. I don't need to get model ID.
For this purpose I create TreeNode object from AOT path. I run my code in batch, so the problem I described above occures.