Add All Button Disabled on Related List<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: block; max-width: ; width: auto; height: auto; } } When adding records to a related list in UI16, the "Add All" button will be disabled if any of the following conditions are met: The "Omit count" option is enabled.The related list has zero (0) records.The total number of records exceeds the value set by the system property task.affected_cis.record_limit. If this property is not defined, it defaults to 10,000. If the list count exceeds this limit, you can increase the threshold by creating or updating the task.affected_cis.record_limit system property with a value higher than the list count. Be aware that raising this limit may impact system performance. *For one-time tasks, consider enabling it temporarily and reverting once complete.