The "Apply to groups" field on Presence State is not scalable for instances with large number of groups and creates performance issues when loading the moduleDescriptionThe Presence State module takes too long to load when there are over 70k user groups in an instance. The reason is due to the Presence State form displaying the "Apply to groups" column as a slushbucket rather than a list. Steps to Reproduce 1. Create 70k+ groups in the instance.2. Go to presence state,.3. Open a record.4. Uncheck apply to all groups field.WorkaroundThis problem is under review. To receive notifications when more information becomes available, subscribe to this Known Error article by clicking the Subscribe button at the top right of this form. The workaround consists in changing the field type for the "Apply to groups" field from slushbucket to list, and then configuring the list to reference the Group table: Navigate to System Definition > Tables.Open the record for the Presence State [awa_presence_state] table.In the Columns tab, open the record for the "Apply to groups" column.On the form, change the Type field from Slush Bucket to List.From the form context menu, click Save.In the Reference field, under the Reference Specification tab, select Group [sys_user_group].For the Reference qual condition, create the following condition: [Active] [is] [true].Click Update.Related Problem: PRB1340931