NetSuite Development Notes
Tuesday, June 25, 2019
Create an HTML Code that redirects User to their NetSuite account
Below is a sample HTML code that redirects the user to their account's NetSuite homepage.
<form name='CRM' id='CRM' action='https://system.na1.netsuite.com/app/webservices/wslogin.nl?c=ACCTID' method='POST' > <input type='text' value='test@test.com' name='email' /> <input type='password' value='password' name='password' /> <input type='text' value='CARD_-29' name='taskid' /> <input type='text' value='3' name='role' /> <input type='submit' value='GO!'></form>
Note
: This feature is NOT intended to support any type of user access to NetSuite. It is intended for use solely as part of an integration strategy.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment