dot Notation in PML
- Last UpdatedMay 24, 2022
- 1 minute read
For reference attributes, the Programmable Macro Language (PML) dot notation can be used to achieve a similar result.
!RESULT = !!CE.ATTRIBUTE(‘CREF’).DESC
This will return the description of the element pointed to by the CREF attribute on the Current Element (CE).