PageFldName property: DZConfig class
Description
Use the PageFldName
property to return unique page field identifier for the drop zone
as a string value in the following format:
occurs_lvl.RECORD_NAME.FIELD_NAME.Field_ID
.
This property is effectively read-only.
Note:
While this property is actually defined as read/write, use it in a read-only manner in your PeopleCode programs.
Example
In the example at the
beginning of this topic, the value stored in &sPageFldName is: 0.MYQKCONT_WRK.MQC_DZ_1.2
Local string &sPageFldName = &dzConfig.PageFldName;