Wednesday 28 December 2016

How to display information only on the last page within the page footer in SSRS

Since SSRS does not have a report footer, it can be challenging to figure out how to display information one time within the page footer on the last page. Here is one workaround that works well.
At the top of the page footer, add a rectangle. Change the hidden property of the rectangle to:
=IIF(Globals!PageNumber=Globals!TotalPages,false,true)
In order to not upset the height of the footer area on the last page, the first control after the rectangle (The rest of the page footer information) needs to overlap the rectangle.

Saturday 20 August 2016

SSRS Deployment Failed - The "DeployToReportsServerTask" task failed unexpectedly

Error

The "DeployToReportsServerTask" task failed unexpectedly.
System.IO.FileLoadException: Loading this assembly would produce a different grant set from other instances. (Exception from HRESULT: 0x80131401)
Symptoms: You get the error when trying to deploy a report either by using VS2013 reporting tool or through AOT
Resolution:
1. Go to Control Panel\System and Security\System
2. Open Advanced system settings and open Environment Variables
3. Create a New Variable
4.Variable name: COMPLUS_LoaderOptimization ; Variable value: 1
5. Click OK
6. Logout from the server and logon again.
7. Open the report using Visual Studio 2013 and deploy the AX report.
8. The report can also be deployed from AOT

@Rahul

Wednesday 27 July 2016

MS Dynamics AX 7 Development - Packages, Models, Projects

Packages, Models, Projects in AX 7. Let's figure out what is it.

Package in AX 7 is independent deployable unit of one or more model.
Model is a group of elements (metadata and source files) that typically constitute a distributable software solution.
Project - simple Visual Studio project that stores AOT elements. The project helps you group the elements.


A simple way to understand is described on image below.


Package are folders located in the model store folder of the AX 7 application. The default model store folder is “c:\packages”.




Model folders are contained in their package folder. A model folder contains type-specific folders.



Every dependency of packages are described in descriptor files and can be shown in AX 7 viewer.



In model view, AE is organized by models. The package that a model belongs to is shown in parenthesis next to the model name.



The main purpose of VS project is to store AOT elements. AX 7 has not Shared or Private projects. Each user has their own projects that each of them related only to one model. Use multiple projects in Visual Studio solution to work with elements from different models.

Task Recorder In AX 7.0

Hi Guys,

Here i am sharing steps for how to use task recorder in AX 7.0.

Step 1 ->  Go to Navigation Pane > Task Recorder.



The Task Recorder Pane ope

Note :The user may click the “X” in the upper-right corner to close the Task Recorder Pane before beginning a new recording. The pane can be reopened by following the previous steps.

Step 2 : Click Create to create a new recording. Enter a name for the recording and click Start. Recording begins the moment   Start is clicked.

Note: During recording, clicking the “X” in the upper-right corner will hide the pane without stopping the recording. The pane can be re-opened by clicking the Task recorder menu button that appears at the top of the screen. This icon only appears while recording is in progress.
This image shows the Task recorder toolbar button which allows opening the Task recorder pane while recording.

Once you are done with the recording click on "Stop" button to stop recording.

Finally you can save your recording in your local PC, life cycle services, you can download it as word document and save as developer recording(XML Format).

@Rahul Talasila

Tuesday 26 July 2016

Microsoft Dynamics AX 7.0 Development System Requirements

The Microsoft Dynamics AX development environments can be hosted locally or in Microsoft Azure.
The build process, X++ compilation and generation of cross reference information, will typically run satisfactorily on machines with 16 GB of memory and 2 CPU cores. However, the compiler will use available resources, so more RAM and more cores may translate into faster compilations, especially if there is contention for the resources from other processes running concurrently. In such cases, we recommend 24 GB of memory with 4 cores.
At a minimum, 2 CPU cores are recommended because the Dynamics AX developer environment contains many components that may be running concurrently, including the AOS web application, Visual Studio, Management Reporter, and SQL Server.
@Rahul Talasila

Tuesday 19 July 2016

Microsoft Dynamics AX 7.0/Rainer Architecture

There have been some changes in the application stack and server architecture to align with the three key pillars in Microsoft Dynamics AX 7.0 or Rainer:
  • New client
  • Cloud readiness
  • New development stack
The application stack has been divided into three separate models: Application Platform, Application Foundation, and Application Suite. The separation enables new application development on the base foundation models, just as the Fleet Management sample application has been developed.
Note the following important points about the changes in the server architecture:
  • The services endpoint on the server is now responsible for returning all form and control metadata and data to the browser-based client. There is no longer any remote procedure call (RPC)-based communication with the server. The form objects still run on the server, and rendering has been optimized for browsers and other clients through server and client-side (browser) investments.
  • The server, including the application code base, is deployed to an Internet Information Services (IIS) web application. In the cloud, it’s deployed to Microsoft Azure infrastructure as a service (IaaS) virtual machines (VMs).
  • Dynamics AX is hosted on Azure and is available for access through the Internet. A user can use a combination of clients and credentials to access it. The recommended primary identity provider is OrgID, and the store for the identity is Azure Active Directory (Azure AD). The security subsystem uses the same AuthZ semantics for users and roles.
  • Two types of clients must be considered for access to Dynamics AX in the cloud: active clients and passive clients.
    • Active clients can programmatically initiate actions based on responses from the server. An active client doesn’t rely on HTTP redirects for authentication. A smart/rich client is an example of an active client.
    • Passive clients can’t programmatically initiate actions based on responses from the server. A passive client relies on HTTP redirects for authentication. A web browser is an example of a passive client.
    Currently, Access Control Service (ACS) doesn’t support a mechanism for non-interactive authentication. Therefore, even when active clients try to authenticate against Dynamics AX by using ACS, they must use passive client authentication, in which a browser dialog box prompts the user to enter his or her credentials.
  • A completely revamped metadata subsystem incorporates the new compiler and Microsoft Visual Studio–based development model. The model store is represented as a set of folders and XML artifacts that are organized by model. Dynamics AX model elements, such as tables, forms, and classes, are represented by an XML file that contains both metadata and source code.
The left side of the following diagram shows how the application stack has been split into distinct models. The right side shows how the key components are stacked in the server.

Microsoft Dynamics AX 2012 unionizes permissions that are granted to a user. However, an issue can occur when a data source is granted read permissions through an entry point and edit permissions through a form. Because permissions are unionized, the user eventually has edit permissions to that data source in this case. However, if the form was granted read access through a menu item, the expectation is that the data source can’t be edited through that path. Therefore, the context of the call isn’t honored.
In Dynamics AX, the context of the call is honored, based on the permissions that are granted through the entry point. If the form was granted read access through a menu item, the framework grants the user only read access to the table. However, if the same form is opened through another menu item that provides write access, the form is granted write permissions. This behavior simplifies the development experience, because developers can specify the desired behavior for a form through a given entry point.

Cloud architecture

The cloud architecture includes services that automate software deployment and provisioning, operational monitoring and reporting, and seamless application lifecycle management.
The cloud architecture consists of three main conceptual areas:
  • Microsoft Dynamics Lifecycle Services (LCS) – LCS is a multi-tenant shared service that enables a wide range of lifecycle-related capabilities for Microsoft Dynamics AX. Capabilities that are specific to this release include software development, customer provisioning, service level agreement (SLA) monitoring, and reporting capabilities.
  • Microsoft Dynamics AX – Dynamics AX VM instances are deployed through LCS to your Azure subscription. Various topologies are available: demo, development/test, and high-availability production topologies.
  • Shared Microsoft services – Dynamics AX uses several Microsoft services to enable a “One Microsoft” solution where customers can manage a single sign-in, subscription management, and billing relationship with Microsoft across Dynamics AX, Microsoft Office 365, and other online services.
Dynamics AX uses many features of the Azure platform, such as Microsoft Azure Storage, networking, monitoring, and SQL Azure, to name a few.  Shared services put into operation and orchestrate the application lifecycle of the Dynamics AX environments for participants. Together, Azure functionality and LCS that are built for Dynamics AX will offer a robust cloud service.

Development environment

The architecture of a Dynamics AX development environment resembles the architecture of the Dynamics AX cloud instance. It also includes the Dynamics AX software development kit (SDK), which consists of the Visual Studio development tools and other components.
Source control through Team Foundation Server or Visual Studio Online enables multiple-developer scenarios, where each developer uses his or her own Dynamics AX development environment. Deployment packages can be compiled and generated on a development environment and deployed to cloud instances by using LCS.
The following diagram shows how the key components interact in a Dynamics AX development environment.
CloudEnvironmentTechConcepts

Source : https://ax.help.dynamics.com/en/wiki/architecture-changes-in-ax-7/

@Rahul

Monday 18 July 2016

Restore the DB, Showing DB in use In AX 2012

Recently I was facing some issue while restoring AX database, whenever I try to restore the Transactional DB its show error "DB is use" while actually this DB is not used anywhere. Than I try to take take the database offline, But again there was one other issue.

Same issue again DB offline taking very long time.
I tried below steps and this worked for me. :) 
Step 1: Try to run below two queries in same given sequence. 
i. ALTER DATABASE <DBNAME> SET OFFLINE WITH ROLLBACK IMMEDIATE
ii. ALTER DATABASE <DBNAME> SET Offline
Step 2: Now try to take offline manually. 

clip_image001
Step 3: Restore the DB.
Step 4: Some time after doing restoration/backup DB will not work.
Than u need to roll back above query operation 
ALTER DATABASE <DBNAME> SET online WITH ROLLBACK IMMEDIATE 
ALTER DATABASE <DBNAME> SET online. 

How to Export/Import Label files in AX 2012

Label are pretty different in AX2012 instead of earlier version of AX. Here is quick steps to import and export Label files from one Environment to other. You also perform an update on label files. 
Export a Label file:
Open AOT, Expend Label node. Choose Label and require language to export. You can do it for individual language or you can select multiple language all in once.
image
Exported file will save on selected path with extension “.ald”.
Import Label File:
Right click on Label node in AOT and select “Create from File”, choose ald file to import than hit create.
image



Update a Label file:
Import the new updated label file system will ask to overwrite , go ahead
image
It will update your existing Label file.
Note: You must run full Synch after every import/Update.

Saturday 9 January 2016

What's New In AX Rainer or AX 7 Version


Cost management

What can you do?AX 2012Current version of Dynamics AXWhy is this important?
Get a quick overview of the inventory balance, and what the inventory inflow and outflow have been for the selected fiscal period.Not applicableThe Cost administration workspace contains a section where the inventory statement is presented for the selected fiscal period. The inventory statement is based on a data set cache that, by default, is updated every 24 hours. The data set cache can be configured so that users can manually update it for the real-time reporting.The Data refresh status card in the Cost administration workspace shows when the cache was last updated.Cost controllers are interested in knowing whether the inventory balance increases or decrease over time. By classifying operational events in the statement, the cost controller can get an overview of how inventory is flowing. If inventory is valuated by standard costs, the overall variance registered can also be seen.
Get a quick overview of the work in process (WIP) inventory balance, and what the WIP inflow and outflow have been for the selected fiscal period.Not applicableThe Cost administration workspace contains a section where the WIP inventory statement is presented for the selected fiscal period. The WIP inventory statement is based on a data set cache that, by default, is updated every 24 hours. The data set cache can be configured so that users can manually update it for real-time reporting.The Data refresh status tile in the Cost administration workspace shows when the cache was last updated.Cost controllers are interested in knowing whether the WIP inventory balance increases or decrease over time. By classifying operational events in the statement, the cost controller can get an overview of how WIP inventory is flowing. If WIP inventory is valuated by standard costs, the overall variance registered can also be seen, and a chart shows the classification of the variances by types.
Cost management is a separate module in the navigation pane.Not applicableCost management is introduced as a domain area. Cost-related configuration and insight are scattered throughout Inventory management, Production control, and Accounts Payable.Because all the tasks that are related to cost management are centralized in one module, it will be easier for cost controllers to maintain the system.
The posting types that are related to inventory accounting and production accounting have been updated.The labels in the InventPostingResourceResourceGroup, and ProductionGroup forms aren’t always aligned with the LedgerPostingType labels that are actually used. It’s not easy to understand the terminology that is used in the labels.The labels have been updated so that labels on the InventPostingResourceResourceGroup, and ProductionGroup pages match the actual LedgerPostingType labels. All the labels have also been renamed so that the labels match the operational events. Note that the actual posting logic hasn’t been changed.It’s easier to configure the system, because the new labels are related to the operational events that use this posting type.
Import/export the purchase price, cost, or sales price from Excel into or from a costing version.You can’t correctly import prices or costs into a costing version, because the data model requires an InventDim ID.The introduction of data entities makes it possible to implement an import/export feature. This feature lets users import/export prices or costs into a costing version.
  • Import a full list of next year’s purchase prices that is obtained from the Purchasing department.
  • Push costs and standard sales prices from headquarters to one or more sales companies in one operation.
It can save the cost controllers a significant amount of time when they maintain the system, especially when they must maintain predetermined costs for the next fiscal year.
Get a quick overview of the inventory balance and average unit cost of a cost object.The user must open the on-hand form and select the inventory dimensions that reflect the cost object. Therefore, the user must know which inventory dimensions were marked for financial inventory for the specific product.A new Cost object page is introduced. By default, this page shows all cost objects that are related to the product. The page shows the current inventory quantity, value, and average unit cost per cost object.It removes some of the complexity and makes it easier to be a cost controller.
A new Cost entriespage helps remove complexity during inventory control.It can be complicated to perform inventory control on registered inventory transactions and related settlements, because the same transactions can be physical or financial.The Cost entries page offers a new way to view inventory transactions.
  • Transactions are shown in a chronological order.
  • Only transactions that contribute to costs are included.
  • There is no notion of physical costs or financial cost.
  • There is no notion of physical quantity or financial quantity.
  • The costs are added incrementally.
It can save cost controllers a significant amount of time when they must perform inventory control at the transaction level.
A new Production WIP statementdialog box gives cost controllers a summarized view of accumulated costs for a specific product.Not applicableThe WIP statement shows a summarized WIP balance of the specific production order, grouped into appropriate cost classifications. A chart shows, in chronological order, how operational postings have affected the WIP balance.It can save cost controllers a significant amount of time when they must know what the current WIP balance is on a specific production order, or how much material has been consumed on the order.
Use the View cost comparison feature that has been introduced on production orders. The feature makes it easier to compare costs that are related to a production order.The user can compare only estimated costs and realized costs. The comparison can be done at the lowest level.The cost comparison feature lets cost controllers compare the following data:
  • Active cost versus Estimated cost = Planning variance
  • Estimated cost versus Realized cost = Production variance
  • Planning variance + Production variance = Total variance
This feature works independently of costing methods that are assigned to the produced item. By default, a chart shows the cost comparison by cost group type. The chart lets users drill into more detailed levels.
It lets cost controllers or production managers analyze where the production variances come from, and what causes them.

Developer

What can you do?Microsoft Dynamics AX 2012Current version of Microsoft Dynamics AXWhy is this important?
Create web-based solutions in the cloud that are accessible on many devices.Not availableThe current version of Dynamics AX is based on a new web-based client and client framework.You can provide next-generation solutions to your end users.
Use Microsoft Visual Studio to develop your solutions.Microsoft MorphX is the main development environment, but some development occurs in Visual Studio.Visual Studio is the only development environment.It keeps familiar AX 2012 concepts, and seamlessly adapts them to the Visual Studio framework and paradigms. It enables standard interoperability with other .NET languages and projects.
Compile Common Intermediate Language (CIL) for all features.X++ is compiled to p-code.The brand-new X++ compiler generates CIL for all features. CIL is the same intermediate language that is used by other .NET-based languages.CIL is faster, can efficiently reference classes in managed dynamic-link libraries (DLLs), and can run on a large tool base of .NET utilities.
Embed business intelligence (BI) reports and visualizations in the Microsoft Dynamics AX client.Not availableCreate highly-intuitive and fluid visualizations.It provides decision-making insights that are based on BI.
Integrate with Microsoft Office.Not availableNew capabilities include the Excel Data Connector app, Workbook Designer page, Export API, and Document management.You can create productivity solutions for your end users.
Automate build, test, and deployment.Partially availableDeploy the Developer topology by using Developer and Build VM. Auto-configure Build VM to discover, build modules from Visual Studio Online (VSO), and run tests. C# and X++ module compilation and references are supported.It increases developer productivity by reducing cost and effort for testing and validations.
Customize with overlayering and extensions.Extensions aren’t available.The current version of Dynamics AX has a new customization model.You can customize source code and metadata of model elements that are shipped by Microsoft or third-party Microsoft partners.
Build new controls and UI elements by using X++ and a modern web framework.Custom controls rely on external frameworks such as Microsoft ActiveX and Windows Presentation Foundation (WPF).It’s easier to build controls in the current version. The X++ framework can be used for application behavior and business logic, and an HTML/JavaScript-based client allows for modern visualizations.Your controls can be designed to look and behave just like our out-of-box (OOB) controls.
Evaluate and tune performance by using new tools.PerfSDK, Data Expansion Toolkit, Trace Parser WEb app, and PerfTimer aren’t available.PerfSDK, Data Expansion Toolkit, Trace Parser Web app, and PerfTimer are new.The software development kit (SDK) lets you test and validate all critical business processes for performance in a single-user and, if applicable, multi-user test run. The Data Expansion Toolkit lets you correctly expand all performance tests that must have master data and transactional data correctly expanded. The Trace Parser lets you validate a single-user performance test or a multi-user run. The PerfTimer lets you see whether any query or any specific method call is causing a performance issue. Therefore, you don’t have to take a trace and analyze everything in detail.
Expose updatable view by using OData.Not availableThe current version of Dynamics AX introduces a public OData service endpoint that enables access to Dynamics AX data in a consistent way across a broad range of clients.Your solutions can interact with RESTful services, share data in a discoverable way, and enable broad integration by using the HTTP stack protocol.
Take advantage of the business connector to author business logic and support integration scenarios.The business connector is available to call into X++ code from managed code. We recommend that you use the business connector only to author business logic in C#, not for integration scenarios.The business connector is no longer supported. The authoring requirement is provided by the fact that X++ is compiled into managed code. Therefore, interop is easier. The integration scenarios are met by using OData.You can’t use the business connector going forward.
Choose scale (that is, the number of decimal places) on real database fields and extended data types (EDTs).Scale 16 is the default scale and can’t be changed by the developer.EDTs and fields now have a scale property that can be applied to the individual field and EDT. The default is set to 6, not 16.Performance with NCCI tables (in-memory support in SQL) is faster by orders of magnitude when a smaller scale is used. Change the scale as your use of the individual fields requires.

Financial management

What can you do?AX 2012Current version of Dynamics AXWhy is this important?
Export account structures to Microsoft Excel.Not availableYou can now select an account structure and export it to Excel.Many customers have requested the ability to export account structures to Excel for easier filtering.
View ledgers and advanced rule structures that are associated with an account structure on a single page.The user must navigate to multiple forms to see the ledger and the account structure that are used.FactBoxes have been added to the account structure page.It’s easier to access important information when account structures are defined and edited.
View ledgers that are associated with a chart of accounts on a single page.The user must navigate to each company and open the ledger form to see the chart of account that is assigned to the ledger.FactBoxes have been added to the Chart of accounts page.It’s easier to access important information when a chart of accounts is defined and assigned.
View closing sheet adjustments and closing transactions in separate columns on the Trial balance list page.The user sees both types of transactions in a single column.An additional parameter has been added to the Trial balance list page.It allows for more concise analysis of data and is also required for regulatory reporting in some countries/regions.
Filter Management Reporter (Financial reporting in the current version of Dynamics AX 7) reports based on dimensions, attributes, dates, and scenarios.All filtering of Management Reporter reports is handled through the design of the report. If a user who has viewing privileges wants to view a report for a different date, for example, a report designer must make the modification.Report options have been added, so that different filters can be applied when a user is viewing a report. A new report is then generated based on those filters.Consumers of financial reports can apply different filters for dimensions, dates, attributes, and scenarios without requiring updates to report designs.
View Management Reporter (Financial reporting) reports within the Microsoft Dynamics AX client.A separate web client was used to view Management Reporter reports.All financial reports can be accessed in the Dynamics AX client. The user selects a report to view, and the report is displayed in the client.You can now view financial reports without having to access a different client/application.
Analyze financial data by using the “Monitor financial performance” content pack for PowerBI.Not availableOn PowerBI.com, select Get Data, and then select the Dynamics AX – Financial performance content pack. Enter the URL for your Dynamics AX endpoint to see your data reflected in the dashboard.In three to four clicks, organizations can deploy a PowerBI dashboard that contains important financial data. Content can be personalized by the organization.
Track financial period closing processes.Not availableClosing templates and schedules can be created by using the Financial period close configuration. Use the Financial period close workspace to track the progress of closing schedules across multiple companies.This workspace eliminates manual systems to define, schedule, and communicate close activities. Therefore, the number of days to close is reduced.
Monitor budget versus actuals, and create ledger forecasts by using the Ledger budgets and forecastsworkspace and additional inquiry forms.Not availableThe workspace can be accessed through the Dynamics AX dashboard. It includes links to several new inquiry pages: Actuals vs. budget summaryBudget control statistic summaryBudget register entries, and Budget plans.New inquiry pages enable easy access to budget information. The workspace combines all budget maintenance and monitoring task in one place that is easy for budget managers or accounting managers to use.
Create layouts for budget plans and forecasts.The Budget plan document is viewed as a list of lines that have effective dates and amounts for combinations of financial dimensions. The user must create and use Excel templates to view budget plan data in a PivotTable.An unlimited number of layouts is available for budget plans and forecasts. You can combine selected financial dimensions, user-defined columns, and other row attributes (such as comments, projects, and assets) in the layout. Users can switch the layout for the budget plan document on the fly and edit data by using any selected layout. The configuration of budget planning is simplified by eliminating scenario constraints and using layouts to define which data can be viewed and edited in each stage of the budget plan document.It gives the flexibility to create and edit budget plans by using both Excel and the Dynamics AX client. Templates for Excel workbooks can be generated by using the Budget plan layout setup.
Print the Vendor Invoice Transactionsreport by using information from the Detailed Due Day List report, which includes the days past due.You must print two different reports: Detailed Due Day Listand Vendor Invoice Transactions.The information on the two reports has been consolidated into the Vendor Invoice Transactions report. The Detailed Due Day List report was deprecated.It eliminates the need to print two separate but related reports.
Generate regulatory reports directly in PDF format.You must first generate a regulatory report in one format and then export it to PDF format.The PDF format is the default format for regulatory reports.It provides a unified display experience on both the computer monitor and a printed paper copy.
Run the sales tax settlement process as a batch process.Not availableOn the Sales tax settlement period page, you can specify that the settlement process should be run in batch mode.For periods that have many tax transactions, the settlement process can be time consuming, and it might be better to run the process in the background as a batch process.

Foundation

What can you do?AX 2012Current version of Dynamics AXWhy is this important?
Access the client any time, anywhere.The AX 2012 desktop client provides a full set of forms, but it can run only on computers that run Microsoft Windows and requires installation. Terminal Server is often used with the desktop client to enable access over a wide area network (WAN). The Enterprise Portal web client provides a reduced set of forms.The two AX 2012 clients have been replaced by a single, standards-based web client that provides the full set of functionality of the desktop client together with the reach of the Enterprise Portal client.It prevents development efforts from being split between two UI platforms. By using standard web interfaces, it eliminates the need for Terminal Server.
Be productive by using the new Task recorder.The AX 2012 Task recorder requires direct access to an Application Object Server (AOS) computer and elevated privileges, and provides no editing options.The new Task recorder can be used directly from the web client. Access to Task recorder doesn’t require admin privileges. Recorded steps can be viewed live as you record, new editing options have been introduced, and Task recorder supports more scenarios in addition to existing Business process modeler (BPM) scenarios.The new Task recorder provides a streamlined experience and powers new capabilities in Dynamics AX. Some of these capabilities are available now, and more will follow in the future.

Help

What can you do?AX 2012Current version of Dynamics AXWhy is this important?
Access guided procedural Help (task guides) and conceptual topics by clicking Help.The AX 2012 Help system points to HTML topics that are stored on a local web server. Customers and partners can create their own Help.The Help system in the current version of Dynamics AX displays task guides that are stored in Microsoft Dynamics Lifecycle Services (LCS) BPM. The Help system also displays topics from the Microsoft wiki. For more information, see Dynamics AX Help – Getting Started.Task guides provide a guided, interactive experience that leads you through the steps of a task or business process. You can download and customize the task guides that Microsoft provides.The wiki gives us a faster and more flexible way to create, deliver, and update product documentation. Therefore, it helps guarantee that you have access to the latest technical information.

Human capital management

What can you do?AX 2012Current version of Dynamics AXWhy is this important?
Transfer skills and certificates to class participants upon course completion.This is a manual process.When a course is completed, a new option becomes available to update a participant’s records with the new skills and certificates.It provides a new and efficient way to update employee records.
Quickly verify employment.This is a manual process.Your HR department can quickly verify employment by using a workspace or the employee page.Your HR department no longer has to access multiple pages to verify the start date, manager, months in the position, and compensation data.
Let employees view, update, and delete information in the system.Available, but with limited view and update capabilitiesThis feature is enabled, and lets employees and contractors view a wide range of personal data. Optionally, a workflow can be used when information is created, updated, or deleted.It lets employees take control of their information, whether that involves updating address or contact information, applying for a job, taking a questionnaire, or updating their image. When a workflow is enabled, information can be reviewed by an approver or automatically approved, based on your business processes.
Let managers view or edit employee information.Available, but with limited view and update capabilitiesDepending on configuration settings and security, managers can view or edit employee information.It lets managers access important employee data, so that they can make better decisions about resourcing, performance, and employee development.
Encrypt ID numbers.Not availableAll employee ID (SSN) numbers are encrypted.Encrypted employee ID numbers are critical to secure data management.
Access the results of compensation processing.Results are available only at the time of processing.Compensation processing results can now be accessed at any point after the process has been run.It provides an excellent audit of the process and the outcome of the process. It also provides a comprehensive view of the data before employee records are updated.
Access the results of benefit processing.Results are available only at the time of processing.Benefits processing results can now be accessed at any point after the process has been run.It provides a comprehensive view of the data that is updated by benefit enrollment and cost changes.
View “Date Effective” timeline changes.Not availableThis comparison tool is available for employees, positions, and jobs. It provides a comprehensive view of changes from one version of a record to another.It saves you time when you view changes that have occurred over time to employees, positions, and job records. It lets you quickly compare two versions of a record, or all records, over time.
View employees by company.This is a manual process that is performed through filtering.Employee and contractor lists are automatically filtered by the company that you’re logged on to.It provides a filtered view of employees who are employed in the logged-on company. For an unfiltered view of all employees and contractors, the worker list is still available. In the current version of Dynamics AX, the system doesn’t change company based on the employee that is selected in the list.
Update the course participants list.Not availableCourse participants can be removed from the participants list.It provides an easy way to update course participants that registered by mistake.
Manage compensation events in a group.Not availableThis feature streamlines the processing of compensation changes for employees.It provides a simple, streamlined process for updating employee records through the compensation workspace and related pages.

Inventory management

No new features have been added.

Localization

What can you do?AX 2012Current version of Dynamics AXWhy is this important?
Configure and generate electronic documents to meet the legal requirements in various countries/regions.Electronic documents are hard-coded in X++ or as Extensible Stylesheet Language Transformations (XSLTs). Any format adjustments require development efforts. Access to data and formatting aren’t isolated. An adjusted format deployment requires a new Microsoft Dynamics AX hotfix package that overrides the existing format. Custom modifications of each format must be manually ported to the source code of a new Microsoft Dynamics AX hotfix package.Generic Electronic Reporting (GER) is a new tool for configuring and generating electronic documents that target a business user instead of a developer. GER lets you set up data models that are domain-specific and independent of the Microsoft Dynamics AX database as data sources for document formats. A business user can configure the formats, based on these domain-specific data models (for example, for payments, Intrastat reports, or tax reports). The user configures the formats by using simple visual tools that are similar to Excel. GER currently supports the generation of electronic documents in text, XML, and Excel formats. These documents can be generated simultaneously and packed into zip files. Data models and formats support versioning. Format versions can have effective periods. Each data model or format version is stored in a separate configuration and distributed to partners and customers through LCS. Partners and customers can customize Microsoft data models and formats, or create their own. GER saves partner and customer configuration changes as deltas to Microsoft configurations, which simplifies upgrades to new versions of Microsoft configurations. By using LCS, partners can also share their data model and format configurations with other partners and customers, who can customize and share them further. Delta customization and easy upgrade are supported through the whole customization chain.GER simplifies the creation, maintenance, and upgrade of electronic document formats to meet legal requirements in various countries/regions. GER makes the process of creating or changing electronic document formats faster and easier. These changes can be made by business users instead of developers. GER makes it faster and easier for partners and customers to upgrade their format customizations to new versions of formats that are released by Microsoft or other partners. GER provides one common way (through LCS) for Microsoft and partners to distribute electronic document configurations to other partners and customers. GER also makes it easier for partners and customers to customize, upgrade, and distribute electronic document formats for their specific business requirements.
(MEX) Generate Mexican value-added tax (VAT) regulatory reports.You must generate Sales and Purchases VAT reports by using the unrealized VAT functionality, so that users can identify transactions that belong to the realized and unrealized sections based on the status.Sales and Purchases VAT reports were modified and now consider the conditional tax feature only by using specific settlement periods for the definition of unrealized and realized sales tax codes.Changes in the configuration of sales tax codes are required before users can generate these reports correctly. A conditional sales tax feature is required, and the user must configure separate settlement periods, unrealized and realized, to identify the transactions in the related section areas.
(JPN) Manage the Japanese fixed asset accelerated depreciation declaration document.Not availableImportant declaration information is centrally stored in a single document for better maintenance.Document compliance and ease of management help reduce issues during audits and other reviews.
(JPN) Verify JBA characters on the bank account.Not availableYou can verify that kana name fields contain only the characters that are permitted by the JBA bank format.It helps reduce interruptions to users during payment file generation because of invalid characters.
(JPN) Catch up the Japan fixed asset penny difference at the end of the fiscal year.Not availableOn the Fixed asset parameters page, you can choose to catch up at the end of the fiscal period or the fiscal year.It provides more flexibility to match local practices.
(JPN) Generate the Japanese Corporate Tax Declaration Appended Tables 16 series at a summarized amount by fixed asset major type.Not availableOn the value models of a fixed asset, you can choose to summarize by major type. By default, this functionality is used for newly created fixed assets.For large corporations that have thousands of fixed assets, the summarized reports greatly reduce the size of the report that is generated.
(JPN) Start to allocate Special depreciation reserve from the next fiscal year for Japan fixed assets.Not availableOn the value models of a fixed asset that has an appropriate extraordinary depreciation profile, you can choose to start allocation from the next fiscal period or the next fiscal year.It provides more flexibility to match local practices.
(JPN) Generate a Japan consumption tax report that includes the revised tax rates.The consumption tax report is available for a tax rate of 5 percent.The consumption tax report contains a section for the revised tax rate (for example, 8 percent).The layout was newly announced by the government.

Manufacturing

What can you do?AX 2012Current version of Dynamics AXWhy is this important?
Perform a check of material availability for production orders on a separate page that is opened from the Production floor managementworkspace.Not availableThe production supervisor can check whether materials for scheduled production orders are available on the required date. In the workspace, the production supervisor can see how many production orders are in the scheduled state and pending release. Based on the dynamic master plan, the information about material availability is updated if material requirements are met by on-hand inventory for actual orders or planned orders. Based on the information about material availability, the supervisor can release the orders on the Material availability page.It helps production supervisors make correct decisions about the allocation of materials to orders when production orders are being released to the shop floor.
Start and report progress on production jobs by using the new Job card devicepage.The Job registration form is primarily targeted at large terminal screens, and the UI is typically accessed via mouse clicks.Although the new Job card device page is designed for simplicity, it’s also designed for touch. The page fits well on mobile devices, such as tablets and phones. The shop floor worker will find less information overload and more intuitive ease of use. The worker can perform traditional tasks, such as starting, ending, and reporting progress on a job. Besides working on the actual job, or logging off and clocking out, the worker can view attachments, break for lunch, and perform other activities. Jobs are queued to the worker in a planned sequence, but they can also be picked by the worker. The page is primarily targeted at discrete manufacturing operations, where materials are prepared for production. For scenarios that are related to reporting of co-products and by-products, and materials picking by tracing dimensions, use the Job registration page.By introducing an alternative UI that is designed for touch and can be accessed from all types of devices, such as terminal screens and mobile devices, this feature will help reduce the implementation costs for a traditional rollout of shop floor registrations.

Master planning and forecasting

What can you do?AX 2012Current version of Dynamics AXWhy is this important?
Master planning can warn the user if a sales order or production order isn’t ready for delivery by the scheduled date.The warnings that are created by master planning are called futures messagesFuturesis a contract between two parties to buy or sell an asset for a price that is agreed upon today (the futures price), although delivery and payment occur at a future point (the delivery date.Futures messages and futures dates have been renamed calculated delays and delayed dates, respectively.The terminology that is used in AX 2012 was inaccurate and led to incorrect translations.
Gain quick insight into the status of a master planning run, the urgent planned orders, and the planned orders that cause delays.The information is available, but it’s scattered across multiple forms.The Master planning workspace offers at-a-glance information about when the last master planning run was completed, whether any errors occurred, what the urgent planned orders are, and which planned orders cause delays.You benefit from the overview that the workspace provides. Relevant information is put together to guide master planning and help improve productivity.
Use Excel to update demand forecasts.Not availableYou can take advantage of seamless integration with Excel when you enter demand forecasts, make updates, and delete demand forecasts.It helps increase efficiency and productivity.
A set of tools lets you estimate future demand and create demand forecasts, based on historical transaction data.In Microsoft Dynamics AX 2012 R3, the forecast models in Microsoft SQL Server Analysis Service are used to create demand forecast predictions.Estimate future demand by using the power and extensibility of a Microsoft Azure Machine Learning cloud service. It’s easy to use and extend the forecast models in Machine Learning to meet customer requirements. The service performs best-match model selection and offers key performance indicators (KPIs) that can be used to calculate forecast accuracy.Generate more accurate forecasts by using the Machine Learning techniques.
Optimize the order date and quantity, based on a visual overview of related actions from the master planning run.The overview of actions chart is available but shows all the related actions. When actions are applied, they immediately disappear from the view.The actions chart provides a better overview. It includes options that let you show only applied actions and directly related actions. When actions are applied, they appear dimmed but are still shown. Therefore, the overview is retained. Additional information is added to the actions chart to display the data on one page.You benefit from productivity improvement, because you focus only on the relevant actions.

Procurement and sourcing

What can you do?AX 2012Current version of Dynamics AXWhy is this important?
Use the Purchase order preparation workspace to gain quick insight into the status of purchase orders that are being prepared.Not supportedThe Purchase order preparation workspace provides an overview of orders from the time when they are created as a draft and traced, through workflow approval states, and onward toward confirmation.Your purchasing department no longer has to seek information from multiple pages but now benefits from the overview that the workspace provides.
Use the Purchase order receipt and follow-upworkspace to gain quick insight into purchase orders that are pending receipt, to help with follow-up.Not supportedThe Purchase order receipt and follow-up workspace provides an overview of confirmed purchase orders that have pending receipts or shipments. The workspace includes lists of post-due receipts and pending receipts to help with proactive review and follow-up by the supplier. The workspace also lists purchase orders that arrival registration has occurred for in the warehouse, to help guarantee that the receipt is posted. Purchase order returns that haven’t yet been shipped are also available for review.Your purchasing department benefits from the overview that the workspace provides. Relevant information is put together to guide follow-up and help improve productivity.

Projects

What can you do?AX 2012Current version of Dynamics AXWhy is this important?
Book workers as resources on projects.Similar to resources, workers are booked directly on projects in addition to resources.The Work center table where resources for manufacturing and production are stored can now be used to book workers as resources on a project.When you book projects, you only have to book resources.

Retail sales, marketing, and customer service

Retail HQ

Azure-hosted Retail HQ offers centralized management of and complete visibility into all aspects of commerce operations through a web client.
What can you do?AX 2012Current version of Dynamics AXWhy is this important?
Perform merchandizing operations.Users must access multiple forms to manage this data:
  • Category management
  • Product management
  • Channel product attributes
  • Assortments
  • Catalog management
  • Kits
  • Prices & discounts
The Category and product management workspace enables the following functionality:
  • Assortment management
  • Assortment lifecycle tracking
  • Released products management
The Prices and discounts management workspace enables the following functionality:
  • Price and discount management for a given channel and category
  • Category price rule management
  • Price and discount priorities, which let you assign priorities to price groups and discounts, so that you can control the order that they are applied in
  • Affiliation and catalog discount management
The Catalog management workspace enables the following functionality:
  • Summary of active catalogs
  • Catalog lifecycle tracking in a single location
  • Workspaces improve the efficiency and productivity of workers by letting them centrally manage their tasks and actions that are related to the merchandizing role.
  • The price and discount priorities feature gives customers more control over how prices and discounts are used. The feature also enables new scenarios where higher store prices win over standard prices.
Manage retail channel deployments and operations.The user must access multiple forms to perform the following tasks:
  • Create and configure new channels and related entities.
  • Manage daily store activities.
  • Process retail transactions in Microsoft Dynamics AX, generate retail statements, and update Microsoft Dynamics AX inventory and financials.

Channel deployment workspace lets you perform the following tasks:
  • Create new channels and related entities.
  • Track the progress of retail store configuration.
  • Take the required steps to complete a task, or provide information to complete the task.
  • Track the status of devices, and directly validate and download the Retail Modern POS (MPOS) program installation in stores.
  • Access all related pages.
Retail store management workspace lets you perform the following tasks:
  • Manage workers and the workers’ point of sale (POS) permissions.
  • Track shift status for a given store or group of stores.
  • Directly validate and download the MPOS program installation in stores.
  • Print reports and access related pages.
Retail store financials workspace lets you perform the following tasks:
  • Create, calculate, and post statements for a given channel.
  • Schedule batch jobs to update inventory, and calculate and post statements.
  • Track open statements.
  • Track shift status for a given store or group of stores.
  • Print reports and quickly access all related pages.
Workspaces improve the efficiency and productivity of workers by letting them centrally manage most of their tasks and actions that are related to channel deployment, store management, and financials.
Manage retail IT operations.The user must access multiple forms.The Retail IT workspace enables Commerce Data Exchange inquiries in a single place for a given channel, so that you can perform the following tasks:
  • Download sessions.
  • Upload sessions.
  • Track failed sessions, and re-initiate or run them again.
  • View or run upcoming jobs.
Workspaces improves the efficiency and productivity of workers by letting them centrally manage their tasks and actions that are related to retail IT operations.
Import/export data by using data entities.AX 2012 supports out-of-box Microsoft Dynamics Retail Management System (RMS) migration through the Data Import/Export Framework.Retail data entities have been expanded to support all master and reference data that is related to retail. There is also enhanced support for data entities across the entire Dynamics AX solution.Data entities lets customers do metadata-driven import and export of data. OData entities also let customers integrate Dynamics AX with third-party programs.
Perform intelligent analytics by using BI reports from Dynamics Microsoft AX and the POS client.More than 25 back-office reports and five channel-side reports are available.More than 30 back-office reports and 10 channel-side reports are available.These reports let customers have more BI to predict trends, uncover insights, and operate at continual peak performance.
Analyze retail channel sales data by using the “Monitor Retail Channel performance” content pack for PowerBI.Not availableOn PowerBI.com, select Get Data, and then select the Dynamics AX – Retail Channel performance content pack. Enter the URL for your Dynamics AX endpoint to see your data reflected in the dashboard.In three to four clicks, organizations can deploy a PowerBI dashboard that contains important financial data. Content can be personalized by the organization. Additionally, users can embed Power BI dashboard tiles into their personalized workspaces in Dynamics AX, so that they can then see analytical information at the glance.
Configure consumer permissions.Not availableCustomers can choose whether POS operations can be available to consumers. Retail Server uses permissions for application programming interface (API) calls.It provides the ability to configure consumer-level permissions.
Manage and validate entity configurations.Not availableThe configuration manager and validator feature enables the following functionality:
  • Bulk configuration data upload
  • Business entity validation
It provides the ability to bootstrap the configuration, and to validate the status and completeness of the configuration for the various configuration elements.

Retail Hardware Station

What can you do?AX 2012Current version of Dynamics AXWhy is this important?
Enable POS devices to connect to peripherals such as printers, cash drawers, or payment devices.The MPOS hardware profile is used to specify the devices that are used.An added hardware profile supports more diverse hardware from one station to the next. A new Hardware Station profile supports a unique terminal ID for each Hardware Station when electronic funds transfer (EFT) transactions are processed. EFT support has been merged into hardware station to reduce the involvement of MPOS in EFT payment processing.It provides greater flexibility for implementations. It also provides enhanced security and reduced exposure to credit card data.

Retail Server and data management

Retail Server and data management lets consumers and enterprises create an omni-channel shopping experience across online, in-store, and call center channels.
What can you do?AX 2012Current version of Dynamics AXWhy is this important?
Connect to a commerce runtime (CRT) database that stores business data for the channel by using CRT services.OData V3 is supported.OData V4 is supported.It helps the customer stay current with OData standards. It also creates a robust omni-channel experience by integrating sales across in-store, mobile, and online channels.
Support Retail services as a hostable set of services.The E-commerce API isn’t supported through Retail Server.The E-commerce API is now available through Retail Server to support online scenarios.It provides hosted and scalable e-commerce services that can be used with third-party online stores.
Move data between the Microsoft Dynamics AX back office and channels by using Commerce Data Exchange.Commerce Data Exchange is a system that transfers data between Microsoft Dynamics AX and retail channels, such as online stores or brick-and-mortar stores. For more information, see Commerce Data Exchange [AX 2012].There is functional parity with Microsoft Dynamics AX 2012 CU8. However, note the following details:
  • Commerce Data Exchange has been re-engineered for the cloud.
  • Async service uses direct database access to the channel database.
  • Commerce Data Exchange: Real-time Service is hosted as a Microsoft Dynamics AX custom service.
  • MPOS manages synchronization between offline databases and Retail Server.
Commerce Data Exchange has been re-engineered for the cloud platform. It continues to manage the transfer of data between Microsoft Dynamics AX and retail channels, such as online stores or brick-and-mortar stores.
Support plug and play, semi-integrated cross-channel payment processing by using the payment SDK.AX 2012 provides the following functionality:
  • Support for all channels: POS, e-commerce, and call center
  • Support for card present and card not present
  • Page for accepting payment
  • Peripheral support for LS5300 and MX925 as sample code in the Retail SDK
The current version of Dynamics AX supports all existing Microsoft Dynamics AX for Retail 2012 credit/debit card features and four new enhancements.It lets the customer process credit/debit card transactions for payments.
Activate devices by using a Microsoft account (Azure Active Directory [AAD]).Not availableThe following functionality is provided:
  • Enhanced security by AAD-based activation for the cloud
  • Enhanced security for token management
  • Improved reliability, troubleshooting, and error messaging during activation
  • Simplified IT administration tasks that are related to activation
  • Revisited threat model and fixed security issues
It provides the following benefits:
  • Security is enhanced through AAD and device token/ID (RS calls that use a token, user-specific app storage)
  • It stops unauthorized remote use of MPOS (brick device).
  • It tracks MPOS devices for PCI compliance purposes.
  • It maps physical devices with a business entity (register) by using a device token.
  • It initializes settings for smooth MPOS functionality (number sequences and hardware profiles) as the first touch point of MPOS.
  • It reports device information from headquarters.
Manage rich media content for authoring and serving through Media Gallery.Not available
  • Support image upload, and also view, manage, and delete, from Media Gallery for both externally hosted and Retail-hosted images.
  • Support image upload and view from entity pages (ProductsCatalogs, and so on) by linking an image from the gallery and uploading an image from the desktop.
  • Optimize the images for thumbnail, custom size, and original.
  • Bulk link entities by using a template and background jobs for bulk association.
  • Excel integration overwrites the attribute group limitation of naming conventions and predefined paths.
  • Support offline images and secure images for personally identifiable information (PII) content, such as Retail-hosted employee and customer images.
  • It addresses pain points around externally hosted images, so that you can avoid going back and forth, and can instead manage in a single place.
  • It provides powerful content management through Media Gallery for uploaded and externally hosted images, and also provides filtering to help you find images.
  • It lets you easily create bulk associations between externally hosted images and entities such as products and catalogs.
  • It supports Retail-hosted storage for images, and Excel integration for easy updates.

Rich clientele experience

Retail offers immersive mobile experiences anywhere, any time, and on any device. This functionality enables enhanced shopping and store experiences across all channels.
What can you do?AX 2012Current version of Dynamics AXWhy is this important?
Search, browse, look up, or scan products, add products to a cart, accept payment, and check out by using an intuitive, touch-friendly, rich and immersive user experience on MPOS.AX 2012 enables the following features:
  • Perform sales, returns, and voids.
  • Create, modify, and pick up customer orders.
  • Perform shift and drawer operations.
  • Pick and receive orders, and perform stock counts.
  • View in-store reports.
Functional parity with AX 2012 MPOS is provided. This includes the following functionality:
  • Customer lookup across stores/channels
  • The ability to create customer orders without accessing Real-time Service
  • Improved device activation workflows, status, and error messages
  • Extensibility improvements, such as pre-post triggers and activity support to improve customization
Sales staff can process sales transactions and customer orders, and perform daily operations and inventory management, by using mobile devices anywhere in the store.
Start POS as a web app via Cloud POS.Not availableFunctional parity with MPOS is provided. This includes the following functionality:
  • Device activation by using AAD
  • Responsive layout design
  • Support for Internet Explorer and Edge browsers
It provides a web app POS that has functionality that is compatible with MPOS, and that can be used across platforms and browsers at no deployment cost.
Integrate with content management systems to create an omni-channel e-commerce website.Microsoft SharePoint and third-party storefronts are supported.An e-commerce platform is provided that supports third-party storefronts. The platform includes the following features:
  • A rich consumer API
  • Authentication integration to any third-party open ID providers
  • Payment integration
Customers now have the flexibility to use the content management system of their choice.
Target customers via mail order catalogs, and streamline operations through fast order entry, assisted sales, and fulfillment by using Call Center.
  • Call Center channel
  • Mail order catalogs
  • Fast order entry and assisted sale
  • Enhanced order fulfillment
  • Customer service
  • Integrated pricing and promotions/discounts
Feature parity with the AX 2012 Call Center solution is available, with the exception of price overrides.Call centers are a type of retail channel that lets workers take orders from customers over the phone and create sales orders.

Commerce Essentials

A retail and commerce-focused configuration option helps streamline retail-specific deployments.
What can you do?AX 2012Current version of Dynamics AXWhy is this important?
Use the Commerce essentials dashboard.An area page with links to menu items is available.The Commerce essentials dashboard provides links to frequent tasks, including links to workspaces, the Power BI web control, favorites, recent pages, and current work items.The enhanced dashboard empowers workers by making them more efficient and providing a flexible starting point for any retail-specific task.
Use data entities to access account changes.Account changes are exported to a folder on the file system.Account changes are accessible through data entities.This feature provides greater flexibility when moving data between disparate systems. This feature can be enhanced through OData applications, as well.
Use Cloud POS and MPOS.Only Enterprise POS (EPOS) is supported out-of-the-box.MPOS and Cloud POS replace the EPOS client. The eCommerce channel has also been added to Commerce essentials by default.This feature enables greater out-of-box channel support with rapidly deployable point-of-sale clients.
Implement and maintain two-tiers.The Data import/export framework provides the ability to move data between AX 2012 and third party systems.Data entities created to enhance support for two-tier architecture.Data entities and OData applications provide an abstraction layer to make two-tier scenarios easier to implement and maintain.
Simplify forms.Custom code is required to simplify the UI.Form and menu extensions provide standardized UI simplification.This feature provides a faster and easier way to fine-tune forms based on retailer’s needs.

POS Task recorder

What can you do?AX 2012Current version of Dynamics AXWhy is this important?
Create and share task guides and documents for Modern POS.Not availableThe MPOS Task recorder supports the following features:
  • Create task recordings for various tasks that are performed in MPOS.
  • Generate a document that includes steps and screen shots, and associate it with a node in the business process model.
Partners and independent software vendors (ISVs) can customize MPOS and provide supporting documents to train their users.

Extensibility

What can you do?AX 2012Current version of Dynamics AXWhy is this important?
Support an extensible and easily deployable Retail components across HQ, Call Center, E-commerce, and the POS.The components can be extended by using the Retail SDK. No packaging and deployment capabilities are supported.Extensibility hooks are improved across the various components to better support code isolation and serviceability. Here are some of the features that are included:
  • Workflow, activity, and operation
  • Pre-triggers and post-triggers that let you easily extend a workflow
  • Application and operation triggers
Additionally, a framework is available that lets you build and package these components by using MSBuild, and then seamlessly deploy your customization through LCS.

Retailers have very specific requirements, based on verticals and geographies of operation. By providing an easily extensible platform, we enable usage across verticals and markets. Because Retail also has a very distributed architecture, the ability to seamlessly deploy greatly improves productivity.

Life cycle management

LCS provides a set of services that customers and partners can use to manage the lifecycle of the system from sign-up to daily operations.
What can you do?AX 2012Current version of Dynamics AXWhy is this important?
Manage the program via cloud deployment services.Not availableThe following topologies can be deployed to the cloud:
  • Retail 1-box trial topology
  • Retail multi-box high-availability topology
  • Developer topology with the Retail SDK
There is an improved “low-touch” client component installation via self-service installation:
  • Retail Modern POS
  • Retail Hardware Station
  • Support for the upload and distribution of customized packages through self-service installation
The cloud deployment services provide the following benefits:
  • Significantly reduced deployment effort and complexity for Retail HQ components
  • Native deployment to the Azure public cloud
  • Improved self-service installation of in-store components to make configuration easier and more intuitive
Monitor the health of the system, and diagnose errors and issues.This functionality requires System Center 2012 Management Pack for Microsoft Dynamics AX 2012 R3 CU8 Retail.Monitoring and diagnostics for Retail components is now available through the Operational Insights dashboard in LCS.The Operational Insightsdashboard is a cloud-based monitoring portal that replaces the need to install the System Center Operations Manager (SCOM) infrastructure.
Create, configure, download, and install Retail Hardware Station and devices by using self-service.By using the installation packager and Enterprise Portal, a user can perform an automated installation and configuration of all components that are required on a particular computer, based on a defined topology.Because there are only two installation packages, one for the MPOS client and the other for the Retail Hardware Station component, self-service has reduced the amount of work that is required at every level to install these client components. For more information, see Retail Modern POS and device activation scenarios and Retail hardware station configuration and installation.Self-service aims to minimize requirements and make it easier for a user to perform an installation.

Sales

What can you do?AX 2012Current version of Dynamics AXWhy is this important?
Get a quick overview of delivery alternatives when you promise orders to customers.When there are product availability constraints, and the customer’s requested delivery date for one or more products on the order can’t be met, the order promising task becomes a challenge. To find alternatives that can offset availability and shipping time issues so that the customer’s requested date can be met, or to offer customers a delivery solution that they can accept and trust, the order processor might have to open several forms, each of which offers only a subset of the required information. More specifically, one form shows on-hand quantity across sites, another form shows on-hand quantity in the intercompany setting, a third form lets users calculate the earliest available date for one site/variant at a time, and a fourth form shows supply orders. Therefore, users don’t feel confident that they have considered all the relevant options instead of just choosing an immediate but suboptimal solution. Users also don’t feel effective, because numerous interruptions occur during the order promising flow as they open and close multiple pages, and combine the insights and options.Based on the existing algorithms for delivery date calculation, the Delivery alternatives page offers a new user experience for order promising:
  • It consolidates relevant information from multiple forms into one space.
  • It offers “ready-made” alternative delivery packages, such as a combination site/warehouse/variant/transport mode, based on the fastest delivery (earliest available date) criterion that the user can choose from.
  • It lets the user select options from the simulation interface and transfer them to the sales order line.
Companies that aspire to provide high customer service while committing to an inventory optimization strategy must be able to promise orders reliably and competitively. After all, their customers’ own business requires that products be available on time. The Delivery alternativestask page makes the order promising task quicker, easier, and more systematic by identifying and recommending the best alternative order delivery dates in one interactive place.
For more more details go through the below link
https://ax.help.dynamics.com/en/wiki/whats-new-or-changed-in-dynamics-ax-7/

@Rahul Talasila

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...