Forum Post: RE: E-mail from AX
Might be help this code static void mail_from_ax(Args _args) { Description255 recipientEmail; Notes emailBody; Description255 subjectText; Filename fileName; SmmOutlookEmail smmOutlookEmail = new...
View ArticleForum Post: How to prevent IT from seeing payroll
We are setting up AX now, and trying to integrate payroll, hr and financing. However, it seems the UT administrative staff can therefore see our payroll if they really want to. Any advice?
View ArticleForum Post: RE: How to prevent IT from seeing payroll
IT adminisrative staff can therefore see our payroll if they really want to. Any advice?
View ArticleForum Post: Purchasing AX2012 now, planning to upgrade to AX7
Hi, we are working with a microsoft partner and purchasing AX. My questions are What are the estimated upgrade fees from going to 2012 to ax7. What are the estimate upgrade costs and times assuming...
View ArticleForum Post: RE: Open an SSRS report with another design
Check this Link www.dynamics101.com/.../developing-ssrs-report-using-report-data-provider-microsoft-dynamics-ax-2012 Or May be You Can Use this Method protected void preRunModifyContract() {...
View ArticleForum Post: RE: AX2012 - Journal Report printing invalid account name
Hello Aaron Ooi, Can your issue be caused by a translation of the ledger account name? How did you start and run the Journal Report (which of the following parameters did you select)? What is the...
View ArticleForum Post: Workflow Software--Is it necessary and which BPM to choose?
Which workflow software is recommended by the AX community. Is there one that integrates better? Is the AX internal workflow system not strong enough? Thats what I've heard...Looking for A BPM solution
View ArticleForum Post: RE: Vendor with Multiple invoice address
Hello Monahb, Can you let us know how to you plan to invoice one single PO to three different adresses of the same vendor? Is it because of the different shipping address or because of any other...
View ArticleForum Post: RE: How to prevent IT from seeing payroll
Dear isaacrose, You need create separate role with the help of SDT (Security development toll). Which will allow you to make no access to payroll module to them. Otherwise if they have system admin...
View ArticleForum Post: RE: How to configure Withholding Tax for India in AX 2012
Hello Keshava Murthy, Wow. That's a very general question :-) Have you tried searching for similar posts on the Dynamics AX community forum site? I remember that several People already asked questions...
View ArticleForum Post: RE: Location Dimension disabled for financial inventory
Hello Zoila, Can you provide some additional Information on your other way (Workaround) in case others might face a similar issue and search for a solution. Would be great if you could share your...
View ArticleForum Post: RE: Allow only specific project categories for a project group
Hello cvandy23, Is your issue fixed now? The only additional thing I could think of and that you might have a look at are the validation parameters available in the general tab of the project module...
View ArticleForum Post: RE: Workflow Software--Is it necessary and which BPM to choose?
Dynamics AX has built-in Workflow Framework, which is flexible enough to use. What shortcoming you came to know about Dynamics AX Workflows? If you can list those, possibly people can comment on those,...
View ArticleBlog Post: How to access Retail Server in TypeScript(JavaScript) application.
The article How to access Retail Server in managed code demonstrated how to access Retail Server in Managed Code, in this article let's focus achieving the same but with a client app which has nothing...
View ArticleForum Post: The value 'XXX-PROJ' in field 'Transaction ID' is not found in...
Can someone explain to me the relationship between the Transaction ID, Projects, and Production order in AX 2009? The debugger takes me to the started Production order associated to a project where the...
View ArticleBlog Post: Microsoft Dynamics® AX7 Development Basics - Part1
Before we talk AX7 Development, we need to have look fat ew terminologies, which are as under Element: Element is any Object residing in AOT. E.g. any Base Enumeration, any EDT, any Table, any Form,...
View ArticleForum Post: RE: How to identify project adjustment transactions already posted?
I sat down this afternoon and went back through these recommendations. I did some experiments in the test system. In your bullet #2, I don't understand "Update the invoice proposal and resubmit to...
View ArticleForum Post: The multi-part identifier "D.DATAAREAID" could not be bound
I am getting an SQL error when I try to run my x++ class in Microsoft Dynamics AX. I've researched the issue around this site and google with no luck. Here is the problematic query: select custTable...
View ArticleBlog Post: Announcing support for SQL Server 2012 SP3 with AX 2012 R2 & R3
Microsoft Dynamics AX 2012 R3 Cumulative Update 10 and AX 2012 R2 Cumulative Update 9 are now compatible with SQL Server 2012 SP3. The Microsoft Dynamics AX 2012 System Requirements have been updated...
View ArticleForum Post: RE: LCS environment for Modern POS (MPOS) / Retail Server
>... Do you know how I can validate the RS is running properly? ... There are at least 3 options: 1) The easiest way to have some high level idea about RS availability you can point your browser to...
View Article