Is it possible to retrieve the TCM URI of a component from the Broker DB in SDL Tridion 2011 SP1?
Is it possible to retrieve the TCM URI of a component from the Broker DB in SDL Tridion 2011 SP1?
126 Views Asked by tk2013 At
1
There are 1 best solutions below
Related Questions in TRIDION-2011
- How can I check component/page is published to which target?
- Update preview is not working as expected - Tridion 2013sp1hr1
- I got a "a non-generated template is already present" error using TcmUploadAssembly
- Selenium Firefox Pop-up blocker leads to fail the test case execution
- What is Virtual Folder in Sdl tridion
- SDL Tridion 2011 content manager - date filter is missing on list view
- How to show content published from Tridion 2011 in separate .net application
- SDL Tridion Content Porter to Merge Content
- SOLR can do searching on Broker DB data only
- ASCX User control SDL Tridion 2011
- Tridion Broker: get keyword id from item_categories_and_keywords using API
- Obtaining component title from the Tridion broker
- How to publish dynamic components in SDL Deployer file system maintaining the folder structure as in CME?
- Migration : if content migrated from tridion r5.XX to 2011?
- How can we provide the path for the image file in order to create the multimedia component in server?
Related Questions in TRIDION-CONTENT-DELIVERY
- item '/system/config/_all.json' not found for Localization '94'
- How to show content published from Tridion 2011 in separate .net application
- Get page content from Page Meta from Content Delivery side
- Obtaining component title from the Tridion broker
- Is it possible to retrieve the TCM URI of a component from the Broker DB in SDL Tridion 2011 SP1?
- how to fetch componentPresentation from brokerdb?
- Tridion Query for component that have no exact metadata field
- OrCriteria taking forever to execute using Tridion content delivery api
- Tridion: Component Template issue when looping over linked components
- Personalizing Content
- Why there is no Tridion page template system metadata published to broker database?
- Keyword has incorrect values in custom meta
- Tridion UGC service and oAuth authentication
- Publishing is getting failed to specific target for specific component
- UGC user is coming back as Null
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
If you have the
ComponentMetaobject, you can read the ID property, so the short answer is YES.But, it is unlikely that you have
ComponentMetaif you don't have the ID in the first place, as all the queries return a list of IDs for the Components.Perhaps you can explain what you are actually trying to do. What is your starting point before trying to get the ID.