User can't create a new Search Action Configuration as a certain ACL is blocking that which role required is MAINT.Issue Customer may want to mimic the Knowledge attachment behavior on the related list of a incident/case form if they created a custom table [x_example_custom_table]. In order to achieve this customer is trying to configure the 'Search Action Configuration' related list on the custom table. However admin users are not able to see the 'new' button.ReleaseAllCauseCreate ACL on "cxs_ui_action_config" is preventing admin users from creating new records. ACL is created by Fix script, so always have a different sys_id. it is by design since day-one that the create is limited to "admin" role then changed to "maint" role for the create for "cxs_ui_action_config" table. The search UI actions should be created automatically when a search resource is used in Contextual Search. The search UI actions, like Order, Attach, This helped, are specific to Contextual Search. Different actions need to be handled differently. So we don’t support customer’s creation of any search UI action. There are business roles to create the corresponding search UI actions. In Table Configuration table, the business rule is called “Create Search Action Configurations”. It is triggered when a search context is added or changed in a table configuration. **No plans for enhancement or opening up new capabilities ** **Please note that 'Create Search Action Configurations BR has changed its name to 'Build UI Action Configurations From TC'**ResolutionWas able to resolve the issue by triggering the BR again: 1) In the filter navigator > Table configuration2) open the record for the custom case table created3) change the search context field to something else and then changed it back to what it was originally. This will trigger the BR to run and should generate the UI actions for you.4) In the related list, the UI action "Attach" and "This helped" are generated automatically for the search source.