project BLF > class BXmlDaemon > business logic query XmlDaemonInfo

Description

Query to get the extra information, specific to the xml input daemon


Parameters


iiDaemonIdintegerDaemonID


query condition


  each XmlDaemon where
XmlDaemon.DaemonId = iiDaemonId

      each XmlDaemonOrig (outer-join) where
XmlDaemonOrig.XmlDaemon_ID = XmlDaemon.XmlDaemon_ID AND


query resultset tqXmlDaemonInfo


field namedata typedb fielddescription
tiDaemonIdintegerXmlDaemon.DaemonIdDaemon ID
tcDummycharactercalculatedonly created to create a global calculation method
tiXmlDaemon_IDintegerXmlDaemon.XmlDaemon_IDRecord ID
tcXmlDaemonActcharacterXmlDaemon.XmlDaemonActDefault action to perform on the input data (not to be confused with the activity code).
possible values:
SAVE
SAVESTORE
STORE
VALIDATE
tlXmlDaemonActOverruleOriglogicalXmlDaemon.XmlDaemonActOverruleOrigWhen set to true, XmlDaemonOrig.XmlDaemonOrigAct overrules the action in the XML input data.
When set to false, XmlDaemonOrig.XmlDaemonOrigAct is ignored.
tlXmlDaemonActOverruleXmllogicalXmlDaemon.XmlDaemonActOverruleXmlWhen set to false, XmlDaemonAct overrules the action in the XML input data.
When set to true, XmlDaemonAct is ignored.
tcXmlDaemonDirectorycharacterXmlDaemon.XmlDaemonDirectoryFolder in the file system where XML files are read from. XML
tiXmlDaemonOrig_IDintegerXmlDaemonOrig.XmlDaemonOrig_IDRecord ID
tcXmlDaemonOrigActcharacterXmlDaemonOrig.XmlDaemonOrigActDefault action to perform on the input data (not to be confused with the activity code).
possible values:
SAVE
SAVESTORE
STORE
VALIDATE
tlXmlDaemonOrigActOverrulXmllogicalXmlDaemonOrig.XmlDaemonOrigActOverrulXmlWhen set to false, XmlDaemonOrigAct overrules the action in the XML input data.
When set to true, XmlDaemonOrigAct is ignored.
tcXmlDaemonOrigOriginatorcharacterXmlDaemonOrig.XmlDaemonOrigOriginatorapplication name


Internal usage


BLF
method BXmlDaemon.ApiSynchronise
method BXmlDaemonProcessor.Initialize
method BXmlDaemonQueue.ApiSubmitXML
method TDaemonUtility.GetDaemonStatusCustom

QadFinancials
method BInstalNETXMLImport.Calculate
method BInstalNETXMLImport.InitialValues