Indicator Source or Breakdown Source list does not loadIssue Loading the Indicator Source or Breakdown Source list times outs.ReleaseAll versions.CauseIf there are Indicator Source or Breakdown Source conditions taking minutes to complete and the Condition field is added to the list, the platform will render the Condition field loading the list. If evaluating the conditions takes longer than 5 mins (OOB transaction quota), the transaction will be cancelled by the UI transaction quota rule. This issue can happen especially if there are Indicator or Breakdown Source conditions using scripts that takes minutes to complete. However it can happen with the non-scripted conditions. The platform renders the condition field when the attribute "readable" of the field is set to "true". You can find more details regarding the dictionary attribute below:https://docs.servicenow.com/csh?topicname=c_DictionaryAttributes.html&version=latestResolutionThere are 2 workarounds:1- Remove the Condition field from the list layout.2- Setting the dictionary attribute "readable" to "false" for the field of the table having this problem [pa_cubes.conditions] or [pa_dimetions.conditions].