hello,
I want to set up a javascript filter that loops through all messages that have already been processed by the channel.
sample: the current message has a value PID=12345
filter: lookup all stored messages if any message has a value of PID=12345. if so, drop the current message.
background: the channel queries a database where I have only read rights. so I can't write an update statement that tags the processed columns as 'done' or something.
is this possible or are there any other ways to filter out the messages that have been sent?
thanks,
svart
I want to set up a javascript filter that loops through all messages that have already been processed by the channel.
sample: the current message has a value PID=12345
filter: lookup all stored messages if any message has a value of PID=12345. if so, drop the current message.
background: the channel queries a database where I have only read rights. so I can't write an update statement that tags the processed columns as 'done' or something.
is this possible or are there any other ways to filter out the messages that have been sent?
thanks,
svart
Comment