Syntax Guide for Virtual Property Paths
This reference describes the syntax details that support the virtual property model.
The following table summarizes where the virtual property path syntaxes can be used:
Syntax | BPL | DTL | Business Rules | Search Filters and Search Tables |
---|---|---|---|---|
GetValueAt() | supported | supported | not supported | not supported |
{ } Syntax | supported (except for in <code> and <sql> elements) | supported (except for in <code> and <sql> elements) | supported | supported |
[ ] Syntax | not supported | not supported | supported | supported |
() Syntax | not supported | supported | supported | not supported |
<> Syntax | not supported | not supported | supported | not supported |
- Virtual Property Shortcuts When DocType Is Unimportant – Describes virtual property shortcuts that you can use when DocType is unimportant.
- Virtual Property Path Basics – Describes how to create a virtual property path.
- Curly Bracket { } Syntax – Describes how to use curly bracket { } syntax to access virtual properties.
- Square Bracket [ ] Syntax – Describes how to use square bracket [ ] syntax to access virtual properties.
- Parenthesis () Syntax – Describes how to use parenthesis () syntax to access virtual properties.
- Angle Bracket <> Syntax – Describes how to use angle bracket <> syntax (with a XPath expression) to access virtual properties.