Quantcast
Channel: DevNet Questions
Viewing all articles
Browse latest Browse all 8901

Determine Logic of a Custom Macro

$
0
0
Hello,We have a custom table customtable_webshareTopics which contains topic categories for shares submitted on our site about pages they are viewing. There is a macro (CurrentDocument.ShareTopic) that retrieves the topic category for a page when it is being displayed. That enables the correct shares to be shown on the page. The macro appears to be pulling the topic category for the page from the customtable_webshareTopics table. We need to be able to pull the topic category for a page from a different application (one that can’t call the macro) and are trying to understand how the macro is associating the page (CMS_Document table?) and the topic in the customtable_webshareTopics table.We’ve used SQL Management Studio to create a visual map of the relationships in the database but it doesn’t not make any connctions to the customtable_webshareTopics table.Does anyone have any suggestion on how to determine how the relationship is made?Thanks,Paul

Viewing all articles
Browse latest Browse all 8901

Trending Articles