Posts

Lucky you: Your friend invited you to join Fiverr

Image
Fiverr Muhammad is tired of keeping Fiverr a secret. Fiverr is the world's largest marketplace for services, where you can get everything you need at an unbeatable value. Sounds too good to be true? See for yourself! ...

The request failed with HTTP status 405: Method Not Allowed

Image
The request failed with HTTP status 405: Method Not Allowed HTTP Error 404.17 - Not Found The requested content appears to be script and will not be served by the static file handler. Just Select .asmx and click "Revert to Inherit" to solve the problem

Software for Auto Parts Industry by Somiware Solutions

Image
Software for Auto Parts Industry The Global Automotive Industry is continuing its on-going transformation from initially providing basic transportation to technology driven smart mobility. However, in order to stay profitable and competitive auto software manufactures need to address significant industry challenges such as rising costs, increasing product complexity, and government regulations. Our Automotive Parts Industry solutions experts work with our client companies within the industry to help them enhance their competitive advantage and grow their market share by providing  state of the art solutions that align with Industry Best Practices and the most advanced Technology.    SOMIWARE Solutions offers a full array of options which enables you to select the solution that works best for your company.” Your complete satisfaction is our ultimate goal. Call : + 923328244088

Inventory Aging Code for Dynamics AX February 06, 2018

SELECT ITEMID, DATEDIFF(day, INVENTTRANS.DATEPHYSICAL, @TODATE) AS AGEDDAYS, (CASE WHEN QTY>0 THEN QTY ELSE 0 END) AS PURQTY, (CASE WHEN QTY<0 THEN qty ELSE 0 END) AS SALQTY, (CASE WHEN DATEDIFF(day, INVENTTRANS.DATEPHYSICAL, @TODATE) < 0 THEN '0-Current' WHEN ( DATEDIFF(day, INVENTTRANS.DATEPHYSICAL, @TODATE) > 0 AND DATEDIFF(day, INVENTTRANS.DATEPHYSICAL, @TODATE) <= 30 ) THEN '1-0-30 Days' -- 1 month WHEN ( DATEDIFF(day, INVENTTRANS.DATEPHYSICAL, @TODATE) > 30 AND DATEDIFF(day, INVENTTRANS.DATEPHYSICAL, @TODATE) <= 60 ) THEN '2-31-60 Days' -- 2 months WHEN ( DATEDIFF(day, INVENTTRANS.DATEPHYSICAL, @TODATE) > 60 AND DATEDIFF(day, INVENTTRANS.DATEPHYSICAL, @TODATE) <= 90 ) THEN '3-61-90 Days' -- 3 months WHEN ( DATEDIFF(day, INVENTTRANS.DATEPHYSICAL, @TODATE) > 90 AND DATEDIFF(day, INVENTTRANS.DATEPHYSICAL, @TODATE) <= 180 ) THEN '4-91-180 Days' -- 6 months WHEN ( DATEDIFF(day, INVENTTRANS.DATEPHYSICAL, @TODATE)...

Microsoft Support Lifecycle

Products Released Lifecycle Start Date Mainstream Support End Date Extended Support End Date Service Pack Support End Date Notes Microsoft Dynamics AX 2009 8/14/2008 4/10/2018 10/12/2021 1/11/2011 Mainstream support for Microsoft Dynamics AX 2009 is extended as shown in order to provide all customers with the standard lifecycle transition timeline. Please see additional details here . Microsoft Dynamics AX 2009 Service Pack 1 11/3/2008 Review Note Review Note Support ends 24 months after the next service pack releases or at the end of the product's support lifecycle, whichever comes first. For more information, please see the service pack policy here . Microsoft Dynamics AX 2012 9/25/2011 10/9/2018 10/12/2021 Mainstream support for Microsoft Dynamics AX 2012 is extended as shown in order to provide all customers with the standard lifecycle transition timeline. Microsoft Dynamics AX 2012 R2 2/19/2013 10/9/2018 10/12/2021 Mainstream support for Microsoft Dynamics AX 20...

FRx Showing Splash Screen and stops without showing error.

Problem : Last night my FRx users emailed me about FRx strange behavior. Showing splash screen and stops without showing any error. Solution : I search a lot on internet but I could not find any suitable or reliable answer to solve this error. I delete all .G32 files but problem does not solved, so I delete all .lck and .idb files but no solution. When I replaced the Frxsys32.mdb file with old my recent backed up file then runs without any problem. Please always take backup of sysdata10 folder every week/monthly. Thanks Arif

Setup and Configuration of the Workflow for Microsoft Dynamics AX 2009 Administration

Image
Workflow prerequisites Before we begin installing and setting up Workflow, you will need to have administrator privileges on the machines in which you are installing Workflow on. The following prerequisites are required: Internet Information Services (IIS) 7 .NET Framework 2.0 Business Connector The Workflow component for Dynamics AX utilizes the Business Connector to communicate directly to Dynamics AX from its web service. Although it depends on the number of users and computing resources available, it is best practice to implement the Workflow web service application on its own server. Workflow accounts setup The Workflow system in Dynamics AX utilizes two accounts to function properly. If these accounts are not specified, workflow will still function; however, it is best practice to have dedicated accounts. One account is the service account. This account is responsible for the communication between Dynamics AX and the Workflow web service. The other account is the exec...