Variables become editable in existing RITM (Requested Item) when it made as inactiveIssue If we deactivate any mandatory variables which fall under the below scenario then it becomes editable in existing RITM (Requested Item) 1) Visibility and mandatory of the variable dependent on another variable through UI (User Interface) Policy 2) In the existing RITM, the variable is hidden and does not have any value (i.e dependent variable does not have the required value). Steps to Reproduce: 1. Add 2 variable (Yes/No, DateTime) as mandatory 2. Create UI Policy with the condition of the first variable = Yes 3. Add the UI Policy Action with the second variable (DateTime) and set Visible, Mandatory as True 4. Submit the RITM with first variable value as 'No' (RITM variable editor have only one variable) 5. Deactivate the second variable (DateTime) and remove the UI Policy Action created for that variable from the UI Policy 6. Then the existing RITM will have second variable (DateTime) visible and editable Cause1) For Visibility and mandatory of the variable dependent on another variable through UI Policy: If the variables made inactive once the RITM created we should make sure to have UI policy for the existing validations like Mandatory/Visibility.Yes, it is expected and you should have a UI policy handling the same for the previously created RITM's where the variable has values. 2)When we made variables inactive if it has been used in Catalog UI Policy conditions, then it gets cleared out and shows blank in the UI Policy. This can have an impact in already existing RITM variables in the variable editor."Since the variable is made inactive, the option is not available to be selected. This is expected. We cannot have a condition for an inactive variable since that would never trigger the UI Policy at all.