Other Notes

Launching Lucity Applications from another application

While not directly related to the Lucity REST APIs, launching the Lucity desktop or the Lucity Web applications to display a specified record or filter is a common need.

Launching the Lucity Web Application using a URL

The following information is required to open the web software:

This is the url:

[lucityWebUrl]/Public/Routing.aspx?RouteTarget=Internal&RouteSubTarget=Views&RouteAction=OpenDefault&RouteParam1=[moduleId]&RouteParam2=[tabName]&RouteParam3=[filterString]

(*note that the above URL is not shown encoded.  You may want to encode the URL)

 Example usage that opens work orders to a work order Id of 1212

http://demo.lucity.net/LucityWeb/Public/Routing.aspx?RouteTarget=Internal&RouteSubTarget=Views&RouteAction=OpenDefault&RouteParam1=48&RouteParam2=My+Work+Order&RouteParam3=WKORDER+WHERE+WO_ID%3D1212&end=true

See Also

Welcome

Installation and Configuration

Basics

Working with Data

Key Concepts

Special Functions