How to create delta file in NAV Extensions Package?

awaiting for your response

Please refer to: msdn.microsoft.com/…/mt574395(v=nav.90).aspx

You can create a delta file using the following cmdlet in powershell or in NAV Development shell.

Compare-NAVApplicationObject -OriginalPath “pathname_of_txt_without_customization” -ModifiedPath “pathname_of_txt_customized” -DeltaPath “pathname_of_any_empty_folder”

Will you provide the screenshot while running this command in Powershell or development shell, because Iam getting error.

Can you share the error screen shot? You first need to import NAV cmdlets before executing the command.

Hi Praveetha,
Could you share the error messages your are getting? Otherwise it’s kind of difficult to help you, if we don’t know which error you talk about.