Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
9 replies
Subscribers
6 subscribers
Views
3810 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hello, I would like to display the task assignee/owner in the tempo task report.
fabienb
A Score Level 1
over 11 years ago
Hello, I would like to display the task assignee/owner in the tempo task report. Is there a way to do it? It seems that getPortalReportDatasubset returns information about the assignee but not the owner. Is it correct?...
OriginalPostID-89038
OriginalPostID-89038
Discussion posts and replies are publicly visible
0
Patty Isecke
Appian Employee
over 11 years ago
You can save the owner to a process variable, and use the Portal to SAIL function plug-in available on Forum to retrieve the value and use in your Tempo Task report.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
fabienb
A Score Level 1
over 11 years ago
Thank you patty.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
fabienb
A Score Level 1
over 11 years ago
Patty, on tempo, group names of task_assignee_owner() are switched into [Group:xxxx]. I can't use apply(rule!GETNAME,local!datasubset.data[7].cells.value) as it errs on completed tasks. Do you have any idea on how to solve this issue? Note: the result of task_assignee_owner() for completed tasks seems to be neither empty nor null,...
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Patty Isecke
Appian Employee
over 11 years ago
Try using the rule getgroupbyname() from the "People Function" Plugin
forum.appian.com/.../summary
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
fabienb
A Score Level 1
over 11 years ago
Actually, I manage to get the group name when it is a group and the user name when it is a user but I don't manage to apply any function when task_assignee_owner returns nothing.(sorry if it is not clear)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Chasity Davis
over 11 years ago
fabienb - I'm running into an similar issue and I'm curious how you resolved this. I want to display the Assignee field in a task report, but since it can display either a user or group, I'm stumped. Do you know how I could tell if something is a group or a user so I can apply the appropriate functions?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
fabienb
A Score Level 1
over 11 years ago
Hello. There is a function runtimetypeof() that can tell you wether it is a group or a user but in the mentionned it could not be applied from what I can recall. Give me few minutes and I will tell you what workaround I used.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
fabienb
A Score Level 1
over 11 years ago
Actually, I did not use the task_assignee_owner function inside the report but I saved the value of assignee in a process variable and then used it in the report.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Chasity Davis
over 11 years ago
Thank you for the additional info! By using the runtimetypeof() function I was able to build an expression rule to display either the username or groupname.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel