Pitcher JavaScript Platform Pitcher JavaScript Platform
Core
Pitcherify
i18n
Guides
Contributing
Github (opens new window)
Core
Pitcherify
i18n
Guides
Contributing
Github (opens new window)
  • Introduction
  • Config Store
  • Accounts Contacts Store
  • Database Actions
  • Events and Ti.App

    • fireEvent()
    • Ti.App All Events
    • Basic Events
    • Salesforce Events
    • Slideshow Events
    • Translation Events
    • Application Events
    • Split View Navigation Events
    • Split View Navigation (Portrait) Events
    • BJ Listener Events
    • BJ Sender Events
    • Translator Events
    • Call Planning Events
    • Google Maps Events
    • Login Events
    • Microsoft Events
    • Oracle Events
      • Ti.App.fireEvent('checkLoginOracle')
    • SAP Events
    • PDF Sender Events
    • Secure Area Events
    • Playlist Events
    • Planning Events
    • Planning MSD Events
    • Presentation Order Events
    • Tester Events
    • Start Application Events
    • Stats Events
    • Notes
  • Files
  • Handling Instance
  • State management
  • Utils

# 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.

← Microsoft Events SAP Events →