Task is not Opening

Certified Associate Developer

a!gridColumn(
  label: "Task Name",
  sortField: "c0",
  value: a!linkField(
    links: a!processTaskLink(label: fv!row.c0, task: fv!identifier)
  )
)

Tasks active only when I am trying open the tasks from the site. I am getting below error. Could anyone give suggestions.

Thanks in Advance

  Discussion posts and replies are publicly visible

Parents Reply Children