Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Adding an "edit item" or "edit category" link to website
I've seen this on Volusion templates/designs. If you're logged into your volusion account, they have a feature that can allow you edit an item or category while viewing the website.
I can pull it off with JavaScript (the links), but the function for my statements will require me to request NS login.
It would call out like this
if (logged into NS account) {
display link code
}
Is this possible for me to do with simple JS? to at least get my login email for NS and to ask if logged in, then show link?