Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
sublist view {internalid} returns tranline.kdoc
Hi,
I have the following problem:
When accessing transactions from an entity sublist view, the transaction opens in a popup window. This window doesn't show the GL Impact link.
My solution is to create a custom transaction body field of type hyperlink and in the default value formula, I use:
concat('https://system.netsuite.com/app/accounting/transactions/transaction.nl?id=', '{internalid}')
Now, I create a custom view for the transaction sublist. I add the internal id and my new hyperlink field to the results.
The hyperlink field returns
https://system.netsuite.com/app/accounting/transactions/transaction.nl?id=(tranline.kdoc
0