Asking the experts...
Let me preface this by adding that I'm new to programming/creating custom plugins.
Having said that... Upon entering the General Tab of a Constituent record, is it possible to create an plugin to mask or hide an email address if that constituent has a certain attribute?
The interceptor portion of this seems straight forward; however, it's the plugin portion that im questioning.
Any assistance would be greatly appreciated.
Cheers,
Brad
We use control-grouped eaddress types to hide confidential e-mails from all but the allowed groups. All built in, no coding required.
Thanks Chris, but I'm looking for a code example (C#) example that would meet this requirement.
Something similiar from a few years ago.
http://www.tessituranetwork.com/Community/forums/p/7807/24609.aspx#24609
Hi Jon,
This looks very promising, thank you.
Would you be willing to share your code for the interceptor and the plugin?
Many Thanks!
Hi Brad,
This was an experiment a few years ago. I no longer have the code for it. The interceptor plugin was configured for ConstituentSnapshot for the get verb and a post placement.
Jon