Document Chaining
This topic contains the following sections:
Load Script Setup
Add this code to your load script.
//Application ID (insert your app ID)
LET vApplicationName= 'app/7bd83989-1767-4311-9948-aade7a8b3a1c/';
//Sheet ID (insert your sheet ID)
LET vSheet = 'sheet/5e07ada0-03aa-4708-8c12-4e03f68bce75/state/analysis'; //Selections
SET vOptions = '/options/clearselections/select/' & GetCurrentSelections(']/select/','/[','];[') & ']'; //Final URL SET vURL_DocumentChaining = vApplicationName & vSheet & $(vOptions);
Variable
Use this variable in the link setting of the extension
$(vURL_DocumentChaining)