Dear All,
I have a common problem but I just can't figure out the required keywords to search for a solution. Normally, when a user clicks "Save" in an application, everything is saved. But when he/she changes anything, I must track it to know the application is now not saved. It's simple to just put a boolean everywhere in the code, but I don't think this is the smartest way to do it. Please if anybody knows about a smarter approach, it'll be highly appreciated...
I have a common problem but I just can't figure out the required keywords to search for a solution. Normally, when a user clicks "Save" in an application, everything is saved. But when he/she changes anything, I must track it to know the application is now not saved. It's simple to just put a boolean everywhere in the code, but I don't think this is the smartest way to do it. Please if anybody knows about a smarter approach, it'll be highly appreciated...
Comment