Skip to main content

Hi,

 

I have to validate user's name and if user is valid AD user pre-populate some fields (email, user full name, phone ). 

I tried Lookup control but for some reason control does not see "AD User K2" SmartObject.

I can execute GetUserDetails method from SmartObjects teter but for some reason that SmartObject is not accessible from SmartFroms designer.

How to make GetUserDetails availabel from SmartForms?

 

 

Regards,

  Oleg

The URM Smartobjects that is create OOTB is marked as system smartobjects hence you cannot see them. You can register your own instance of the URM Service and that should be accessible from the forms.


PS: GetUSerDetails call will retrieve the info from the K2 Cache, meaning if the user has never interacted with K2, it will not return anything for that user.


You can also look into using the AD Service 2 Service.


HTH


Vernon


Reply