We have a Fusion scenario that converts requests to projects based on status. Once these requests are converted, we're having issues with users who are either primary contacts on the request and project, or users who are directly assigned tasks not being able to access the project or task. For examp...
I have two Dropdown fields called 'Row' and 'Column' on my custom form. Field 'Row' holds the dropdown values 1,2,3,4,5,6,7,8 and Field 'Column' holds the dropdown values 1,2,3 and I need a calculated field called 'Total' with the below conditions: The calculation of row + column should follow in th...
My Admin team needs to institute severity levels for our support tickets so that we can establish response and resolution SLAs for different types of support tickets. Does anyone have any recommendations on 3-4 severity levels that we can use?
Hi team, Iam creating a user decision report where i would like to know when did user move from Contributor to Light like the License modified date . Can any one help me with the expression to find this out ? Thanks in advance!
Hello, I am attempting to summarize a calculated field that is found on the Task level. My calculated field is formatted as a Number.When I pull this calculated field into an Assignment report I get no option to Summarize it. I tried this method here with no success:https://experienceleaguecommuniti...
We have a request queue that has been decommissioned and I have updated the sharing on the project to view only. However, the issues within the project maintain the shared access levels that were given when it was current. Is there a way for me to bulk update all of the issues to view only for any u...
I'm in the process of making a report to track requests and grouping the submissions by the names of the requestors' home groups. I've tried to modify the group.0.valuefield=enteredBy:homeGroupID and group.0.namekeyargkey.1=homeGroupID with :name instead of ID of the grouping in text mode, but that ...
I am looking to filter a proof approval report by two different portfolios using text mode. The filter criteria should be:GTE $$TODAY - 5In a project in Portfolio ABC and Portfolio XYZDoes anyone have the text mode prompts to achieve this? Thanks!
Is there some place in the 'Proofing HQ' settings that allow you to have the "Allow subscribing to proof via public URL or embed code" box automatically checked? I couldn't find this setting anywhere. Thank you!
Hello, I am trying to get a column in a Task report showing the amount of assignments/assignees on a task. Is this possible?I tried this but only got 0 as a value.displayname=Assignment Count valueexpression=IF(ISBLANK({assignments}), 0, COUNT({assignments})) valueformat=HTML Thank you,Eric