This section lists all configuration parameters available to configure the RightNow Source component.

ElementTypeDefaultExampleDescription
usernameString AdministratorUsername with enough permissions to index the content.
passwordString  Password for the provided user.
wsdlLocationString http://domain.custhelp.com/cgi-bin/interface.cfg/services/soapURL of the RightNow server WSDL
objectTypeString AnswerType of object to index, can be Answer or Incident
objectUrlString http://domain.custhelp.com/app/answers/detail/a_id/%sTemplate URL for the indexed objects, the object id will be replaced where the %s is placed
crawlQueryString SELECT Answer.id FROM AnswerROQL query to retrieve all the objects to index
indexQueryString SELECT * FROM Answer WHERE id={id}ROQL query to retrieve the information of an object to be indexed, the {id} is replaced by the object id.


  • No labels