Question

Photo of Austin Spooner

0

Set attribute value equal to last check-in date

We would like to set a person attribute value to the last date that an individual checked into a specific check-in group. What would be the best way to accomplish this? A job that runs SQL?

  • Photo of Jon Edmiston

    1

    I'd go with the SQL  job idea.

  • Photo of Jim Michael

    0

    I wonder if you could use a Workflow Trigger that launches a workflow to set the person attribute when a person checks into a specified group? There is an Attendance Entity type in the workflow trigger that might get you there, if check-in to the groups registers as a "save." The only other question would be if you can somehow pass the person who checked-in to the workflow. Unfortunately I don't know the answer to that.