cancel
Showing results for 
Search instead for 
Did you mean: 

IUser and IuserAcount

Former Member
0 Kudos

i'm using with the class IUserSearchFilter to search users

by criteria like Company, LastName etc

example:

IUserSearchFilter userFilt = userFact.getUserSearchFilter();

userFilt.setCompany("SAPerClub", ISearchAttribute.LIKE_OPERATOR,false);

my question is:

i want search users by criteria Creation Date

but the method setCreationDate is in iUserAcountSearchFilter

what can i do

if i want to search user By Company and SetCreateBetween

10x

Yossi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Can't you just call the method searchUsers(IUserSearchFilter ufilter, IUserAccountSearchFilter uafilter) which will do the following:

"Search for users in the user store and user account store which match the criteria specified in the given ufilter and uafilter and combine the result."

I copied this from the IUserFactory class for NW 2004s. Is that api existing for you?

Br

Göran