Please enable JavaScript to view this site.

Navigation: Invantive Business Server > Configuration

File System Structure Stub (JSON)

Contents of the JSON file setup.config:

{ "SystemName": "Dummy"

, "Version": "1.0"

, "SupportsListing": "true"

, "ListSqlStatement": "select to_char(pjt.pjt_id) code, pjt.pjt_naam name, 'DIR' type from projects pjt"

, "Folder":

 { "SupportsListing": "true"

 , "ListSqlStatement": "select to_char(tak.tak_id) code, tak.tak_omschrijving name, 'DIR' TYPE from tasks tak where tak.pjt_id = to_number(:code)"

 }

}