Message 1 of 3
GetChangeTypeParameter old value?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I added a IUpdate trigger for when a certain project parameter is changed.
This works fine, and i am able to hook into the moment the parameter is getting a new value.
The goal is to lock the parameter when it has a certain value (for example 400) and is then only allowed certain new values based on that old value.
For now it seems i can only get the new value that the user put in when i get the data from GetChangeTypeParameter .
Is there any way to retreive the parameter value prior to the users change that triggered the GetChangeTypeParameter event ?