Repeated warnings are logged from task list control: org.mozilla.javascript.EcmaError: "RP" is not defined. Caused by error in sys_ui_list_control.Description This warning only shows on List v3 when the task table loads, and the Debug Log is disabled:Evaluator: org.mozilla.javascript.EcmaError: "RP" is not defined. Caused by error in sys_ui_list_control Steps to Reproduce 1- Activate the plugin com.glide.ui.list_v32- Log out and log back in order to see list views in list v3.3- Navigate to System Diagnostics > Session Debug > Debug Log.4- On the Navigator Menu filter box, type task.list.5- Press Enter.6- Search on the page (ctrl +f) for ["RP" is not defined] (without the brackets).Observe the error below in the instance logs: Evaluator: org.mozilla.javascript.EcmaError: "RP" is not defined. Caused by error in sys_ui_list_control.e55cc5eb47b02200e0ef563dbb9a7166 at line 1 ==> 1: var view = RP.getParameterValue('sysparm_view'); 2: var answer = false; 3: if(view == 'my_request') { 4: answer = true; Workaround This warning is raised whenever a UI Macro references "RP", however the code referencing RP does work, it just also adds a warning to the server log. After carefully considering the severity and frequency of the issue, and the cost and risk of attempting a fix, it has been decided to not address this issue in any current or near future releases. We do not make these decisions lightly, and we apologize for any inconvenience. Related Problem: PRB1099087