June 11, 201015 yr Hi, There are certain fields in my layout that I do not want to be changed without a warning of sorts. I only want this for certain fields (it could become a pain if it was every field), so the option to unclick "save records automatically" doesn't get the desired result. I guess what i need is a script that will run on a field (not sure which script trigger), prompting a dialog that will confirm the change. I just don't know how to write it so that if "No" it will go back to the last entry made before the changes. Does anyone know how this is done? Thanks, Jimmy
June 11, 201015 yr The easiest method is to change the field object on the layout so that entry cannot be made in browse mode, and use a script with a custom dialog to manage the data entry for this field.
Create an account or sign in to comment