I have a search screen which lists all customers. User can edit a few fields (Phone number, address, etc.).
On saving of that “particular” record (only the changed ones), I want to update the ModifiedBy and ModifiedOn fields. How can I do so in code?
I am trying to handle this in the _Saving event of Search Screen but how do I get the changed rows?
Go into the table’s Entity Designer and click the arrow next to Write Code. You’ll need to edit two methods,
_Updatingand_Inserting. Similar to this:C#:
VB.NET: