Hi Is there any way to display an image in the sub...
# suitescript
s
Hi Is there any way to display an image in the sublist?
s
I don't think so, but if I were to try, I'd try an html field with some <img src
s
oh okay. let me try this too
s
inline html not supported on sublists
s
okay so is there any way?
s
I've been able to add a text field to a LIST sublist type and use HTML inside (for a link to a VB). Field needs to be a non-entry field (the default for a LIST sublist)
objSublist.setSublistValue({
id: "trans",
line: x,
value: '<a href="../../accounting/transactions/vendbill.nl?id='+arrTranRes[x].tranintid+'" target="_blank">'+arrTranRes[x].tranid+'</a>'
});
s
@SG what sublist are you talking about haha @Sandii I dont know why I assumed it was a transaction line field, i think it's possible there, but you're totally right it isn't possible via the serverWidget module