Hi All,
I'm curious about when / how to use multiple user resolution rules. If I add a second row, will it first try to match on the first row THEN the second row if the first fails or would a second rule make the match have to satisfy both rows.
Hi All,
I'm curious about when / how to use multiple user resolution rules. If I add a second row, will it first try to match on the first row THEN the second row if the first fails or would a second rule make the match have to satisfy both rows.
The condition between multiple resolution rules is or. Either #1 or #2 or #n.
I'm pretty sure it will be in the order it appears. First it will try to map based on rule #1, if no success it will check with rule #2. If it was successful with rule #1, then it will not check against rule #2.