How do I update the Docline URL that is being accessed by ILLiad to www.docline.gov?
Applies to
- ILLiad
Answer
Edit the MainDocline_WebView2.lua script in the c:\ProgramData\ILLiad\Docline and change the line that has:
DoclineUrl = "https://docline.gov/";
to be:
DoclineUrl = "https://www.docline.gov/";
and Save the change.