Skip to content

Workday Adaptive Bookmarklets

AdaptiveSandra edited this page Mar 22, 2023 · 34 revisions

Workday Adaptive Planning Bookmarklets

Bookmarks bar

Instructions for Chrome browser:

Make sure your bookmark bar is showing under the URL bar. If you don't see your Bookmark bar, type CTRL + SHIFT + B.

1) Copy one JavaScript snippet below (eg. "Modeling"). ---> Click on the copy icon in each snippet.

2) In your bookmark bar: Right-click > Add page... Name your bookmark (eg. "Modeling"), paste the code in URL. Click Save.

Test it!

First, you must login to Adaptive. You *must* always call these bookmarks from a existing logged-in Adaptive session in order to use them (as they will retrieve your current session ID). They won't work otherwise!

Once logged into an Adaptive session: click on your bookmark and it should take you to the page of your bookmark!
See example video below.


Modeling ---> This link opens Model Management page (MENU > Modeling > Model Management)

javascript:(function(){var shortURL="app?page=Modeling&service=page&zx=";var currentUrl=window.location.href;var URLBeginning=currentUrl.match(/live[^]*.adaptiveplanning.com/gi);var sessionId=currentUrl.match(/[?&]zx=([^&]+)/)[1];var newUrl="https://"+URLBeginning+"/"+shortURL+sessionId;window.location.href=newUrl})();


Levels ---> This link opens Levels page (MENU > Modeling > Model Management > Levels)

javascript:(function(){var shortURL="app?page=LevelPlansNew&service=external&zx=";var currentUrl=window.location.href;var URLBeginning=currentUrl.match(/live[^]*.adaptiveplanning.com/gi);var sessionId=currentUrl.match(/[?&]zx=([^&]+)/)[1];var newUrl="https://"+URLBeginning+"/"+shortURL+sessionId;window.location.href=newUrl})();


Lvl Attr ---> This link opens Level Attributes page (MENU > Modeling > Model Management > Level Attributes)

javascript:(function(){var shortURL="app?page=AdminTags&service=external&sp=EXyRBUCRf97125c6e-9e06-4940-ac2f-1ca987b3ef3f%2CLEVELATTRIBUTES&zx=";var currentUrl=window.location.href;var URLBeginning=currentUrl.match(/live[^]*.adaptiveplanning.com/gi);var sessionId=currentUrl.match(/[?&]zx=([^&]+)/)[1];var newUrl="https://"+URLBeginning+"/"+shortURL+sessionId;window.location.href=newUrl})();


Dims ---> This link opens Dimensions page (MENU > Modeling > Model Management > Dimensions)

javascript:(function(){var shortURL="app?page=AdminTags&service=external&sp=EXyRBUCRf97125c6e-9e06-4940-ac2f-1ca987b3ef3f%2CDIMENSIONS&zx=";var currentUrl=window.location.href;var URLBeginning=currentUrl.match(/live[^]*.adaptiveplanning.com/gi);var sessionId=currentUrl.match(/[?&]zx=([^&]+)/)[1];var newUrl="https://"+URLBeginning+"/"+shortURL+sessionId;window.location.href=newUrl})();


M-LAS ---> This link opens Level Assigned Sheets page (MENU > Modeling > Model Management > Level Assigned Sheets)

javascript:(function(){var shortURL="app?page=SheetAdminMenu&service=external&sp=EXyRBUCRf8a9c5b1c-33ed-4466-abf7-7e86eb4cbf07%2CSHEET&zx=";var currentUrl=window.location.href;var URLBeginning=currentUrl.match(/live[^]*.adaptiveplanning.com/gi);var sessionId=currentUrl.match(/[?&]zx=([^&]+)/)[1];var newUrl="https://"+URLBeginning+"/"+shortURL+sessionId;window.location.href=newUrl})();


M-UAS ---> This link opens User Assigned Sheets page (MENU > Modeling > Model Management > User Assigned Sheets)

javascript:(function(){var shortURL="app?page=SheetAdminMenu&service=external&sp=EXyRBUCRf8a9c5b1c-33ed-4466-abf7-7e86eb4cbf07%2CGLOBALS&zx=";var currentUrl=window.location.href;var URLBeginning=currentUrl.match(/live[^]*.adaptiveplanning.com/gi);var sessionId=currentUrl.match(/[?&]zx=([^&]+)/)[1];var newUrl="https://"+URLBeginning+"/"+shortURL+sessionId;window.location.href=newUrl})();


Integrations ---> This link opens Design Integrations page (MENU > Modeling > Integration > Design Integrations)

javascript:(function(){var shortURL="app?page=DesignIntegrations&service=page&zx=";var currentUrl=window.location.href;var URLBeginning=currentUrl.match(/live[^]*.adaptiveplanning.com/gi);var sessionId=currentUrl.match(/[?&]zx=([^&]+)/)[1];var newUrl="https://"+URLBeginning+"/"+shortURL+sessionId;window.location.href=newUrl})();
How.to.add.Workday.Adaptive.Bookmarklets.mp4
Clone this wiki locally