You are viewing limited content. For full access, please sign in.

Question

Question

find manager filter method Forms 10

asked on March 7, 2016

Hello!

I've reviewed the help files/admin guide for creating JavaScript Filters Expressions and it indicates I should be able to use $result=team.findManagers() to assign a task to the team manager; however, I continue to get the following error message:

Can you help me understand what I'm doing wrong? Thank you!

 

0 0

Answer

SELECTED ANSWER
replied on March 8, 2016

That's a typo in the help file. The options currently supported are displayed in the "Methods" list.

0 0
replied on March 8, 2016

Thanks Miruna, that helps wink (thought I was going crazy!)

Is it not possible to escalate a task to the Managers of a team using a filter method, then?

0 0
replied on March 9, 2016

"Manager" is just a role in the team, right? You can use $result=team.findMembersByRole('Manager');

2 0
replied on March 9, 2016

I'm sorry. I'm referring to the Team manager, as opposed to Team administrator or Team member.

If I'd like to escalate a task to the "Team manager," do I have to add that as a separate Role, as well?  Thanks for your help, Miruna!

 

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.