Teamspace Demand - disable assessments without skipping Screening

PaulaaO
Mega Sage

Hi Community,

 

Looking for some advice on the following use case: we have a team using one of the Teamspaces and they don't want to use the assessment functionality for Demand, hence not having questionnaires being sent out.

 

They also don't want to skip Screening because for each stage they have a handful of Demand Tasks which require actioning - this means I cannot unselect "Assessment Required".

 

I know that by not having Stakeholders mentioned in the Related list, no questionnaires will go out however I don't want to rely just on that. 

 

I am looking for a solution which will meet both these conditions: no questionnaires to be sent out/ no assessments to be generated whilst Assessment Required is = TRUE so I can maintain Screening stage in place.

 

Thank you.

 

Paula

1 REPLY 1

M Iftikhar
Mega Sage

Hi Paula,

This is a common scenario. The best way to achieve this without customizations is to use the OOB trigger condition feature in the Assessment workflow.

Here’s what you can do:

  • Keep Assessment Required = True to preserve the Screening stage and its Demand Tasks.

  • In the Trigger Condition field (often found in the assessment or questionnaire setup), enter a script that always returns false, for example:

    javascript
    false  
  • This ensures that even though assessments are technically "required," the trigger condition is never met, so no assessments or questionnaires are actually generated or sent.

This method is upgrade-safe and doesn’t rely on workarounds like omitting stakeholders.

Hope this helps!

 

Thanks & Regards,
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.