Hi,
Would be awesome if we could integrate some context values in SQL querys. For example:
- Set a dropdown list
- SQL: "SELECT ParagraphId, ParagraphName FROM Paragraph Left JOIN Page ON ParagraphPageID = PageID WHERE PageAreaID = @Area(ID) AND ParagraphModuleSystemName = 'CartV2'"
Adding this field to a website, it would only have paragraphs with the Cart V2 module in that Website. The same logic could be applied for culture (language), pageID and whatever we need.
Nuno