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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Query on Singlie Sign On
Hi All,
We are trying to integrate single sign on concept and we got struck with the below error.
"The SuiteSignOn object customsso_xpress is not configured for use with this script. You must specify the script as a connection point for this SuiteSignOn" .
The steps which we were performed to integrate SSO are
1. Created Suitesiteon page and provided the connection point information.
2. Created Portlet script. Please see the below script
// create a portlet object
function buildPortlet(portlet, column)
{
title = 'My Custom SSO Portlet!';
portlet.setTitle(title)
var url = nlapiOutboundSSO('customsso_xpress');
var content = '<iframe src="'+url+'" align="center" style="width: 100%; height: 600px; margin:0; border:0; padding:0"></iframe>';