Sets the parameters of the specified property set's lookup field. (ORACLE)

Syntax

Visual Basic (declaration)
Public Function SetPropertySetLookupFieldParametersForORACLE( _ 
ByVal AuthenticationTicket as String, _ ByVal PropertySetName as String, _ ByVal FieldName as String, _ ByVal ORACLE_ServiceName as string , _ ByVal ORACLE_UserName as string , _ ByVal ORACLE_Password as string , _ ByVal sqlSentence as String) as XmlNode

C# (declaration)
public XmlNode SetPropertySetLookupFieldParametersForORACLE( 
string AuthenticationTicket, string PropertySetName, string FieldName, string ORACLE_ServiceName, string ORACLE_UserName, string ORACLE_Password, string sqlSentence)

Parameters

AuthenticationTicket
    string infoRouter ticket
PropertySetName
    string The property set name
FieldName
    string The Name of the field that the parameters will updated.
ORACLE_ServiceName
    string The Oracle service name
ORACLE_UserName
    string The username that will be used while connecting to the Oracle server
ORACLE_Password
    string The passwod of the user
sqlSentence
    string SQL select sentence that will be used while retrieving lookup data.

Return Value

returns xml fragment.
<response success="true" error="">
if success = "true", the lookup parameters has been successfully applied.
if success = "false", the error attribute returns the error description.