Home
Extended ECM
API, SDK, REST and Web Services
LiveReport containt a list of all projects
Raymond_Rousseau
Hi !I am new in doing LiveReport. I would like to create a LiveReport that will contain the list of all the projects that we found in our LiveLink System. How do I have to proceed ? Thanks a lot !Benoit Sevigny, Revenu Quebec
Find more posts tagged with
Comments
Placeholder_Siemens_(sglcuser44c_-_(deleted))
For ORACLE-SQL try:select DTree.*, KUAF.Name kuafname from DTree, KUAF where (DTree.SubType=%1) and (KUAF.ID=DTree.UserID) order by DTree.Namewhere %1 is user input1: object (objecttype) and you can choose the objecttype project.