# Oracle Events
These events are in oracle.js
file.
# Ti.App.fireEvent('checkLoginOracle')
Fired after login to the Oracle On Demand CRM.
Example:
Ti.App.fireEvent('checkLoginOracle', {
username: 'myUsername',
password: 'myPassword'
})
username
- Username from the login credentials. If null,HIKMA/PITCHERTEST
will be set as username.password
- Password from the login credentials. If null,pitcher@1234
will be set as password.