Tuesday, 14 July 2015

Microsoft Dynamics NAV 2016 Roadmap

Microsoft Dynamics NAV 2016 Roadmap

  •  Workflow – Accelerate business processes across roles through the use of notifications, Visualisations and more. Enables end users to configure relevant workflows without engaging a technical resource to do customisation.
  • Document management and OCR – Help businesses more effectively manage and simplify paper-based processes through new capabilities around scanning documents, and implementing and associating those records with entities in Microsoft Dynamics NAV. Provides enhanced document management capabilities and partnerships with OCR service providers.
  • E-services integration – Expanded extensibility and connectivity capabilities to help customers and partners more easily integrate Microsoft Dynamics NAV with other cloud-based services.
  • Streamlined UX across all clients – Enhanced user experience on all devices, screens and clients to improve end user productivity. Focus areas include repetitive tasks in the desktop client and the touch experience on tablets.
  • Smart Phone Client
NAV2016-Roadmap-small

XML Port for complex xml type or namespace schema - NAV

Hi,

The following step need to follow in complex structure XML Schema while creating XML Port :

1. Use UseDefaultNamespace Should be true
2. In default schema "URN For the Soap services " Like http://www.w3.org/2003/05/soap-envelope
3: After defining this you need define Elemen and attribue as per structure of XML .

Below is Example of xml port



Example Of XML

<?xml version="1.0" encoding="UTF-16"?>

-<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">


-<env:Body>


-<env:CreatePortalSession xmlns:env1="https://abcd.com/start/sale/interface/Mysales/v1" xmlns:xsi="https://abcd.com/start/sale/interface/Mysales/v1">

<env:MajorVersion>1</env:MajorVersion>

<env:Language>IN</env:Language>

<env:UserId/>

</env:CreatePortalSession>

</env:Body>

</env:Envelope>

Monday, 13 July 2015

Enable Audit Trail for NAVISION Using SQL , How to find table data deleted by NAV User

Hi,

One of my friend, Come and tell me how to identify the user who have deleted the table data of GL Entry Table. Since we generally not enable log interaction feature of   Navision due to unnessesory growth of database. Since LOG Interaction feature was not enable he could not able to find  delted by user or modify by user.
So , How we find the user ?

We have two option :
1. We can check LDF file to identify the user : Which is generally not Easy.
2. We can use Audit trail feature of SQL Server : Easy to identify with less effort .

Now , How we  can do the setup ?

Please find the below link for setup , The step are very easy . You need to take care each step while creating audit trail.

Also let me know if find any issue in activating this .

https://technet.microsoft.com/en-us/library/dd392015(v=sql.100).aspx


or for more information

For more information:
http://msdn2.microsoft.com/en-us/library/bb510667(SQL.100).aspx: Administering Servers by Using Policy-Based Management