Monthly Archives: November 2022

Refresh new objects in SQL server

Whenever we create a new object (table/View/Stored procedure etc) in SQL server , the change will not be immediately reflected in query window. Intelisense works for the existing artifacts , but the new ones will be effective when we restart … Continue reading

Posted in Uncategorized | 1 Comment

Install XML formatter in notepad ++

This is off-topic from my regular posts. Notepad++ is a handy tool which serves as source code editor. Being a developer, I use it for various purposes : Code reading, formatting xml, investigating DIXF issues, bulk modification of the records … Continue reading

Posted in Uncategorized | Leave a comment

Delete Party records having no reference in GAB – D365FO

Take a scenario where the user creates a customer / Vendor for testing purpose. If there are no transactions , the record can be deleted from the form. But the reference still exists in global address book. It is not … Continue reading

Posted in Uncategorized | Leave a comment