Revision history of "LOAN IQ Technical - API XML call to retrieve Xquery function data"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 17:21, 23 May 2022Guillard talk contribs 567 bytes +567 Created page with "Go to your <u>Loan Iq Xml Client</u> and execute : <syntaxhighlight lang="linux"> <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE RunXQuery SYSTEM "RunXQuery.dtd"> <RunXQuery query="{GetYourFunctionHere('ABDEFG')}" version="1.0"/> </syntaxhighlight> Then, Go into your <u> LoanIQ Client with Scripting Editing Tool </u> and create file GetYourFunctionHere.xq : <syntaxhighlight lang="linux"> declare function GetYourFunctionHere($yourId){ <info> <data1> {/ReplaceByR..."