Re: [GENERAL] question on writing a function

2014-01-22 Thread Moshe Jacobson
On Wed, Jan 22, 2014 at 12:08 PM, Merlin Moncure wrote: > What I would advise in this case is to organize deleted user IDs in a > deletion queue. You do that by making a 'users to be deleted table' > where you store the users pending deletion (which is the one and only > thing that happens at tr

Re: [GENERAL] question on writing a function

2014-01-22 Thread Merlin Moncure
On Wed, Jan 22, 2014 at 10:26 AM, Aaron Burnett wrote: > > Greetings all, > > I *think* there¹s a way to accomplish what I want, but it is eluding me at > this time. Any help or pointers will be greatly appreciated. > > What I am trying to accomplish is that when a member deactivates their > accou

Re: [GENERAL] question on writing a function

2014-01-22 Thread Adrian Klaver
On 01/22/2014 08:26 AM, Aaron Burnett wrote: Greetings all, I *think* there¹s a way to accomplish what I want, but it is eluding me at this time. Any help or pointers will be greatly appreciated. What I am trying to accomplish is that when a member deactivates their account through the UI, my

Re: [GENERAL] question on writing a function

2014-01-22 Thread Adrian Klaver
On 01/22/2014 08:26 AM, Aaron Burnett wrote: Greetings all, I *think* there¹s a way to accomplish what I want, but it is eluding me at this time. Any help or pointers will be greatly appreciated. What I am trying to accomplish is that when a member deactivates their account through the UI, my

[GENERAL] question on writing a function

2014-01-22 Thread Aaron Burnett
Greetings all, I *think* there¹s a way to accomplish what I want, but it is eluding me at this time. Any help or pointers will be greatly appreciated. What I am trying to accomplish is that when a member deactivates their account through the UI, my trigger will call a function that deletes or ar