I am trying to add a link for recruiters to view interview for a candidate. Like the View Resume, View Attachments or View Notes link that only appears if they exist. I have the link displaying but I only want it to be displayed if interviews exist. I cannot figure out what the "visible when" statement should be to achieve this. I appreciate your assistance.
This is on the ApplicationsFilterListCardView.
button row
button of "ViewResume"
visible when (PrimaryJobApplicationResumeExists)
view PrimaryJobApplicationResume.RecruitingDocument.DocumentFile.File
display as link
button of "ViewAttachments"
visible when (AttachmentsExist)
link is LRCAttachments
display as link
button of "ViewInterviews"
link is LRCInterviews
display as link
button of "ViewNotes"
visible when (NotesExist)
link is CandidateNoteNavigation
display as link