cancel
Showing results for 
Search instead for 
Did you mean: 

sf.user.filter in SAP IPS

priyankgaddala
Explorer
5,367

Hi Team,

I have requirement to sync specific users from SF to IAS and SAC. I am using parameter sf.user.filter and used below syntax. But I get error message that invalid filter. Any help would be appreciated. Thanks.

active eq "true" and userName eq "ABC", userName eq "DEF"

Regards,

Priyank

View Entire Topic
LinkinP
Explorer

Try this.. it will work

active eq "true" and (userName eq "sf_username1_placeholder" or userName eq "sf_username2_placeholder")