Accessing Records Property

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2013 05:39 AM
Dear all,
in the Summit Slides Kevin Dorr uses the following snippet to specify the destination folders for records:
${node.rmdemo.caseid}
How can I access the cm:description of a cm:content object that I wanna declare?
neither ${node.description} nor ${node.content.description} are working. I always get The property XXXXX does not have a property definition
in the Summit Slides Kevin Dorr uses the following snippet to specify the destination folders for records:
${node.rmdemo.caseid}
How can I access the cm:description of a cm:content object that I wanna declare?
neither ${node.description} nor ${node.content.description} are working. I always get The property XXXXX does not have a property definition
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2013 05:17 AM
I found the solution thanks to Bernhard Werner.
there is a typo in the slides. ${node.cm:description} is working as a charm! So I assume it should be ${node.rmdemo:caseid} in the slides
there is a typo in the slides. ${node.cm:description} is working as a charm! So I assume it should be ${node.rmdemo:caseid} in the slides


Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2013 07:51 PM
Yes, looks like there was a typo in the slides.
