AbnPeopleCode property: Folder class
Description
Note:
SmartNavigation has been desupported. This property remains for backward compatibility only.
Use this property to set or return a string representing the path and PeopleCode object to execute when processing this SmartNavigation folder.
For example, if the PeopleCode program to execute is a method, then AbnPeopleCode property would be constructed from these elements:
APP_PACKAGE_NAME.Class_Path.Method
For example, if the PeopleCode program to execute is an iScript, then AbnPeopleCode property would be constructed from these elements:
RECORD_NAME.FIELD_NAME.PC_Event.Function
This property is read/write.