MRVS (Multi-row variable set) opens a blank popup in the portal Issue When user try to submit a firewall ACL request, User getting blank popup when trying to addReleaseAnyCauseThe issue is due to the language set for the user. Its set to EN-ENGLISH, the value for this in the sys_choice table is EN.The default language of the system is en. While getting the displayValue of Recurring Price Frequency, the code is actually considering EN as en i.e the default system language, by ignoring uppercase/lowercase then later trying to fetch translation using key EN and throwing Null Point Exception. ResolutionOnce the user language is set to None, the default language is selected and the MRVS opens the form as expected.