Hi,
In the smartbox, there is a hyperlink property. The corresponding listview is editable and user can input a website url/link into that field , for ex :- user can input https://www.google.com/ in that field. This value does not get saved in the smartbox hence does not get displayed in the listview when list is loaded again.
As per my understanding and reading from other articles - the hyperlink has to be in xml string format of - <hyperlink><link>https://www.google.com/</link><display>Click Link</display></hyperlink>.
But I am trying to save the link in this format, but still it does not get saved in the smartbox and does not display in the listview.
What is the error here and what is the right way to edit/update hyperlink property and display on the listview?
Thanks