Frappe Desk Customization Customize the Frappe Desk admin UI with form scripts, list views, dialogs, and client-side APIs. When to use - Adding custom buttons or actions to forms - Filtering Link fields dynamically - Toggling field visibility based on conditions - Customizing list view indicators and bulk actions - Building interactive dialogs and prompts - Adding client-side validation before save - Injecting scripts into other apps' DocTypes via hooks Inputs required - Target DocType for customization - Whether script is app-level (version controlled) or Client Script (site-specific) - Even…