Server Event OnSave for Enterprise Global Template

W

winnes

Hello,

Tried to catch the server event onsave for the enterprise global template.
Idea was to check on project_type, but apparently the onsave event does not
get triggered when saving the enterprise global template.
Is this plain impossible in this way, are there workarounds?
Am I missing somthing?
 
L

Lars Hammarberg

As the number of people normally allowed to modify the EntGlobal is fairly
small, and furthermore, as the EntGlobal isn't modified particularily often,
why not add a manual step for whatever you need to do in the event?

I can see the need for an event handler for normal project publishing, but
not for the publishing step of Enterprise Global.

If the requirement is to maintain some sort of log of changes to the
EntGlobal, you could just as well set up a separate wss list for this with
admin-only access.
 
Top