KeyFieldNames property: IPDFSignature class

Description

Use this property to retrieve an array of string representing key field names to be used to determine the signing authority for the report. These key field names are set by BI Publisher for PeopleSoft.

Note:

This property is effectively read-only.

Example

For &i = 1 To &KeyFieldNames.Len
   WriteToLog(%ApplicationLogFence_Level1, "&KeyFieldNames[ " | String(&i) | "]: " | &KeyFieldNames [&i]);
End-For;
For &i = 1 To &KeyFieldValues.Len
   WriteToLog(%ApplicationLogFence_Level1, "&KeyFieldValues[ " | String(&i) | "]: " | &KeyFieldValues [&i]);
End-For;