Dana G Posted August 27, 2009 Posted August 27, 2009 Is there an easy way to know when a layout was last accessed using the DDR? My reason for asking is that I create a lot of layouts that are for specific needs. These needs may not last more than a couple months. I don't typically get a "hey, we are done with that layout" comment so we just keep adding to the list. My only other idea aside from the DDR is to create a global field for each layout and have it update with a timestamp/account name using the "OnLayoutLoad" script trigger. That way I know if it has recently been used and who the last person to use it was. I can ask that person if they need it and if not I can remove it from the layout list. Ideas?
bcooney Posted August 27, 2009 Posted August 27, 2009 DDR, no. A global field will clear when you close the database, so you cannot use that, either. However, you could create a table just to store "layout use" and have the script that creates the audit record run onlayoutload.
Recommended Posts
This topic is 5571 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now