Image is not loading in Virtual Agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 07:53 PM
Hi Everyone,
I am working on Virtual Agent, and I am trying to get image but it is not loading.
And I am loading image URL from lookup utility.
Can someone help me?
Thanks in adavance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 09:39 PM - edited 08-27-2023 09:39 PM
Can you also check the String length for QrURL as by default it's 40?
Thanks,
Hemant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 09:48 PM - edited 08-27-2023 10:00 PM
QrURL is a URL of QR code. There is a custom table in my instance, which has records and each record has it's own independent QR code. That mean's QrURL is not fixed , it is dynamic.
String length of QrURL on custom table is 1000.
Thanks.