Populate Hyperlink in EDI file with OIC
in Integration
Hi,
I have been trying to add a URL as hyperlink using href html tag into the EDI file via OIC mapper. Instead of a hyperlink it is coming as a string, not sure if the hyperlink is supported in edi file or not.
This is the tag I used for this to happen - concat ("<html><a href= ", $URL_test_assignment_2, ' target="_blank">terms and conditions</a></html>' ), where I defined the URL in the variable - URL_test_assignment_2.
Any help is appreciated!
Tagged:
0