I have a senario that I'd like some advice on, with regards to what is possible. The senario is as follows.
- I have a web page with a number of editable content blocks.
- I would like to resolve the URL of that web page (referenced from an external SQL database) into a PageId.
- I would like to use that PageId to query the C1 database for a specific content block from that web page.
- I would like to display the text from that content block on another web page.
I'm now quite comfortable with XSLT to do this sort of thing, but to build out this scenario I need to know:
- How do I resolve the URL of a web page into a PageId?
- How do I view the C1 database within the Functions perspective of C1, in order to select data from it to use in a new function?
Any help or advice will gratefully received.