Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all 10657 articles
Browse latest View live

JUST RELEASED: October 2014 Payroll tax update for AX 2009, AX 2012 R2 and AX 2012 R3

$
0
0

New payroll tax updates are now available for 2009, 2012 R2, and 2012 R3 versions of Payroll for Microsoft Dynamics AX. The updates can each be downloaded from the following links:

 

Versions:

AX 2009 - 2014-08

AX 2012 R2 - 2014-R13

AX 2012 R3 - 2014-R13

 

CustomerSource

2009 - https://mbs.microsoft.com/customersource/northamerica/AX/downloads/tax-regulatory-updates/PayrollforMicrosoftDynamicsAX2009

2012 - https://mbs.microsoft.com/customersource/northamerica/AX/downloads/tax-regulatory-updates/MicrosoftDynamicsAX2012USPayrollTaxUpdates

 

PartnerSource

2009 - https://mbs.microsoft.com/partnersource/northamerica/deployment/downloads/tax-regulatory-updates/PayrollforMicrosoftDynamicsAX2009

2012 - https://mbs.microsoft.com/partnersource/northamerica/deployment/downloads/tax-regulatory-updates/MicrosoftDynamicsAX2012USPayrollTaxUpdates

 

IMPORTANT: For Dynamics AX 2012, the tax update process has significantly changed with the 2014-R11 tax update and later, be sure to read through this documentation included with the update package entirely before beginning the tax update process.

Be sure to subscribe to email updates of this blog to be notified when they are available.

 

The Dynamics AX HCM Team

 

Important Notice to Customers

We recommend that you contact your Microsoft Dynamics Partner before installing service packs or hot fixes. It is important to verify that your environment is compatible with the service pack(s), hotfix(es), or download(s) being installed. A service pack, hotfix, or download may cause interoperability issues with customizations, and third-party products that work with your Microsoft Dynamics solution.

 


Awareness | Microsoft Dynamics Online - Payments | Planned Maintenance scheduled for November 20, 2014 11:00 PM – November 21, 2014 8:00 AM PDT

$
0
0
The Service Engineering team will be doing planned maintenance on the Payments Service. The maintenance will start at 11:00 PM on November 20th through 8:00 AM on November 21st. Customers may experience...(read more)

Error with Task Recorder trying to not showing ability to import your nodes? (Not really).

$
0
0

If you are trying to import your processes (or nodes) ...you MUST have your hierarchy set to "Advanced" to activate the import button. Otherwise...the ability to import is not available. When you are done importing, you can switch the hierarchy back to basic...if needed...see note below.

Important Note: In order to "Record" when the Hierarchy is set to "Advanced", the user must have "Admin" rights. Otherwise...you will get an error message indicating accordingly.

Unable to Connect to Remote Server Error: SSRS Reports Microsoft Dynamics Ax 2012 R2

$
0
0
After Installation of SQL Server 2012 on windows 7, and configured the report server at http://Myserver/ReportServer when we have tried to access the above URL of report server following error occurred...(read more)

Error - No form exists... (Human Resources)

$
0
0

With the "Regulatory Establishment" field found in several places throughout HR...if you right-click on that field and select "View Details"...you will get the following error message:

Message (10:49:49 am)
Unable to View details, no form exists for table 'HcmEEOEstablishment'.I

The form DOES exist. The link to it is a BUG. (Microsoft knows about it). If you need to add a value into the system into that table, go to: Human resources > Setup > Workers > Regulatory Establishments

ERP Conversation Live! Webinar: Retail Retold - Is IoT Changing the Face of Omnichannel Retail?

$
0
0
(Please visit the site to view this video)Host Duncan Taylor, Microsoft Global Retail Industry Marketing Director, and TEC Analysts Raluca Druta and Predrag (PJ) Jakovljevic discuss omnichannel retailing challenges and opportunities as well as the impact of IoT on retail. To learn more, visit www.dynamicscafe.com.

SSL v3.0 & Microsoft Dynamics

$
0
0
The SSL 3.0 vulnerability referenced in the Security Advisory 3009008 , also known as “Poodle”, has received a significant amount of attention. While the discovered issue is specific to SSL...(read more)

Check List: Steps to DMF Configuration

$
0
0

Once you have completed Data Import Export Framework, following are the steps you should perform to configure DMF for processing data:

Step 1: Go to Data Import/export framework parameters for and set the Shared working directory

Step 2: Validate service account access to directory

Step 3: Go to Source data formats and set the Source file type

Step 4: Set the Column delimiter for source file

Step 5: Set the Regional settings Language locale it is required for data format in source file

Step 6: Set Dimension code and Chart of account delimiter

Step 7: Go to System Administrator module > Services and Application Integration Framework > Inbound ports

Step 8: Validate and activate DMFDefinationGroup and DMFService inbound AIF service port

Step 9: Validate and start Windows Service called Microsoft Dynamics AX Data Import/Export Framework service

Step 10: Go to Data import export framework > Setup > Target entities and validate required Target entity and confirm that there is no error

Step 11: Go to  Data import export framework > Common > Processing group form and create processing group for required entity

Step 12: Start utilizing DMF

   


Change AIF Endpoint address at Runtime

$
0
0
This is a knowledgeshare for those of you that need to programmatically change the AIF endpoint address at runtime. The primary reason you may want to do this is if your .Net solution needs to target several different AOS’s (all running the same AIF service).
The example below uses a VSTO solution, but the principle can be applied to any .Net solution.
Setup two runtime configurable settings:

·       WebServiceURI - web service uri for example net.tcp://AOSSERVER:8101/DynamicsAx/Services/LNPS_DynamicScriptServiceGroup

·       UpnIdentity – The user the AOS service account runs under aosservice@domain.virtual

 
NOTE: There is a known limitation in AIF which means that you have to use the AOS service account as the UPN identity.
Next adjust your AIF client definition as follows:
 
// Aif Service Client
EndpointIdentity spn = EndpointIdentity.CreateUpnIdentity((string)UpnIdentity.Value2);
Uri uri = newUri((string)WebServiceUri.Value2);
var address = newEndpointAddress(uri, spn);
LNPS_DynamicScriptClassClient client = newLNPS_DynamicScriptClassClient("NetTcpBinding_LNPS_DynamicScriptClass", address);
 
// Create an instance of the CallContext class.
CallContext context = newCallContext();
 
// Set context company and language
context.Company = (string)Company.Value;
context.Language = "en-gb";
 
 
In my case, I set these as named-ranges on the Excel workbook and set the sheet as hidden and password protected, so that only technical staff could amend during deployment.
 
Courtesy Chris Lowe (TA LexisNexis)
 
 
 
 

Error - The transactions on voucher XXXX do not balance...

$
0
0

I ran into this error where message was:

The transactions on voucher XXXX do not balance as per <date>. (accounting currency: $<some#> - reporting currency: $<same#>)

I checked the dates on the lines, amounts, exchange rate, etc...and everything was fine.

Solution: Default Vendor Posting Profile had not been specified in Accounts Payable Parameters. Everything was fine...but this was missing causing the "false" error.

Error - Aging Period definition...for future period

$
0
0

Recently I tried to set up a "Not Due" (or future) aging period in an aging period definition and when I attempted to put a 1 in the unit field...I get the error message..."Unit must be greater than 0".

There is a way to do this though...but it is NOT obvious.

Once you have created a line in your aging period definition for "Current" with a 0 Day unit....do the following:

- Place your cursor on that line (Current) and ...use the down arrow key on your keyboard. That is the only way to create a line with a positive unit amount. You will notice that the down arrow key in the form is inactivated and you cannot do it from within the form.

Learn about Convergence 2015

$
0
0

Join us for our Free informational webcast on Wednesday, December 10, 2014. We will review why Convergence 2015 is an  event you won’t want to miss!

 

Discover why Customers, partners, Microsoft team members, industry experts and visionary leaders join together at Microsoft’s premier business event to learn and connect. We are excited to review what’s new and what to see and do while at this year’s event.

 

 

Register for our free Webcast

Starts: Wednesday, December 10, 2014 10:00 AM
Time zone: (GMT-08:00) Pacific Time (US & Canada)
Duration: 1 hour(s)

Haven’t registered for Convergence yet – Register Today!  Then Register for our Webcast to learn all about this year’s event.

Error - Account is missing (when trying to post)

$
0
0

Recently I was working with a client that was attempting to post an intercompany GL transaction. In attempting to post the transaction...they were receiving an error message "Account is missing". I verified that account existed in both the source and destination company and the account was there.

Very confused I was...?

Although the account was there (and not missing!) it turns out that the "Account Structure" that the account was associated...had not been activated. Once the Account Structure was activated in each company...the client was able to post the transaction with no problem.

This is another case of where the error message does not actually accurately describe the issue at hand.

Cheers!

Error - Company Statement not set up (when trying to make vendor payment)

$
0
0

If you get an error message when attempting to process a payment from one of your banks stating "Company Statement not set up", you most likely have not specified an address for the bank.

If you update you bank record and add an address, you will see that the "Company Statement" field gets updated after the address has been saved. Then retry the payment process and that error should be gone.

Cheers!

Cases: Product Change

$
0
0

 

A new type of case became available in Ax 2012 R2 CU7. The Product change case!!

It sure smells like a mini ECO (Engineering Change Order); hopefully this is the first stirring of a grand enhancement that includes revision control. Where is this new functionality hiding? In many places!

1 .Product change case for the product

When in Products, you suddenly see new tab called “Engineer”. (there used to be no tabs here)

2. Product change case for the released product

When in Released products¸ Case icons have been added to the existing Engineering tab

3. Product change case for the BOM

You can create a Product change case from the BOM-header.

4. Product change case for the BOM-line

A little different here: for the BOM-line I can only associate an item with a case!

 

5. Product change case for the Routing

6. Product change case for the routing operation

This is not any different then number 5. The Association in the Case is with “route”, not “route operation”.

PS. It is not possible to link a case to a Production order.

This is on our wish list, as well as the option to link a case to a Sales Quotation and certainly to a Project Quotation.

 

The “Create Case” icon is not lit up?

The License configuration in System Administration / set up:

The “product change cases” has to be checked!

Now it is still very possible that the ‘Create case’ is still grayed out! And the reason is: your category tree, a mandatory feature that is used to classify a case, does NOT yet contain a branch for “product change”.

You have to put that in yourself.

Let’s check!

Organization administration/setup/Cases

In the bottom we see the notorious “product change” category which has a series of hard coded validation rules that you can enable. They are warnings or show stoppers or just info.

A Product change case that is created for a Released product has one part number it is associated with. This is called the “primary” association. Manually you can assign other part numbers, the result will look like this

Items are listed twice because they exist as product and as released product. You can remove the product references, but there is no parameter to switch off this behavior.

 

There are new associations possible with the product change case: Product, BOM/Formula, Route and.. Item!

The unique features of the Product Change category

There are hard coded features tied to this category.

The Activities fast tab controls creation of activities.

The Validation rules will be checked when the case reaches its last phase.

The user can only change the ‘error level’ of an enabled validation rule, or the user can disable the rule altogether.

Product Change Case PROCESS STEPS

Lesson learned: when I have a Product change case for a BOM, the “check completeness” will yell at me until I have created associations for the released product = item. (look for “item” in the list!)

PECULIAR DETAIL: the “item” association is the released product and I cannot create it from the case. I can only go to the Released product and “associate it” with the existing case. The result will look like this

The product association can be left out. But the “item” association is critical.

When “check completeness” shows no errors, the “Approve” etc. can be checked.

You will see the screen below. The possible actions are shown.

In the associations fast tab, only when the association is with an item, you can click on the ‘where-used analysis” to get the screen above. You have to “RUN” the analysis before the tree will appear.

One can associate all the higher level items and BOM’s found with the case.

This would include routes. It is not common to include routings in engineering change notices or ECO. It depends on the industry.

The result can look like this

Explanation: every evaluation rule is indeed “evaluated”.

As soon as a case is “in process” the icons ‘Check completeness” and “Approve and activate changes” lit up.

NOTE: The “Change status” is the hard coded status of a case. The “Change stage” is a user defined set of stages that represent the “case process”. This is an optional thing. At the moment the case is created, a case process can be selected under the other tab.


Get from X++ QUERY to get SQL query using getSQLStatement() for trouble shooting Dynamics AX 2012

$
0
0
getSQLStatement is a new method that has been introduced in tables in AX 2012. Use getSQLStatement() method to get the SQL query from the X++ query to use for trouble shooting. The X++ select has been...(read more)

Is managing your supply chain a challenge?

$
0
0
(Please visit the site to view this video)With the advanced warehouse management capabilities of Microsoft Dynamics AX 2012, you are able to gain efficiencies in your process. Watch our video to see how Microsoft Dynamics AX can enable you to automate your inventory management process, create load plans for all supply and demand activity across your warehouse, make it easy for your warehouse operatives to scan inbound deliveries, easily identify inventory movements in and around your warehouse and use actions in the warehouse to trigger direct workflow within the system to instigate further actions from your warehouse operatives. Interested to learn more? Make sure to visit this page - http://www.microsoft.com/en-gb/dynamics/retail.aspx.

Error - The transactions on voucher XXXX do not balance...(Version 2!)

$
0
0

Folks,

If you get an error message indicating that a transaction is 1) out of balance - but is NOT and 2) indicating some currency related message...

...Check the Posting Profiles (Customer, Vendor, Item, etc.).

I have seen this to be the culprit on numerous occasions.

(Don't be fooled by the "Currency" ...indicator. That will often leave you looking in the wrong direction!)

JUST RELEASED: December 2014 Payroll tax update for AX 2009, AX 2012 R2 and AX 2012 R3

$
0
0

New payroll tax updates are now available for 2009, 2012 R2, and 2012 R3 versions of Payroll for Microsoft Dynamics AX. The updates can each be downloaded from the following links:

 

Versions:

AX 2009 - 2015-01

AX 2012 R2 - 2015-R1

AX 2012 R3 - 2015-R1

 

CustomerSource

2009 - https://mbs.microsoft.com/customersource/northamerica/AX/downloads/tax-regulatory-updates/PayrollforMicrosoftDynamicsAX2009

2012 - https://mbs.microsoft.com/customersource/northamerica/AX/downloads/tax-regulatory-updates/MicrosoftDynamicsAX2012USPayrollTaxUpdates

 

PartnerSource

2009 - https://mbs.microsoft.com/partnersource/northamerica/deployment/downloads/tax-regulatory-updates/PayrollforMicrosoftDynamicsAX2009

2012 - https://mbs.microsoft.com/partnersource/northamerica/deployment/downloads/tax-regulatory-updates/MicrosoftDynamicsAX2012USPayrollTaxUpdates

 

IMPORTANT: For Dynamics AX 2012, the tax update process has significantly changed with the 2014-R11 tax update and later.  Be sure to read through the documentation included with the update package entirely before beginning the tax update process.

Be sure to subscribe to email updates of this blog to be notified when they are available.

 

The Dynamics AX HCM Team

 

Important Notice to Customers

We recommend that you contact your Microsoft Dynamics Partner before installing service packs or hot fixes. It is important to verify that your environment is compatible with the service pack(s), hotfix(es), or download(s) being installed. A service pack, hotfix, or download may cause interoperability issues with customizations, and third-party products that work with your Microsoft Dynamics solution.

 

Sub Reports within Microsoft dynamics AX SSRS Reports

$
0
0
While trying to add a subreport to an existing report there is something that need to be followed in order for a sub report to work within Dynamics AX. Put both reports within the same project (model...(read more)
Viewing all 10657 articles
Browse latest View live


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