Variable values not accessible in OOB 'form' widgetIssue Variable values on catalog items returns empty/null when trying to access them using Catalog UI Policy using g_form.getValue() or g_form.setValue().ReleaseAllCauseThe reason a variable value cannot be accessed via a catalog UI Policy could be as follows: 1)The variable is not visible on the form. 2)The reason for the variable not visible is due to the reason that any UI Policy is actually hiding it. 3)If the field is hidden or not visible on the form, the value returned would be null.ResolutionThe variables that are not accessible need to be visible on the form and should not be hidden by any catalog UI Policy to use the g_form.getValue or setValue.