Important Update: Community URLs redirect issues are partially resolved. Learn More. .

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read ModuleId or LevelId in Archer using Custom Objects?

SanjayAgarwal
Contributor III

We need a way to dynamically read the module id or level id in custom objects for current record. Are there any Global variables or inbuilt Javascript methods that can return ModuleID/LevelId? David Petty

1 ACCEPTED SOLUTION

Accepted Solutions

DavidPetty
Archer Employee
Archer Employee

Sanjay, you can parse the moduleId parameter from the record's URL from window.location.search and that will get you the application id.

 Advisory Consultant

View solution in original post

2 REPLIES 2

DavidPetty
Archer Employee
Archer Employee

Sanjay, you can parse the moduleId parameter from the record's URL from window.location.search and that will get you the application id.

 Advisory Consultant

SanjayAgarwal
Contributor III

Thanks a lot David! This helps.