Hi Team,
I want to implement a stream filter in such a way that for e.g. I have 2 stream items :
1. riskSeverity:"Critical"
2. ownerAdUserId:"anujg"
Now, the filter should be in such a way that if any-one tries to change/append the value of riskSeverity.... the filter reject this request.
But, the value of ownerAdUserId can be changed to anything.
So, please help me to implement this requirement using smart filter.
Thanks
Anuj Gupta