Skip to content

Commit 6b6adfa

Browse files
authored
Create README.md
explain usage and reason for Script Include
1 parent 03c4700 commit 6b6adfa

File tree

1 file changed

+6
-0
lines changed
  • Server-Side Components/Script Includes/MRVS dependent ref qual 1st row

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
This Script Include is used with a Catalog Client Script and reference qualifier similar to
2+
javascript: 'disable=false' + session.getClientData('selected_dept');
3+
4+
The scenario is a MRVS with a reference variable to the customer account table. When an (active) account is selected in the first row, subsequent rows should only be able to select active accounts in the same department as the first account.
5+
6+
This Script Include will populate the department name from the account in the session data for the reference qualifier to use.

0 commit comments

Comments
 (0)