Skip to content

Commit 4a8bf57

Browse files
authored
Create mrvs_ref_qual.js
CCS
1 parent 5d705eb commit 4a8bf57

File tree

1 file changed

+5
-0
lines changed
  • Catalog Client Script/MRVS Reference Qualifier from Catalog Item Variable

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
function onLoad() {
2+
var mgr = g_service_catalog.parent.getValue('v_manager'); //Catalog Item Variable Name
3+
var filter = g_list.get('v_employee'); //MRVS variable name
4+
filter.setQuery('active=true^manager=' + mgr);
5+
}

0 commit comments

Comments
 (0)