Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
NRTID?
System
In several posts, and throughout the documentation, reference is made to the 'NRTID' eg, when using viewdoc.aspx - you need to pass the NRTID of the document you want to retrieve?
But where can I find the format of NRTIDs?
Darryl.
Find more posts tagged with
Comments
hks
NRTID refers to the moniker of the object in question , in your case the document.
This moniker contains various information for the object depending upon the type of the object.
Some of the information it has is DMS SERVER NAME , DATABASE NAME , TYPE OF OBJECT etc.
You can see this moniker in the querystring of every worksite web url.
This can be found in the querystring in the following name value pair
http://<URL>?nrtid
= <NRTID>
Hope this helps.