Power of the NetSuite platform, allows you to quickly and securely embed any gadgets, widgets and web apps into any of your NetSuite applications.
... and now you have a couple of more mins to watch some other vids ;-)
Update:
Here's the portlet script similar to what was used in this example.
function GCalClientPortlet (portlet, column)
{
portlet.setTitle ('Google Calendar in NetSuite');
content = 'PUT GOOGLE CALENDAR EMBED IFRAME URL HERE';
portlet.setHtml( content );
}
What was the Java script in the demonstration?
ReplyDelete