I am trying to create a scenario to auto close projects and I am trying to make the initial filter better so I am not pulling hundreds of bundles in the first search, but I guess this cannot be avoided.
Is it possible to create a custom field that lists all of a project's task statuses? If not, what would be the best way to display this information in a field that would be readable by Fusion.
Is there a way that I can use a value expression and also include the clickable link to edit the form in the field or is that specific to valuefield? valueexpression=IF({category}.{name}="Sampling Form", {category}.{name}) Currently I have: displayname=Category Nameslistdelimiter=<p>listmethod=neste...
Webhook Watch Events:Webhook Name: Something descriptiveConnection: Preview Server for testing or Production for liveRecord Type: IssueState: New StateEvent Filter: status Equals (status code for desired status) AND status Changed (Ignore duplicate events) Exclude updates made by this connection: I ...
Is it possible to reference a task's collection in a project report? Yes I know that I can just make a task report for this but I would like to get to know the syntax and what the limitations are before creating a whole new report.
Thank you very much for the response, it set me on the right path! I am going to filter my report usingDE:numPick=,DE:numPick_Mod=cinotcontains This way any project with more than one numPick is filtered out because since numPick is a checkbox field it separates multiple using a comma.
I have a field called numPick which is a checkbox field that can contain multiple things, for ex AAA123, AAA122, AAA121. Is it possible to create a report filter that filters out projects that have more than one checked? Projects I want:numPick: AAA102 Projects I don't want:numPick: AAA123, AAA122, ...