Quantcast
Channel: Microsoft Dynamics AX
Viewing all 125409 articles
Browse latest View live

Forum Post: RE: How to check if form datasource has written yet?

$
0
0
Look at `\Forms\InventTransRegister` if (!bufCmp(tmpInventTransWMS, tmpInventTransWMS.orig())) { return; // record wasn't successfully saved }

Forum Post: Minimum Inventory field in Supply Schedule

$
0
0
Hello, I am looking at the Supply Schedule on an item, and under the -Demand section, there is a field that says Minimum Inventory. Now I know this has to do with the minimums set on the Item Coverage, but what is prompting it to populate according to the schedule? Any help is appreciated!

Forum Post: RE: Showing Financial Dimension Tab drop-down fields in a grid

$
0
0
Crispin John Augustine, sorry for late reply, may i know about this process, means that should i make first a group for fields or what?? Or Should i write this code directly to the form. Thanks for your kind response. Thanks and best regards, Shabir Ahmad

Forum Post: RE: Workflow approval with X++. Element outcome is not defined on the workflow element.

$
0
0
Hi Crispin, Thanks for you tips. This was the first time I dealt with workflow from Code. So wasn't aware about the structure. My mistake was, I was giving the wrong menu-item name in the code in Original Post, after fixing, it worked perfect, I didn't had to make any other changes whatsoever. First I tried 'LedgerJournalTable5' which is a form name, then I right clicked on workflow in workflow list page and got 'WorkflowConfigurationVend' which was also wrong. The correct menu item name was obtained from AOT > Workflow > Approvals > VendDisbursementApproval > Outcomes > Approve which is 'PaymVendDisbWFApprApprove' Since my workflow steps have single approver, here's the final code: static void Job61(Args _args) { LedgerJournalTable ljt; WorkflowWorkItemTable workflowWorkItemTable; while select ljt where ljt.JournalNum == 'Your Condition' { // firstonly for Single Approver while select firstOnly workflowWorkItemTable where (workflowWorkItemTable.Type == WorkflowWorkItemType::WorkItem) && (workflowWorkItemTable.Status == WorkflowWorkItemStatus::Pending) && workflowWorkItemTable.RefRecId == ljt.RecId && workflowWorkItemTable.RefTableId == ljt.TableId { WorkflowWorkItemActionManager::dispatchWorkItemAction( workflowWorkItemTable, "Approved via X++ on Mr. ABC's Request", curUserId(), WorkflowWorkItemActionType::Complete, "PaymVendDisbWFApprApprove", false); } } } NOTE!!!: After running this Job, we have to wait for some time (~1-2 mins, depends) before you can see the change in the WorkFlow history tracking details: I didn't wait earlier and thought my Job was not working so I ran it multiple times which resulted into Approving multiple times with multiple assignees even though it has a SINGLE APPROVER setting.

Forum Post: RE: Showing Financial Dimension Tab drop-down fields in a grid

$
0
0
Heinz Schweda , Thanks for your code and effort you put on it, but please tell me, how should i add this code to form, Form Data-source or make new group in overview grid and then right this code there. Thanks and Regards, Shabir Ahmad

Forum Post: RE: Dynamics Ax 2012 r3 connection with power Bi

$
0
0
Thanks for your reply.But where do I find the .axc configuration file? I have Dynamics Ax installed on my system but don't see it anywhere in Program Files or Administrative tools. Would appreciate your help. Just need to connect the AX 2012 r3 with Power BI!

Forum Post: RE: Dynamics Ax 2012 r3 connection with power Bi

$
0
0
Often the .axc is the very file that you click to open AX. But you might also have a shortcut that you click, and the shortcut properties point to the .axc file. The third possibility is that you don't have an axc file, instead you use a configuration from the registry. But if that was the case, you would have AX Client Configuration Utility in your computer. If this doesn't help, please ask your system administrator.

Forum Post: RE: How to delete related records, when a record is deleted? How to recalculate data after the deletion?

$
0
0
as mentioned , and also event handler: www.erpsoftwareblog.com/.../event-handling-in-microsoft-dynamics-ax-2012

Forum Post: Depreciation profile is not valid

$
0
0
Hi experts, When I am running the depreciation praposal I am getting the error message of depreciation profile is not valid. We are using straight line service life method. Could anyone please help me in this Thanks in advance

Forum Post: RE: Dynamics Ax 2012 r3 connection with power Bi

$
0
0
Thanks again for your reply. It is indeed a shortcut and the properties point to :"C:\Program Files (x86)\Citrix\ICA Client\SelfServicePlugin" but no .axc file there.So,what does this imply? Isn't there any other easier way to connect to Power BI? Cannot we obtain it like this: AX> System Administration>Database >Data Base Administration>LogonServer. I tried this,but unfortunately,doesn't work as well. I tried using this LogonServer obtained from AX for odata feed logonservername/.../ODataQueryService .What wrong am I doing? If you think there's no way I can handle this-What exactly should I ask my system administrator?

Forum Post: RE: Dynamics Ax 2012 r3 connection with power Bi

$
0
0
Seems you are using Citrix to connect to AX. So it's possible that you can't even connect directly from your computer to the AOS server. That would mean you can't connect to the OData endpoint. Talk to your admin and tell him/her what you want to do. So basically ask the same thing that you posted here originally. We can't help you - all is in the hands of your IT admins.

Forum Post: customization required for Customer transaction automatic settlement for specific customer groups only

$
0
0
Hi Experts, I have a requirement to automatic settle the customer transaction so I have checked true the AR parameter -> Settlement -> Automatic Settlement field and default priority, Now transaction settling when any transaction happening for the customer but Here is my requirement to settle the transactions only for specific customer groups. So what type of customization required in this and what classes involve in this, Pls guide me.

Forum Post: RE: Inventory costing

$
0
0
What is the price on the Manage costs fast tab of the Released product? Was your inventory quantity in the system low prior to the counting adjustment? You mentioned that you control at 'location level' - does location mean warehouse? Was the production order ended or just RAF at the time you ran inventory close?

Forum Post: RE: Ledger Journal workflow approval via X++

$
0
0
@André I can confirm that this code works for me. @Jonathan I was doing the same mistake of not providing the correct menu-item in the argument. Thanks for the tip. Here's my thread: community.dynamics.com/.../308869

Forum Post: New commande button issue

$
0
0
Hello, I added new tabPage to custTable form, and the tabPage contain actionPane and Grid, I specify my new Datasource and l added new command button for adding new line in the grid and i added delete command button. delete command button works correctly, but the new command button add a new customer, I don't know but I think that it take master datasource designate in the design custTable. any idea for resolving problem? Thanks.

Forum Post: RE: LCS Login Error

$
0
0
Hi Atis, InPrivate and Incognito mode did not help in my case. Please let me know the procedure you had followed to raise ticket. I am not able to raise ticket in LCS because it is not working. Thank you.

Forum Post: RE: Inventory closing

$
0
0
Hello lally, The technical answer to this question is NO. However, best practice and MS recommendation is to run the inventory closing process nevertheless. Best regards, Ludwig

Forum Post: RE: Depreciation profile is not valid

$
0
0
Hello subashini, Do you know if the depreciation profile still exists or if somebody deleted it? Do you see the same problem if you replicate the process in a different demo/test environment? Are all fixed assets affected by this problem or only some? Best regards, Ludwig

Forum Post: RE: Reopen Quality orders

$
0
0
Abdalrahman Mohammed, You can reopen that quality order which will be Pass or fail.Further the Destructive Test Column should be unchecked not checked. Thanks and Regards, Shabir Ahmad

Forum Post: Integration of payment services- payPal + dynamics ax 2012 r3

$
0
0
We are trying to incorporate payPal as a payment service for dynamics ax 2012 R3 client as we will receive XML from external system. I have found this link which is apprantly discontinued as mentioned here . Pls correct me if this is for EP only. If so kindly suggest me ways for Ax2012R3 client. Also, does the below sdk support paypal in ax2012R3 env? microsoft.dynamics.retail.paymentSDK Any relavent information/links/concepts will be highly appreciated. I havent found much information with respect to ax2012R3+payPal integration. Please rescue. Regards,
Viewing all 125409 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>