399
edits
Changes
From All n One's bxp software Wixi
→Rule Type 2 - Conditional Status Flag
'''1) Exact matching - Update_Status_Equal''' This will update the Current Status field to be '''Spam Contact''' if the sender is 'EQUAL TO' CheapMedicalSupplies@doc.ie
<syntaxhighlight lang="html4strict">
Update_Status_Equal[[SEP]]Spam Contact#CheapMedicalSupplies@doc.ie#strCDA_X_Status#From~
'''2) Not Matching - Update_Status_Not''' This will update the Current Status field to be '''Spam Contact''' if the sender is 'NOT' CheapMedicalSupplies@doc.ie
<syntaxhighlight lang="html4strict">
Update_Status_Equal[[SEP]]Spam Contact#CheapMedicalSupplies@doc.ie#strCDA_X_Status#From~
'''3) Like Matching - Update_Status_Contains''' This will update the Current Status field to be '''Spam Contact''' if the sender is 'LIKE' CheapMedicalSupplies@doc.ie
<syntaxhighlight lang="html4strict">
Update_Status_Equal[[SEP]]Spam Contact#CheapMedicalSupplies@doc.ie#strCDA_X_Status#From~