Anyone done any testing in leading accounts for th...
# suitescript
c
Anyone done any testing in leading accounts for the new release? I have a text field I'm using to set a URL link and now its just showing the HTML.
b
what does the code look like
c
inventoryShortageSublist.setSublistValue({
id: SUBLIST.FIELD.ITEM_URL.id, value: (ITEM.itemId && ITEM.itemText) ? '<a href="' + SM_MATERIAL_REPORTING_CONSTANTS.NETSUITE_URL_PATH.ITEM + ITEM.itemId + '">' + ITEM.itemText + '</a>' : ' ', line: LINE });
works fine in other accounts just not this leading account. I just get the HTML for the <a href>...</a>
For example it just shows: <a href="/app/crm/common/crmgroup.nl?id=1585">Hand Assembly</a> and not just Hand Assembly as a URL.
I also checked the release notes and nothing was mentioned that anything was updated to change this functionality
b
not enough code, no setup for the field or sublist shared
c
its a simple text field on the sublist there's not much tosay
its just how you do this
and its broken in 2023.2
s
There was a blurb about no longer supporting HTML in searches, maybe that's a bleed over effect? (in the 2023.2 release notes)
c
I'm gonna have to open a ticket. Other fields in my list use this format and its working its just this 1 field out of all of them. Since its working fine in non-leading accounts, its making me lean towards netsuite breaking something.
s
the (b)leading edge!
netsuite 1
c
I'm probably going to shit can the field and just move on as it was there for just some extra info as I really don't wanna deal w/ support
This is super common so there's gotta be a ton of people running into this and logging it