Demand Phase 'Screening' being skipped when 'Screen' UI Action selectedIssue When moving through Demand phase states, it is possible to select the UI Action 'Screen', which updates the Demand to the 'Screening' phase and sends out any necessary Assessments. If 'Assessment Required' is unchecked when Screen is selected, since no Assessments need to be completed, and because the Screening phase is intended for Assessment data collection, 'Screening' Phase will be skipped and move directly to 'Qualified' Phase.ReleaseLondon+CauseThis is the expected behavior of the system. If you wish to use the Screening phase, but do not use Assessments, please see the below customization. ResolutionNavigate to the 'Create OnDemand Assessment' Business RuleComment out Line 5 under the 'Advanced' section://demandUtil.QualifyDemandIfAssessmentNotRequired(current);Update. *Please note this is a customization and should be tested thoroughly on a sub-production instance before being considered for production.