Data management cleanup

This post is related to the earlier Data entity errors post. Many times the reason for getting errors when exporting/importing data is related to not using data management cleanup. I would like to emphasize its importance. You can save some time and effort if you use...

Passing a record and filtering the query

Task Passing a record from “MCROrderNotes” form and filtering the query by it on “SysOutgoingEmailTable” form. Since both of the objects were standard forms, I had to use extensions. That is why passing a record by code slightly changed since...