Anyone know if there is an URL-parameter for memo ...
# suitescript
w
Anyone know if there is an URL-parameter for memo or line-memo on journal entries?
<http://journal.nl?subsidiary=12&account=3628&amount=1423&date=2023-05-16|journal.nl?subsidiary=12&account=3628&amount=1423&date=2023-05-16>
(before I create a beforeLoad script)
m
&record.memo=your%20memo%20here
🙏 1
w
Any more tips for the line-memo? 😄
It's interesting that the standard parameters for account and amount results in Netsuite injecting a client function called page_init3 that does the adding of a new line. So if I add a line memo through UE on the first line, NS will add a second line.
r
What's your use case? It sounds like you're doing something server side and then you want to redirect to a JE and pre-fill, is that right?
w
Yeah, i have a search for bank transactions on an account that needs to be booked. So I have cut together a html-column that should link to a new journal with values from the existing transaction line pre-filled. Very similar to the button in the Match Bank Data page. I think that the main memo will be enough but it would be nice to have the memo on the line instead.
👍 1