SavedSearchGetEditFieldsProcedure

Type: Stored procedure

Get edit fields to use for a saved search.

You can edit this procedure if you need to add additional fields, but you must always include all edit fields returned by the table-valued-function ADMIN_Search_GetEditFields, for example by using CROSS APPLY.

Parameters

@Id mandatory int
The search ID.
@UserId mandatory int
The user ID.