CompanyHome path in Multi-tenancy environment

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2010 06:25 AM
Hey, im trying to access company home from a dashlet in a multi-tenancy environment, but the only way i can access it properly is by using this:
companyhome.nodeByReference["workspace://SpacesStore/d5f99ac6-5ed5-4edd-b246-178853317454"].properties.name
isnt there a way to access companyhome name something like:
tenantDomain.com.companyhome.properties.name
Can anyone help?
Best reguards,
Pedro
companyhome.nodeByReference["workspace://SpacesStore/d5f99ac6-5ed5-4edd-b246-178853317454"].properties.name
isnt there a way to access companyhome name something like:
tenantDomain.com.companyhome.properties.name
Can anyone help?
Best reguards,
Pedro
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2010 04:44 PM
It should just be companyhome.properties.name.
