Hi. We’d like to use Description field in Active Directory filled with termination date in UKG. Using this value works but we don’t want the time but the date only.
'Disabled on '+ Employment.DateOfTermination
I’ve tried using 'Disabled on '+ Employment.DateOfTermination.ToShortDateString() but it doesn’t accept it as Description field is expecting a string as a return. So we’re pretty much blind on this and any help will be highly appreciated.
As a last note… is there a published list of properties and methods we can use? So far we’ve been googling but I’m not able to realize what I can use if I want to build a custom query as I now need.
I actually do. As mentioned in the body of this post, I’d like to map Employment.DateOfTermination in a text field in Active Directory as Description is, but only using the short date format as of right now it also gives me the time.