dataset query name in a tableURL? | Ben Bimber | 2010-12-04 03:54 |
Status: Closed | ||
hi josh - that's almost right. we need to manually set a tableURL for each dataset anyway in the .query.xml file, since last i knew datasets did not have a default details page. most of the time i use that generic detailsQueryRow.view page. however, for data entry and row updates I am ending up overriding the default insert/update pages with a custom one. i am for the large part using a single page for all, which accepts a URL param specifying dataset name. so we could make another page like the studydata details one that redirects the user to the right page based on dataset; however, this page would just be the same page plus a different URL param. ie: /ehr/insertBatch.view?queryName=x /ehr/insertBatch.view?queryName=y /ehr/insertBatch.view?queryName=z |
||