A fellow admin on my team created an Hour report to show hours logged by role for a given time period.The report filter is Hour >> Role ID Equal to $$USER.roleIDs.The report is grouped by Owner >> Name, and a column chart is the default report view (Y-axis: Sum of Hours; X-axis: Owner >> Name).The r...
Is there any way to show when someone entered PTO? Not the dates they entered it for but the actual dates it was entered. The asking team doesn't want to set up an approval process, but just wants insight on any new PTO entered. Thanks,Tim
I've confirmed that in Setup>Access Levels>Worker - folks have access to delete tasks but I'm getting messages from people saying they can't delete tasks. What have I missed? Thanks,Jane
Is there a way to create a request template? I know we can start a request and save it as a draft but once you submit it, I can't use it to create a new request with similar information. I guess if we had an option to duplicate a draft and complete/submit a "new" request, we could go back to the ori...
Hi all,I am using the below endpoint to get access token for authentication.https://yourdomain.my.workfront.com/integrations/oauth2/api/v1/jwt/exchange The body of the request has Client ID, Client Secret, and JWT (generated by pythonic code, signed with private key):client_id={client_id_value}&clie...
We would like to create simple hours reports at each of three different levels (Portfolio, Program, and Project) that simply show total hours in one line item per user (does not expand to show each individual task). Currently when these reports are created, there is a summary but there are also lin...
I'm setting up automatic project numbering using the last four digits of the reference number. This is the formula I'm using:CONCAT("G24_" + TRIM(RIGHT("0000" + STRING({referenceNumber}), 4))) This works except for one problem, It pulls in the last four characters, of which one is the separating com...
What could be the potential causes and solutions for a ConnectionError [500] com.fasterxml.jackson.databind.JsonMappingException that occurs during a fusion flow in the search record module, and is there a way to prevent this connection error from happening again in the future?ConnectionError[500] c...