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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
How to track an approval email which invokes a suitelet which is available without login
Hi Everyone,
We have AP bill approval process which sends out emails to users with Approve and Reject link. The link invokes a suitelet which captures few parameters (like the bill internal ID) and let the user approve the bill without having to log into Netsuite.
The problem here is - if the user forwards his email to someone else, and he approves on user's behalf - we have no way to track it. The suitelet will get invoked and mark the bill as approved.
Is there a way to track this? Is there a way to capture the email address of the user who clicked the Suitelet link and pass it to the HTTP request object and retrieve it through request.getAllParameters() method.
0