Hi Chris,
You can use the following example:
https://app2.clarizen.com/Clarizen/TeamSpace/Timesheet?IGL=14&IGLP={Today()};{getruntimeparameter(currentuser())}
Please let me know if it makes sense.
Regards,
Tamir
I'd like to create a deep link into a users time-sheet.
How would I create a URL like those sent by the Time Sheet Reminder Email?
Variables being user and date (start of week).
Please sign in to leave a comment.
Hi Chris,
You can use the following example:
https://app2.clarizen.com/Clarizen/TeamSpace/Timesheet?IGL=14&IGLP={Today()};{getruntimeparameter(currentuser())}
Please let me know if it makes sense.
Regards,
Tamir
Thank you.
Resolved my issue with the following string. WeekStart being a variable. Hope it's of use to others.
<a href="https://eu1.clarizen.com/Clarizen/TeamSpace/Timesheet?IGL=14&IGLP='+ToString(WeekStart,'yyyy-MM-dd')+';'+getruntimeparameter(TargetObject)+'">Go to Timesheet</a>
As a further note, this would be great if it was added into the TimeSheet Compliance Marketplace Item.