DVM lookup in XSLT
FrancisAug 18 2012 — edited Feb 26 2020Hi all,
I am using DVM loopup for multiple selection , But everytime i am seeing the output as "NotFound"
DVM:
SenderID Receiver ID orderid ordertype custid bussid
006995419LATST 006995419LATST SA USAOP CRM138150 123456
006995419LATST 623448073TEST SS U SAOP CRM138150 CRM138150
006995419LATST 623448073TEST RN USAOS CRM138150 CRM138150
Ex: select BilltoCustid where SenderId=XX,ReceiverID=XX,Ordertype=XX
Can we do this by using DVMLOOKUP, if yes please suggest me with solution
I am using the below query , I am getting the output as "Notfound" everytime
<xsl:value-of select='dvm:lookupValue("EDIOrderFDM.dvm","Ordertype",../ns0:Segment-BEG/ns0:Element-92/@Type,"SoldtoCustid","NOTFOUND","SenderID","8642882432","ReceiverID","623448073")'/>
Correct me if I am wrong
Regards
francis