Loading...

RE: qSIListForm pulling from multiple catalogs

RE: qSIListForm pulling from multiple catalogs

#5918
Anonymous
Anonymous
Participant

OK, that is what I was doing, I just didn't follow what you meant there.  So here is the issue I am experiencing, depending on which Entity/Operation is listed first in the Catalog will depend on the Fields I can choose from in the list of Display Fields, and if I change that order after I have selected fields from another Entity/Operation, they will show no data even though the HTTPRequest is the same in the URL.  Let me show you what I am seeing:

Here is the URL I am passing: http://tx1sp1/SiteAssets/DSR.aspx?ProjectID=789&EmployeeID=37&Source=SiteAssets/Webtime.aspx%3E

I want to consume ProjectID and EmployeeID

Here I have the Projects Entity/Operation listed first:

Capture1.JPG

And the fields I can select from are only fields from the Projects Table in the dB returned from the Stored Procedure being called by the Project Entity/Operation:

Capture2.JPG

Now that I have selected these fields, I change the order of the Entity/Operation:

Capture3.JPG

Capture4.JPG

Now that this order has changed, what is availble for selection in the DisplayFields has changed, but the fields I selected earlier show up like Custom Fields (but the wepart no longer shows data for them)

Capture5.JPG

So while the fields are still there they can no longer pull information from the Projects table.

Am I doing something wrong here?  All the Entity/Operations are in the same catalog.