views:

56

answers:

1

I am working in Lotus Notes 8 using the Domino Designer to update a shared action under:

Shared Code >> Actions

Every night when the database refreshes my changes are being wiped out. Other files have a do not refresh option in them but, the actions do not. Does anyone know how I can update the file to not be over-written (without updating the database file name to a non-existing one and leaving the nightly refresh on)?

+1  A: 

You can select the design properties of the entire list of Shared Actions and turn off design refresh/replace, but it doesn't appear you can control this on an individual action

I clicked Shared Code > Actions > and then right-clicked on "Shared Actions" in the designer, and clicked Design Properties. There I saw the "Do not allow design refresh/replace to modify"

Ken Pespisa
Very cool, thanks for your help.
Corv1nus