/ Forums / Advansys Formativ / eDirectory/NDS Management / Formativ Portals folder / Reply To: Formativ Portals folder
April 18, 2006 at 5:11 pm
#5293
You can create an applet to display a portal and set the applet integrations to GroupWise “On Startup”. You can also add this applet into a “Applet Library” to share by individuals. See below a sample code of creating portal:
dim oPortal set oPortal = groupwise.PortalManager.Portals.add oPortal.ID = "MyPortal" oPortal.Caption = "Advansys" oPortal.URL = "http://www.advansyscorp.com" oPortal.show set oPortal = nothing
Hope this helps.
Regards,
Advansys Support