Hi Community,
I'm trying to add a Primary Contact of a issue onto an hours report, but can't make it work. We are using a request queue, converting that to a project, and want the Primary Contact to show on the report.
So far, I've added a calculated field onto the custom form and when the new requests come through this is correctly showing the Primary contact (not the request entered by user). This is good.
The problem is when the issue is converted to a project, the calculated field updated to to the owner of the project, which then shows on the report. This is quite annoying! Lol
The calculated field I'm using {owner}.{name} and I assume this is recalculating tot he project owner.
I've also tried using a collection, but couldn't get the resolvables nested statement to work.
Any help will be very appreciated.
Thanks
Matts
Solved! Go to Solution.
Views
Replies
Total Likes
This is getting a bit complicated since you wish to change the primary contact after the request is submitted. (it means you need to set the calculated field in stone much later in the process)
If the only thing you want, is to get it on the report, you should just use your text mode in your view.
For this, there's no need to use a collection. The request-to-project link is a 1:1 link, not a collection. i.e. you should notice that you cannot convert multiple requests into 1 single project. Only 1 request gets converted to 1 project.
Therefore you should (or can) just go with sample textmode in your view column, like this:
valuefield=project:convertedOpTask:owner:name
valueformat=HTML
Views
Replies
Total Likes
Have you thought about throwing an ISBLANK expression in there, somehow? It would work similar to this:
Views
Replies
Total Likes
Hi Skye,
I've tried, oh how I've tried, but can't make this stick. I've followed the example in the link but I must be doing something wrong in the set up.
I've created the first field to capture the Primary Contact {owner}.{name}
The calculated filed is written as this...
Do you have any ideas how to fix this please?
I'm sorry this is so long and thanks for your time.
Matt
Views
Replies
Total Likes
This is getting a bit complicated since you wish to change the primary contact after the request is submitted. (it means you need to set the calculated field in stone much later in the process)
If the only thing you want, is to get it on the report, you should just use your text mode in your view.
For this, there's no need to use a collection. The request-to-project link is a 1:1 link, not a collection. i.e. you should notice that you cannot convert multiple requests into 1 single project. Only 1 request gets converted to 1 project.
Therefore you should (or can) just go with sample textmode in your view column, like this:
valuefield=project:convertedOpTask:owner:name
valueformat=HTML
Views
Replies
Total Likes
OMG, thanks Skye. So simple in the end (when you know how). I was definitely over complicating this.
Matt
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies