Set the fields used to lookup a record in the sort filter
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub setPsiLookupFields( _ ByVal fields As String() _ ) |
C# |
---|
public void setPsiLookupFields( string[] fields ) |
C++ |
---|
public: void setPsiLookupFields( array<String>^ fields ) sealed |
J# |
---|
public void setPsiLookupFields( string[] fields ) |
JScript |
---|
public
function setPsiLookupFields( fields : String[] ) |
Remarks
You should only use this method with the help of your Netrics technical support representative.
As the sortfilter is predominantly used in a record linking scenario, a query of the it is expected to contain the same structure as the fields of the table, Therefore, the number and structure of fields in this array must be the same as that for the table.