How To Get Maximum Value Of Updated Column (Attribute) Among All Users And Employees
I am using Siebel Object Interfaces for managing users on Siebel.
How can I get maximum value of ‘Updated’ user attribute. I need to know timestamp at which last user was modified.
Is it possible to use SetSearchSpec method present in Business Component? If yes, what will be the value of second parameter searchSpec to this method?
BusComp.SetSearchSpec(FieldName, searchSpec)
Thanks in advance