LuaFunction

The name of the function to call in the Lua script file specified by LuaScript.

The function must accept the following arguments, but should not return anything:

  • (a string) a source ID.
  • (a LuaXmlDocument) the document tracking event XML.

For example:

function process(uid, xml)
    -- do something
end
Type: String
Default:  
Required: No
Configuration Section: DocumentTracking
Example: LuaFunction=process
See Also: LuaScript