Skip to main content

How to add a hyperlink to Assignment Screen

Screen Name: Assignment Details   Fields that must be present in the User Report:  Fields required in the report Column Caption Employee ID [Employee_ID] Assignment ID [Assign_ID]   Comm

Updated over 2 weeks ago

Screen Name: Assignment Details

mceclip0.png

Fields that must be present in the User Report:

Fields required in the report

Column Caption

Employee ID

[Employee_ID]

Assignment ID

[Assign_ID]

Command to use in the Custom Calc field:

'<a href="../Assignment/Assignment.aspx?EmployeeID='+[Employee_ID]+'&AssignmentID='+[Assign_ID]+'" target="_blank">Link<a/>'

Did this answer your question?