Useful Conditions for Task Visibility

Useful Conditions for Task Visibility

Below are some example visibility conditions you can use against tasks. 

These are entered in the Visible When part of a task


Task is Visible when Client is a Company
(Change to No at the end if you want the Task to only be visible if the client is NOT a company)
Idea
[[If(([[Job.ClientObject.Is Company]];=;Yes))]]
Task is Visible if there is more than one Client Contact 
Idea
[[If(([[Client.Count]];>;1))]]
Task is Visible only if the property is Leasehold
(Change the word Leasehold to Freehold for the opposite)
Idea
[[If(([[Abstract_Property_.Property.Detail.Title Type]];=;Leasehold))]]
Task is Visible only when another task is completed.
Obviously for this one, you'll need to change the  yellow part to the matter type name, and the blue part to the EXACT task name
[[Purchase_Client Care Pack Received.Task.Is Completed]]
Idea[[If(([[Purchase_Client Care Pack Received.Task.Is Completed]];=;Yes))]]
Task is Visible IF a field is empty
This example uses "Title Number" for example, the task could be to run a title number check with our land registry integration, but only if you don't already have a title number
Idea
[[IsEmpty(([[Abstract_Property_.Property.Detail.Title Number / Root]]))]]
Task Visible if the matter status is NOT [status]
(Change the != to just = if you want the task to show if it IS that status)
Idea
[[If(([[Abstract_MatterType_.Property.CaseStatusType.Name]];!=;Quote))]]

Task only Visible if the Matter was created before a certain date
Or change the < to an > if you want it to be visible AFTER a date
Idea
[[If(([[Abstract_MatterType_.Property.Creation Date_DateTimePartDateOnly]];<;01/09/2025))]]

Alert
If you found this article useful, please "Like" it using the thumb below, it really helps us to know which articles are the most useful to you!
    • Related Articles

    • Multiple Visibility Conditions on Tasks and Task Categories (Administrator)

      If you want certain tasks or task categories to only be visible in the Progress screen in specific circumstances, you can set visibility conditions against them. One example would be to have all mortgage based tasks only be visible if the user ticks ...
    • Conditions on Task Triggered Actions (Administrator)

      A variety of actions can be set against a task to be 'triggered' when the task is ticked, such as producing documents, emails, Land Registry actions, and SMS messages. However, there may be occasions where only want these triggers to be fired in ...
    • Schedule Tasks n Days Before Another Task (Administrator)

      When you create a task you are able to specify where this task sits within your list on the Progress Screen. Although the default option is to do this by setting the Target Date for the task as being a number of days after a different task, you can ...
    • Redbrick Cloud - Ending or Restarting a Crashed Application

      When using Redbrick Cloud, if an application crashes such as Adobe, Outlook, or Redbrick PM itself, sometimes the easiest way it to force close the application and re-open it. You might be used to, on your local machine pressing Ctrl+Alt+Del to open ...
    • Multiselect tasks and set as Not Required

      The Progress Screen on a matter displays a list of tasks that need to be completed. Each task includes a checkbox, task name, target date, and completed date, which is automatically populated once the task is completed. In some cases, certain tasks ...