Difference between revisions of "Pandora - Log in a User"

From SmartWiki
Jump to: navigation, search
 
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
This function is used to create an active session.
 
This function is used to create an active session.
  
''session_login(flag,callbackfunc,companyid,email,pwd,logintype)''
+
session_login(flag,callbackfunc,companyid,email,pwd,logintype)
  
 
{| border="1"
 
{| border="1"
Line 29: Line 29:
 
2 = User Centric or Applicant interface.
 
2 = User Centric or Applicant interface.
 
|-
 
|-
| '''Return''' ||
+
| '''Return''' || ssRecordSet object
 
|}
 
|}
  
Note: This function is always used synchronously.
+
 
 +
==Notes==
 +
This function is always used synchronously.
  
 
[[Category: Pandora]]
 
[[Category: Pandora]]

Latest revision as of 10:19, 6 August 2010

Function Overview

This function is used to create an active session.

session_login(flag,callbackfunc,companyid,email,pwd,logintype)
Parameter Description
Flag Asynchronous processing Flag.

Set to False for synchronous processing.

Set to True for asynchronous processing.

Callbackfunc User created Java function to manage the callback from an asynchronous function.
CompanyID An existing company ID.
Email An existing email assoicated with the user for the company ID.
Pwd The user password.
Logintype The type of login required.

1 = Administrative or Portal interface.

2 = User Centric or Applicant interface.

Return ssRecordSet object


Notes

This function is always used synchronously.