Need to schedule a job much like cron
Hi,
I am trying to write a program that will check WTUsers to see when they last logged into Windchill. I have code that worked against our LDAP, but ran outside of Windchill. We need to move this inside Windchill in order to keep WTUser and LDAP User in sync. I've written Listeners before that will listen for an event, but I haven't written any scheduled services yet. Is there any examples that can help me? I can get the functionality working based on my previous code, but I'm not sure how to make it "scheduled" in Windchill.

