Hide Action Assignment (Declarative Action) Edit button on Stops related list in Quote form Issue ProblemThe Edit button created as an Action Assignment (Declarative Action) on the Stops table is visible in the Stops related list under both Quote Line Items and the Quote form, despite the requirement to display it only in the Stops related list under Quote Line Items and hide it in the Quote form. Steps to reproduce 1. Open CSM/FSM Configurable Workspace.2. Open any Quote record and see the UI actions.3. In the Quote form, navigate to the Stops related list.4. Review the quote for that record and see the UI actions ReleaseGenericCauseRoot CauseThe root cause is a customization design flaw where records created in one level (e.g., Quote Line Items) are incorrectly displayed in another level (Quote form), and no existing condition exists to distinguish between the two contexts for UI action visibility.ResolutionSteps to Resolve1. Review the customization implementation of the Quote and Quote Line Items records to ensure records created in one level are not displayed in the other. 2. Identify and correct the logic causing records to appear in both levels. 3. Once the record display logic is fixed, apply the same logic as a condition for the UI action to restrict the Edit button's visibility to the intended context.