PageFldId property: DZConfig class

Description

Use the PageFldId property to return page field ID for the drop zone as a string value in the following format: PAGE_NAME.Field_ID . The PAGE_NAME is the name of the main page or the secondary page that contains the drop zone. When the drop zone is configured on a nested subpage, it is the name of the main page that is stored in this property.

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 &sPageFldID is: MYQUICKCONTACTS.2

Local string &sPageFldID = &dzConfig.PageFldId;