SlideShare a Scribd company logo
1 of 19
Download to read offline
Unified Mobile Application
to Integrate SalesForce,
Oracle EBS, Taleo,
Outlook & Kofax Modules
A Whitepaper by RapidValue Solutions
©RapidValue Solutions
01
02
16
07
08
13
index
Executive Summary
Sample Implementation – Building
Unified Mobile Application
Conclusion
Single Sign-on Authentication using
ADFS and OID
Mobilized Use Cases
Solution Benefits
©RapidValue Solutions
17
About RapidValue
In the last couple of years, enterprises have
understood that mobile applications can help
them reduce the infrastructure costs, boost
productivity and facilitate flexibility of millennial
employees. As a result, we now observe a plethora
of enterprise mobile applications in the market.
Employers and employees both find it challenging
to manage and economically maintain multiple
applications catering to different use cases.
This paper is a continuation of the previous
whitepaper on Approach to Unified Mobile
Application Implementation for Multisystem
Integration. It discusses solution to the above-
mentioned problem by describing a sample
integrated implementation which manages
various important use cases from different legacy
systems.
A unified mobile application acts as a one-stop
solution for the sales team as it will mobilize use
cases right from recruitment of sales team to
submitting and approving their expense reports/
purchase requisitions to managing opportunities
and contacts along with respective follow-ups. This
includes integration of various on-premise and
cloud-based systems like Oracle EBS, Salesforce,
Oracle Taleo, Kofax and MS Outlook.
Executive
Summary
The entire design of the unified mobile application
is scalable and modularized for ensuring flexibility
and easy configuration.
The Unified Mobile App solution mentioned in
the whitepaper provides an intuitive UI and also,
a highly customizable and scalable solution. This
paves the way for future integrations. Mobilizing
legacy systems with Unified Mobile App has
several advantages. You can seamlessly, share data
where it’s needed to automate business processes.
It provides users a 360-degree view of business-
critical information.
This paper explains how to build a Unified Mobile
Application to Integrate SalesForce.com (SFDC), Oracle
E-Business Suite (EBS), Taleo, Outlook and Kofax
Modules.
1
©RapidValue Solutions
Unified Mobile
Application to
Integrate SFDC,
Oracle EBS, Taleo,
Outlook and Kofax
Modules
1
Sample
Implementation-
Building Unified
Mobile Application
Single Sign-on Authentication using ADFS and OID
Mobilized Use Cases
Solution Benefits
©RapidValue Solutions
2
Unified Mobile
Application to
Integrate SFDC,
Oracle EBS, Taleo,
Outlook and Kofax
Modules
Sample Implementation-
Building Unified Mobile Application
In this section, we have explained with a real-world
scenario on how RapidValue has implemented a
Unified Mobile application solution to integrate
Oracle EBS, Taleo, Salesforce and MS Outlook
Modules using Kofax as a third party storage
system.
Synchrony between Oracle MAF/PhoneGap and
Oracle MCS can help to swiftly churn out cross-
platform applications integrating multiple ERP,
CRM and third party storage systems (modules
like I-expense/Approvals from Oracle EBS, Kofax
for third party file storage, Salesforce and MS
Outlook) to provide a unified mobile experience.
With Oracle Mobile Cloud Service (MCS) & Oracle
Mobile Application Framework (MAF), You can
seamlessly orchestrate MS exchange services,
EBS web services, Kofax document store services
and cloud-based Salesforce services and also can
implement the integrated cross-platform app
(Android/iOS) within 6-8 weeks which otherwise
with a native approach, will take 22-24 weeks of
effort. That is approximately 65-75% lesser time
compared to the usual method of mobilizing.
The key benefit of embarking on cloud journey
with Oracle MCS is that it opens doors to future
integrations with different modules of multiple
systems. Thus, reducing future compatibility cost.
3
Unified Mobile
Application to
Integrate SalesForce,
Oracle EBS, Taleo,
Outlook and Kofax
Modules
©RapidValue Solutions
Taleo
Approve/Reject Recruitment Requisitions
and Offer letters.
Online/Offline Mode
Tackle intermittent Internet connectivity
with an offline feature.
Salesforce
Leads, Opportunities & Contact
Management with real-time updates.
MS Outlook
Calendar sync with multiple Salesforce
contacts, Meeting Reminders and Events.
Oracle Approvals
Approve/Reject worklist like Purchase
Orders, Purchase Requisitions, Invoices,
Leave Requests, Expense Reports.
Essential Features
Some of the essential features for the
unified mobile application are:
01
Oracle Expense Management
Create/view Expense Reports, Report
Withdrawal, Authority Delegation,
Capturing Receipt Images using a mobile
camera, credit card integration, Kofax
integration for capturing expense receipt
attachments.
Sample Implementation-
Building Unified Mobile Application
4
Unified Mobile
Application to
Integrate SalesForce,
Oracle EBS, Taleo,
Outlook and Kofax
Modules
©RapidValue Solutions
Architectural Approach
The major layers/components of the
architecture deployed for mobilizing
Oracle EBS with Salesforce and MS Outlook
integration is explained below:
02
ON-PREMISE
MOBILE
CLOUD SERVICE
DatabaseJava Container
Oracle Internet Directory
ADFS Active
Directory
Cross-platform
Apps
Sample Implementation-
Building Unified Mobile Application
5
Unified Mobile
Application to
Integrate SalesForce,
Oracle EBS, Taleo,
Outlook and Kofax
Modules
©RapidValue Solutions
Authentication
The mobile application is authenticated
using MCS SSO with Microsoft AD which is
federated. (ADFS) ADFS sits on top of AD
(which is in sync with OID) and thus, it is
federated for Oracle EBS, Salesforce, Taleo
and Outlook.
Oracle MCS makes the architecture future proof,
scalable and secure. Also, with out-of-the box
connectors available for other integration services,
like Oracle Integration Cloud Service (ICS), the
architecture is more ‘future-designed’ at a time
when the companies are moving towards Cloud
infrastructure. Using MCS, more cloud services
can be integrated as it facilitates faster creation
of Custom API and Connector API. Also, MCS is
compatible with multiple mobile platforms with
out-of- the box SDKs for native iOS, Android and
cross- platform frameworks like Oracle MAF and
Xamarin etc. It has technologies for location API,
Analytics, Document Storage, Push Notifications,
Connector API’s etc. which help the organization
to build on top of current architecture for future
requirements such as location services or analytic
reporting.
Secure Integration
The web services are exposed from Oracle
EBS using ‘Java Container’ (Custom) which
creates REST APIs from the Oracle Pl/SQL
custom packages deployed in Oracle DB.
The Java Container is connected to Oracle
DB using Java Database Connectivity
(JDBC) connection. The Java Connector
also, fetches and posts files to Kofax (a third
party file storage system). The Rest services
are passed to Oracle MCS using a Reverse
proxy setup in DMZ layer for additional
security to mask the enterprise systems
from internet. There will be internal and
external reverse proxies. For high availability,
a load balancer is also used in external DMZ.
Oracle MCS
Oracle MCS is used as an integration and
mobile backend services system. Push
notifications, mobile user management
are managed using MCS. Custom APIs are
developed for web service orchestration
(aggregation) using MCS for Oracle EBS
services, Outlook, Taleo and Salesforce API’s.
Also, MCS is used for logging transactional
data like various events from mobile, API
performance etc. for getting analytical
information for mobile app usages.
Mobile Client
Mobile application is built using cross-
platform technology like Oracle MAF or
PhoneGap or open source JavaScript
technologies, so that one single source
code can be used to get a build that can
run on iOS, Android and Windows phone.
Sample Implementation-
Building Unified Mobile Application
6
Unified Mobile
Application to
Integrate SalesForce,
Oracle EBS, Taleo,
Outlook and Kofax
Modules
©RapidValue Solutions
For organizations using ADFS as SSO federated
system, list of user IDs (to be used in unified
mobile app) can be uploaded to MCS in order to
map it to AD. The user id repository in MCS can be
updated regularly from ADFS using an automated
Selenium scripts.
Oracle Internet Directory (OID), which is part of
Oracle Identity Management Solution of Fusion
middlewareproductsuite,isusedforimplementing
secure login from the mobile application to Oracle
E-Business ERP. OID, leveraging the security from
Oracle database layer, helps to authenticate against
Oracle EBS through Oracle Access Manager (OAM).
OID integrates seamlessly with Microsoft AD and
gets in sync with AD user profiles.
Salesforce, Taleo and Outlook use ADFS and AD for
login respectively, so there is no other mapping
required for implementing secure login from the
mobile application.
Thus, with a single sign-on ID, defined in Active
directory, the user can access different systems like
Oracle EBS, Salesforce, Taleo and MS outlook
calendar on his/her mobile device.
Single Sign-on Authentication using Active Directory
Federation Services (ADFS) and Oracle Internet
Directory (OID)
Sample Implementation-
Building Unified Mobile Application
7
Unified Mobile
Application to
Integrate SalesForce,
Oracle EBS, Taleo,
Outlook and Kofax
Modules
©RapidValue Solutions
Using the same architecture explained above, the
following use cases can also, be easily mobilized in
a mashed up way.
Mobilized Use Cases
Field Service
Management
Approval
Management
Service Management Viewing the Pending Approvals
Task Management Respond to Notifications
Task Debrief
Capture Notes
Digital Signature
Google Map Navigation
Manager Console
Approvals History
Viewing Attachments
Offline Capability
Locate Technicians on Google Map
Purchase Requisition
User & Device Management
Purchase Orders
Messaging & Video Conferencing
Leave Request
Invoices
Expense Report
Sample Implementation-
Building Unified Mobile Application
8
Unified Mobile
Application to
Integrate SalesForce,
Oracle EBS, Taleo,
Outlook and Kofax
Modules
©RapidValue Solutions
Inventory
Management
Order
Management
Check Stock Availability of Items Online Creation
Perform Sub-Inventory Transfers Online Booking of Sales Orders
View Status of Booked Orders
Pick, Release and Shipping of
Booked Orders
Generate Invoice for Shipping
Orders
View Invoice and PDF Outcomes
View Transfer Transactions
Perform Picking
Perform Issues
Conduct Cycle Counting
Receive Items in Inventory
Perform License Plate Number (LPN)
Transfer
Inquire about License Plate Number
Sample Implementation-
Building Unified Mobile Application
9
Unified Mobile
Application to
Integrate SalesForce,
Oracle EBS, Taleo,
Outlook and Kofax
Modules
©RapidValue Solutions
Procurement
Management
HRMS
Creating a Purchase
Requisition (PR)
Viewing PRs
Creating Purchase Orders (PO)
Creating Receipts
Viewing Receipts
View and Edit Employee Profile
View Organization Hierarchy Chart
Employee Look-up
Apply Absence using
Team Calendar
View and Search Paystub
Office Capability
Sample Implementation-
Building Unified Mobile Application
10
Unified Mobile
Application to
Integrate SalesForce,
Oracle EBS, Taleo,
Outlook and Kofax
Modules
©RapidValue Solutions
I-Expense Time and Labor
Online Creation and Submission
of Expense Reports
Individual Time Entry
Time Card Review
Editing Already Saved Time Cards
Submitting Multiple Time Card
Simultaneously
Fast Time Entry
Time Card Approvals
Punch-in (Stop Watch Enabled
Time Entry)
Setting Default Parameters
Capture Photographs of Receipts
using Mobile Cameras and Upload
to Expense Reports
View Status of Expense Reports
Submitted
Withdrawal of Expense Reports for
Editing
Manager Approvals
Authority Delegation
Integration with Corporate and
Personal Credit Cards for Importing
Charges to Expense Report
Sample Implementation-
Building Unified Mobile Application
11
Unified Mobile
Application to
Integrate SalesForce,
Oracle EBS, Taleo,
Outlook and Kofax
Modules
©RapidValue Solutions
SFDC
Outlook
Taleo
View Contacts
Schedule Events
View Opportunities
Schedule Reminders
Create Contacts
Create Opportunities
Approve Requisition
Approve Offer Letter
Sample Implementation-
Building Unified Mobile Application
12
Unified Mobile
Application to
Integrate SalesForce,
Oracle EBS, Taleo,
Outlook and Kofax
Modules
©RapidValue Solutions
Solution Benefits
The unified mobile application solution, owning
to custom java connector and cloud integration,
not only provides an intuitive UI but also a highly
customizable and scalable solution which open
doors to future integrations. Mobilizing legacy
systems with the unified mobile application has a
plethora of advantages like:
Increased Employee
Productivity
Promotes BYOD Culture,
Reduces InfrastructureCostand
Provides Easy Maintenance
Drastic Reduction in
Transaction Time (up to 75 %)
Quick Time to Market
01
02
03
04
This flexibility helps the employee to
maintain a good work-life balance as
employees can utilize their travelling time
and can effectively contribute by taking
timely business decisions.
Mobilizing daily use cases of multiple legacy
systems will surely incur initial investment
but the savings in the long run, wins the
deal. Since employees are free to use their
own mobile devices, employers save a lot of
equipment/paper printing costs and also,
avert delay in business decision making. A
unified mobile application saves employers
from spending on maintenance of multiple
apps catering to different legacy systems.
The expense approval time which typically
takes between 1-5 days can be reduced to 2
to 4 hours using Oracle MCS.
Owning to pre- built connectors and
adapters, the unified application solution
can be quickly configured to work with any
legacy system like Oracle EBS, Mainframes,
SFDC, SAP, Outlook etc.
With Oracle MCS and MAF, you can develop
cross-platform applications for Android/
iPhone using a single source code. Oracle
MCS simplifies the integration as most of
the backend features could be siphoned off
to MBAAS. There are SDKs and out-of- the
box APIs for features like Push Notification,
Storage collections, Location API, Custom
connectors and Analytics. Custom API
creation and aggregation for Oracle EBS,
Taleo, Outlook & Salesforce APIs is quicker.
End points for web services in MCS could
be tested faster during the implementation
using MCS console. Overall, with cross-
platform mobile development frameworks
and MCS we could implement a lot more
features in half the time frame (~50 %
reduction in time to market).
Sample Implementation-
Building Unified Mobile Application
13
Unified Mobile
Application to
Integrate SalesForce,
Oracle EBS, Taleo,
Outlook and Kofax
Modules
©RapidValue Solutions
Identification of Usage
Patterns in Business Processes
using MCS Analytics
05
Leveraging mobile client SDK, MCS can
record data and provide analytical details
on Users, Sessions and API calls details.
The analytical information will help CIO of
companies to:
Do a quantitative analysis of reduction in
transaction time after implementation of
mobile app.
Highlight the pain point areas in a business
work-flow by recording a series of event
details.
Ensure conformance to pre-defined SLAs
after verifying the number of API failures.
Quantify the mobile/BYOD adoption rate in
the organization.
Determine the need of infrastructure
upgrades by measuring concurrent session
usage.
Cut the infrastructure cost for physical data
storage and operations especially when
integrating with multiple systems like
Oracle EBS, SAP, Taleo, SFDC, Outlook etc.
Cross-platform Availability
Mashup Data from Multiple
Sources
Highly Secure Environment
06
07
08
The unified application is available on
Android, iOS & Windows, in both mobile
and tablet versions.
The unified application can integrate
multiple sources like SFDC, Mainframes,
Taleo, Oracle EBS, SAP, Outlook etc.
The use of reverse proxies both externally
and internally masks the backend systems
from Internet and the mobile application
does not directly communicate with legacy
systems.
Highly Scalable09
Since the unified mobile is based on cloud
platform, it can easily be scaled up for
higher usage.
Sample Implementation-
Building Unified Mobile Application
14
Unified Mobile
Application to
Integrate SalesForce,
Oracle EBS, Taleo,
Outlook and Kofax
Modules
©RapidValue Solutions
User Analytics Compatibility
Third party storage integration
Push Notifications
Touch Id authentication
NO
NO
NO
NO
YES
YES
YES
YES
Feature Out-of-the box Apps Unified Mobile App
Cross-Platform Availability NO YES
Compatible with lower EBS
versions (<R12) and other legacy
sysytem
Scalability / Modularity (Future
integrations to SAP etc.)
NO
NO
YES
YES
Much More to Offer than
Standard ’Out-of-the box’ Apps
10
Sample Implementation-
Building Unified Mobile Application
15
Unified Mobile
Application to
Integrate SalesForce,
Oracle EBS, Taleo,
Outlook and Kofax
Modules
©RapidValue Solutions
Conclusion
The Unified Mobile Application Solution is highly modular and can adapt to any specific client
use cases. The modules are loosely coupled which makes it easy to add and remove different
functionalities and features that can mobilize various backend systems. A typical Unified Mobile
Application implementation can provide a one stop solution integrating multiple modules from
SFDC, Oracle EBS, Taleo , Outlook and Kofax systems and present data in a mashed up way. Owning
to cloud infrastructure , the web services can be scaled up and adapt to different user loads.
The secure architecture uses internal and external reverse proxies to ensure that the enterprise
backend systems are not directly exposed to internet. The user analytics feature provided by Oracle
MCS can help identify process pain points and thus , further add to ROI.
About the Author Saurabh Bahree is the Senior Consultant, Oracle
Mobility at RapidValue. He is a certified scrum
master and PMP professional. Saurabh is an
MBA graduate from the Great Lakes Institute
of Management and he comes with over 7
years of international work experience in health
management, financial regulatory reporting and
Oracle ERP domain.
If you’d like to know more about Unified Mobile
Application Solutions, please reach out to us at
contactus@rapidvaluesolutions.com
We’d be happy to hear from you!
Saurabh Bahree
Senior Mobility Consultant/
Scrum Master
16
©RapidValue Solutions
Unified Mobile
Application to
Integrate SFDC,
Oracle EBS, Taleo,
Outlook and Kofax
Modules
16
Disclaimer:
This document contains information that is confidential and proprietary to RapidValue Solutions Inc. No part of it may be used,
circulated, quoted, or reproduced for distribution outside RapidValue. If you are not the intended recipient of this report, you are
hereby notified that the use, circulation, quoting, or reproducing of this report is strictly prohibited and may be unlawful.
A global leader in digital transformation for enterprise providing end-to-end
mobility, omni-channel, IoT and cloud solutions. Armed with a large team of
experts in consulting, UX design, application development, integration and
testing, along with experience delivering projects worldwide, in mobility and
cloud, we offer a wide range of services across industry verticals. We deliver services
to the world’s top brands, fortune 1000 companies, Multinational companies and
emerging start-ups. We have offices in the United States, UK and India.
www.rapidvaluesolutions.com
+1 877.643.1850
www.rapidvaluesolutions.com/blog
contactus@rapidvaluesolutions.com
©RapidValue Solutions March, 2017

More Related Content

What's hot

C1 oracle's cloud computing strategy your strategy-your cloud_your choice
C1   oracle's cloud computing strategy your strategy-your cloud_your choiceC1   oracle's cloud computing strategy your strategy-your cloud_your choice
C1 oracle's cloud computing strategy your strategy-your cloud_your choiceDr. Wilfred Lin (Ph.D.)
 
The Carbon Story
The Carbon StoryThe Carbon Story
The Carbon StoryWSO2
 
Mobility & security Microsoft SPE5 By Bipeen Sinha
Mobility & security Microsoft SPE5 By Bipeen SinhaMobility & security Microsoft SPE5 By Bipeen Sinha
Mobility & security Microsoft SPE5 By Bipeen SinhaBipeen Sinha
 
Oracle Keynote Cloud Expo 11-04-09
Oracle Keynote Cloud Expo 11-04-09Oracle Keynote Cloud Expo 11-04-09
Oracle Keynote Cloud Expo 11-04-09Rex Wang
 
Stackato PaaS Architecture white paper
Stackato PaaS Architecture white paperStackato PaaS Architecture white paper
Stackato PaaS Architecture white paperAngie Hirata
 
Hybrid Cloud Keynote
Hybrid Cloud Keynote Hybrid Cloud Keynote
Hybrid Cloud Keynote gcamarda
 
Oracle Cloud Storage Service & Oracle Database Backup Cloud Service
Oracle Cloud Storage Service & Oracle Database Backup Cloud ServiceOracle Cloud Storage Service & Oracle Database Backup Cloud Service
Oracle Cloud Storage Service & Oracle Database Backup Cloud ServiceJean-Philippe PINTE
 
Java, app servers and oracle application grid
Java, app servers and oracle application gridJava, app servers and oracle application grid
Java, app servers and oracle application gridAlicja Sieminska
 
Sydney cloud foundry meetup - Service Brokers
Sydney cloud foundry meetup - Service  BrokersSydney cloud foundry meetup - Service  Brokers
Sydney cloud foundry meetup - Service BrokersLawrence Crowther
 
Kluczowe elementy infrastruktury...
Kluczowe elementy infrastruktury...Kluczowe elementy infrastruktury...
Kluczowe elementy infrastruktury...Alicja Sieminska
 
Cloud in Action
Cloud in Action Cloud in Action
Cloud in Action Franco Ucci
 
Oracle soa suite 12c - News
Oracle soa suite 12c - NewsOracle soa suite 12c - News
Oracle soa suite 12c - NewsTrivadis
 
Cloud Foundry - How Service broker integrates with AppDirect to provide catal...
Cloud Foundry - How Service broker integrates with AppDirect to provide catal...Cloud Foundry - How Service broker integrates with AppDirect to provide catal...
Cloud Foundry - How Service broker integrates with AppDirect to provide catal...Nima Badiey
 
10 Key Digital Infrastructure Considerations
10 Key Digital Infrastructure Considerations10 Key Digital Infrastructure Considerations
10 Key Digital Infrastructure ConsiderationsCognizant
 
OS + CF Austin meetup
OS + CF Austin meetupOS + CF Austin meetup
OS + CF Austin meetupragss
 

What's hot (20)

C1 oracle's cloud computing strategy your strategy-your cloud_your choice
C1   oracle's cloud computing strategy your strategy-your cloud_your choiceC1   oracle's cloud computing strategy your strategy-your cloud_your choice
C1 oracle's cloud computing strategy your strategy-your cloud_your choice
 
The Carbon Story
The Carbon StoryThe Carbon Story
The Carbon Story
 
Mobility & security Microsoft SPE5 By Bipeen Sinha
Mobility & security Microsoft SPE5 By Bipeen SinhaMobility & security Microsoft SPE5 By Bipeen Sinha
Mobility & security Microsoft SPE5 By Bipeen Sinha
 
Oracle Keynote Cloud Expo 11-04-09
Oracle Keynote Cloud Expo 11-04-09Oracle Keynote Cloud Expo 11-04-09
Oracle Keynote Cloud Expo 11-04-09
 
Cloud Oracle
Cloud Oracle Cloud Oracle
Cloud Oracle
 
Stackato PaaS Architecture white paper
Stackato PaaS Architecture white paperStackato PaaS Architecture white paper
Stackato PaaS Architecture white paper
 
An Unbiased Look: Oracle SOA Suite 12c
An Unbiased Look: Oracle SOA Suite 12cAn Unbiased Look: Oracle SOA Suite 12c
An Unbiased Look: Oracle SOA Suite 12c
 
Hybrid Cloud Keynote
Hybrid Cloud Keynote Hybrid Cloud Keynote
Hybrid Cloud Keynote
 
Oracle Cloud Storage Service & Oracle Database Backup Cloud Service
Oracle Cloud Storage Service & Oracle Database Backup Cloud ServiceOracle Cloud Storage Service & Oracle Database Backup Cloud Service
Oracle Cloud Storage Service & Oracle Database Backup Cloud Service
 
Java, app servers and oracle application grid
Java, app servers and oracle application gridJava, app servers and oracle application grid
Java, app servers and oracle application grid
 
Sydney cloud foundry meetup - Service Brokers
Sydney cloud foundry meetup - Service  BrokersSydney cloud foundry meetup - Service  Brokers
Sydney cloud foundry meetup - Service Brokers
 
Kluczowe elementy infrastruktury...
Kluczowe elementy infrastruktury...Kluczowe elementy infrastruktury...
Kluczowe elementy infrastruktury...
 
Cloud in Action
Cloud in Action Cloud in Action
Cloud in Action
 
Oracle soa suite 12c - News
Oracle soa suite 12c - NewsOracle soa suite 12c - News
Oracle soa suite 12c - News
 
Hands-On with Oracle SOA
Hands-On with Oracle SOAHands-On with Oracle SOA
Hands-On with Oracle SOA
 
Cloud Foundry - How Service broker integrates with AppDirect to provide catal...
Cloud Foundry - How Service broker integrates with AppDirect to provide catal...Cloud Foundry - How Service broker integrates with AppDirect to provide catal...
Cloud Foundry - How Service broker integrates with AppDirect to provide catal...
 
10 Key Digital Infrastructure Considerations
10 Key Digital Infrastructure Considerations10 Key Digital Infrastructure Considerations
10 Key Digital Infrastructure Considerations
 
OS + CF Austin meetup
OS + CF Austin meetupOS + CF Austin meetup
OS + CF Austin meetup
 
Oracle Cloud
Oracle CloudOracle Cloud
Oracle Cloud
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 

Viewers also liked

3 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 20173 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 2017Drift
 
Challenger Banks in Europe: Challenge Accepted
Challenger Banks in Europe: Challenge AcceptedChallenger Banks in Europe: Challenge Accepted
Challenger Banks in Europe: Challenge AcceptedFrontline Ventures
 
Best SEO strategy Agency Sydney
Best SEO strategy Agency SydneyBest SEO strategy Agency Sydney
Best SEO strategy Agency SydneyNet Stripes
 
Loadster Load Testing by RapidValue Solutions
Loadster Load Testing by RapidValue SolutionsLoadster Load Testing by RapidValue Solutions
Loadster Load Testing by RapidValue SolutionsRapidValue
 
Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...
Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...
Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...RapidValue
 
Cross browser testing using BrowserStack
Cross browser testing using BrowserStack Cross browser testing using BrowserStack
Cross browser testing using BrowserStack RapidValue
 
MySQL Database Replication - A Guide by RapidValue Solutions
MySQL Database Replication - A Guide by RapidValue SolutionsMySQL Database Replication - A Guide by RapidValue Solutions
MySQL Database Replication - A Guide by RapidValue SolutionsRapidValue
 
European tech scaleups report 2016 health tech
European tech scaleups report 2016 health techEuropean tech scaleups report 2016 health tech
European tech scaleups report 2016 health techSofie Staelraeve
 
Flinderz slaat haar vleugels uit
Flinderz slaat haar vleugels uitFlinderz slaat haar vleugels uit
Flinderz slaat haar vleugels uitSander Bos
 
Developing or Streamlining System Infographic
Developing or Streamlining System InfographicDeveloping or Streamlining System Infographic
Developing or Streamlining System InfographicGeorge Sloane
 
приложение 2
приложение 2приложение 2
приложение 2Maxim Gladkov
 
2mm Hi-Rel Connector Accessories
2mm Hi-Rel Connector Accessories2mm Hi-Rel Connector Accessories
2mm Hi-Rel Connector AccessoriesPhil Heft
 
Pattern for 4 mm and 5mm
Pattern for 4 mm and 5mmPattern for 4 mm and 5mm
Pattern for 4 mm and 5mmPhil Heft
 
bbfinance tanitim i̇ngi̇li̇zce
bbfinance tanitim i̇ngi̇li̇zcebbfinance tanitim i̇ngi̇li̇zce
bbfinance tanitim i̇ngi̇li̇zceZiya Gündoğdu
 

Viewers also liked (17)

3 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 20173 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 2017
 
Challenger Banks in Europe: Challenge Accepted
Challenger Banks in Europe: Challenge AcceptedChallenger Banks in Europe: Challenge Accepted
Challenger Banks in Europe: Challenge Accepted
 
Best SEO strategy Agency Sydney
Best SEO strategy Agency SydneyBest SEO strategy Agency Sydney
Best SEO strategy Agency Sydney
 
Loadster Load Testing by RapidValue Solutions
Loadster Load Testing by RapidValue SolutionsLoadster Load Testing by RapidValue Solutions
Loadster Load Testing by RapidValue Solutions
 
Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...
Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...
Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...
 
Cross browser testing using BrowserStack
Cross browser testing using BrowserStack Cross browser testing using BrowserStack
Cross browser testing using BrowserStack
 
MySQL Database Replication - A Guide by RapidValue Solutions
MySQL Database Replication - A Guide by RapidValue SolutionsMySQL Database Replication - A Guide by RapidValue Solutions
MySQL Database Replication - A Guide by RapidValue Solutions
 
Laoracion(1)
Laoracion(1)Laoracion(1)
Laoracion(1)
 
European tech scaleups report 2016 health tech
European tech scaleups report 2016 health techEuropean tech scaleups report 2016 health tech
European tech scaleups report 2016 health tech
 
Inquiryproject
InquiryprojectInquiryproject
Inquiryproject
 
Flinderz slaat haar vleugels uit
Flinderz slaat haar vleugels uitFlinderz slaat haar vleugels uit
Flinderz slaat haar vleugels uit
 
Developing or Streamlining System Infographic
Developing or Streamlining System InfographicDeveloping or Streamlining System Infographic
Developing or Streamlining System Infographic
 
Smart Phones
Smart PhonesSmart Phones
Smart Phones
 
приложение 2
приложение 2приложение 2
приложение 2
 
2mm Hi-Rel Connector Accessories
2mm Hi-Rel Connector Accessories2mm Hi-Rel Connector Accessories
2mm Hi-Rel Connector Accessories
 
Pattern for 4 mm and 5mm
Pattern for 4 mm and 5mmPattern for 4 mm and 5mm
Pattern for 4 mm and 5mm
 
bbfinance tanitim i̇ngi̇li̇zce
bbfinance tanitim i̇ngi̇li̇zcebbfinance tanitim i̇ngi̇li̇zce
bbfinance tanitim i̇ngi̇li̇zce
 

Similar to Unified Mobile Application to Integrate SalesForce, Oracle EBS, Taleo, Outlook & Kofax Modules

How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development - ...
How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development - ...How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development - ...
How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development - ...RapidValue
 
How Oracle Mobile Cloud and Oracle MAF can Acccelerate Mobile Application Dev...
How Oracle Mobile Cloud and Oracle MAF can Acccelerate Mobile Application Dev...How Oracle Mobile Cloud and Oracle MAF can Acccelerate Mobile Application Dev...
How Oracle Mobile Cloud and Oracle MAF can Acccelerate Mobile Application Dev...RapidValue
 
Mobilizing Oracle Applications ERP - A Whitepaper by RapidValue Solutions
Mobilizing Oracle Applications ERP - A Whitepaper by RapidValue SolutionsMobilizing Oracle Applications ERP - A Whitepaper by RapidValue Solutions
Mobilizing Oracle Applications ERP - A Whitepaper by RapidValue SolutionsRapidValue
 
Whitepaper KidoZen overview
Whitepaper KidoZen  overviewWhitepaper KidoZen  overview
Whitepaper KidoZen overviewkidozen
 
Oracle AIA - Does it deliver on it's integration promise?
Oracle AIA - Does it deliver on it's integration promise?Oracle AIA - Does it deliver on it's integration promise?
Oracle AIA - Does it deliver on it's integration promise?Revelation Technologies
 
What Is Oracle Fusion Middleware .pdf
What Is Oracle Fusion Middleware .pdfWhat Is Oracle Fusion Middleware .pdf
What Is Oracle Fusion Middleware .pdfPridesys IT Ltd.
 
200 OK WhitePaper
200 OK WhitePaper200 OK WhitePaper
200 OK WhitePaperVanita68
 
Reason To Choose Oracle APEX (Application Express).pdf
Reason To Choose Oracle APEX (Application Express).pdfReason To Choose Oracle APEX (Application Express).pdf
Reason To Choose Oracle APEX (Application Express).pdfPridesys IT Ltd.
 
Top 10 Reasons to Choose Oracle ERP Cloud Financials
Top 10 Reasons to Choose Oracle ERP Cloud FinancialsTop 10 Reasons to Choose Oracle ERP Cloud Financials
Top 10 Reasons to Choose Oracle ERP Cloud FinancialsLiz Kensicki
 
Oracle and its related technologies
Oracle and its related technologiesOracle and its related technologies
Oracle and its related technologiesanup4704
 
Oracle and its related technologies
Oracle and its related technologiesOracle and its related technologies
Oracle and its related technologiesanup4704
 
Oracle AIA - Does it deliver on it's integration promise? (whitepaper)
Oracle AIA - Does it deliver on it's integration promise? (whitepaper)Oracle AIA - Does it deliver on it's integration promise? (whitepaper)
Oracle AIA - Does it deliver on it's integration promise? (whitepaper)Revelation Technologies
 
Solix EDMS and Oracle Exadata: Transitioning to the Private Cloud
Solix EDMS and Oracle Exadata: Transitioning to the Private CloudSolix EDMS and Oracle Exadata: Transitioning to the Private Cloud
Solix EDMS and Oracle Exadata: Transitioning to the Private CloudFrank Morris
 
Oracle E-Business Suite – Should I Stay,.pptx
Oracle E-Business Suite – Should I Stay,.pptxOracle E-Business Suite – Should I Stay,.pptx
Oracle E-Business Suite – Should I Stay,.pptxKommaneni Sreenivasulu
 
Harness Mobility - Go Mobile On Oracle Apps
Harness Mobility - Go Mobile On Oracle AppsHarness Mobility - Go Mobile On Oracle Apps
Harness Mobility - Go Mobile On Oracle Appsbrijeshbharat
 
Rapid cloudapplicationdevelopmentwithlimeds
Rapid cloudapplicationdevelopmentwithlimedsRapid cloudapplicationdevelopmentwithlimeds
Rapid cloudapplicationdevelopmentwithlimedsPhilippe Thiran
 
Modern productivity solutions for a modern government
Modern productivity solutions for a modern governmentModern productivity solutions for a modern government
Modern productivity solutions for a modern governmentDeneys Minne
 
Fusion applications gl and ar suresh c-mishra
Fusion applications   gl and ar suresh c-mishraFusion applications   gl and ar suresh c-mishra
Fusion applications gl and ar suresh c-mishraSuresh Mishra
 

Similar to Unified Mobile Application to Integrate SalesForce, Oracle EBS, Taleo, Outlook & Kofax Modules (20)

How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development - ...
How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development - ...How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development - ...
How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development - ...
 
How Oracle Mobile Cloud and Oracle MAF can Acccelerate Mobile Application Dev...
How Oracle Mobile Cloud and Oracle MAF can Acccelerate Mobile Application Dev...How Oracle Mobile Cloud and Oracle MAF can Acccelerate Mobile Application Dev...
How Oracle Mobile Cloud and Oracle MAF can Acccelerate Mobile Application Dev...
 
Mobilizing Oracle Applications ERP - A Whitepaper by RapidValue Solutions
Mobilizing Oracle Applications ERP - A Whitepaper by RapidValue SolutionsMobilizing Oracle Applications ERP - A Whitepaper by RapidValue Solutions
Mobilizing Oracle Applications ERP - A Whitepaper by RapidValue Solutions
 
Whitepaper KidoZen overview
Whitepaper KidoZen  overviewWhitepaper KidoZen  overview
Whitepaper KidoZen overview
 
Oracle AIA - Does it deliver on it's integration promise?
Oracle AIA - Does it deliver on it's integration promise?Oracle AIA - Does it deliver on it's integration promise?
Oracle AIA - Does it deliver on it's integration promise?
 
What Is Oracle Fusion Middleware .pdf
What Is Oracle Fusion Middleware .pdfWhat Is Oracle Fusion Middleware .pdf
What Is Oracle Fusion Middleware .pdf
 
200 OK WhitePaper
200 OK WhitePaper200 OK WhitePaper
200 OK WhitePaper
 
Reason To Choose Oracle APEX (Application Express).pdf
Reason To Choose Oracle APEX (Application Express).pdfReason To Choose Oracle APEX (Application Express).pdf
Reason To Choose Oracle APEX (Application Express).pdf
 
Top 10 Reasons to Choose Oracle ERP Cloud Financials
Top 10 Reasons to Choose Oracle ERP Cloud FinancialsTop 10 Reasons to Choose Oracle ERP Cloud Financials
Top 10 Reasons to Choose Oracle ERP Cloud Financials
 
MCSDataSheet
MCSDataSheetMCSDataSheet
MCSDataSheet
 
Oracle and its related technologies
Oracle and its related technologiesOracle and its related technologies
Oracle and its related technologies
 
Oracle and its related technologies
Oracle and its related technologiesOracle and its related technologies
Oracle and its related technologies
 
Oracle AIA - Does it deliver on it's integration promise? (whitepaper)
Oracle AIA - Does it deliver on it's integration promise? (whitepaper)Oracle AIA - Does it deliver on it's integration promise? (whitepaper)
Oracle AIA - Does it deliver on it's integration promise? (whitepaper)
 
Solix EDMS and Oracle Exadata: Transitioning to the Private Cloud
Solix EDMS and Oracle Exadata: Transitioning to the Private CloudSolix EDMS and Oracle Exadata: Transitioning to the Private Cloud
Solix EDMS and Oracle Exadata: Transitioning to the Private Cloud
 
Adf 11
Adf 11Adf 11
Adf 11
 
Oracle E-Business Suite – Should I Stay,.pptx
Oracle E-Business Suite – Should I Stay,.pptxOracle E-Business Suite – Should I Stay,.pptx
Oracle E-Business Suite – Should I Stay,.pptx
 
Harness Mobility - Go Mobile On Oracle Apps
Harness Mobility - Go Mobile On Oracle AppsHarness Mobility - Go Mobile On Oracle Apps
Harness Mobility - Go Mobile On Oracle Apps
 
Rapid cloudapplicationdevelopmentwithlimeds
Rapid cloudapplicationdevelopmentwithlimedsRapid cloudapplicationdevelopmentwithlimeds
Rapid cloudapplicationdevelopmentwithlimeds
 
Modern productivity solutions for a modern government
Modern productivity solutions for a modern governmentModern productivity solutions for a modern government
Modern productivity solutions for a modern government
 
Fusion applications gl and ar suresh c-mishra
Fusion applications   gl and ar suresh c-mishraFusion applications   gl and ar suresh c-mishra
Fusion applications gl and ar suresh c-mishra
 

More from RapidValue

How to Build a Micro-Application using Single-Spa
How to Build a Micro-Application using Single-SpaHow to Build a Micro-Application using Single-Spa
How to Build a Micro-Application using Single-SpaRapidValue
 
Play with Jenkins Pipeline
Play with Jenkins PipelinePlay with Jenkins Pipeline
Play with Jenkins PipelineRapidValue
 
Accessibility Testing using Axe
Accessibility Testing using AxeAccessibility Testing using Axe
Accessibility Testing using AxeRapidValue
 
Guide to Generate Extent Report in Kotlin
Guide to Generate Extent Report in KotlinGuide to Generate Extent Report in Kotlin
Guide to Generate Extent Report in KotlinRapidValue
 
Automation in Digital Cloud Labs
Automation in Digital Cloud LabsAutomation in Digital Cloud Labs
Automation in Digital Cloud LabsRapidValue
 
Microservices Architecture - Top Trends & Key Business Benefits
Microservices Architecture -  Top Trends & Key Business BenefitsMicroservices Architecture -  Top Trends & Key Business Benefits
Microservices Architecture - Top Trends & Key Business BenefitsRapidValue
 
Uploading Data Using Oracle Web ADI
Uploading Data Using Oracle Web ADIUploading Data Using Oracle Web ADI
Uploading Data Using Oracle Web ADIRapidValue
 
Appium Automation with Kotlin
Appium Automation with KotlinAppium Automation with Kotlin
Appium Automation with KotlinRapidValue
 
Build UI of the Future with React 360
Build UI of the Future with React 360Build UI of the Future with React 360
Build UI of the Future with React 360RapidValue
 
Python Google Cloud Function with CORS
Python Google Cloud Function with CORSPython Google Cloud Function with CORS
Python Google Cloud Function with CORSRapidValue
 
Real-time Automation Result in Slack Channel
Real-time Automation Result in Slack ChannelReal-time Automation Result in Slack Channel
Real-time Automation Result in Slack ChannelRapidValue
 
Automation Testing with KATALON Cucumber BDD
Automation Testing with KATALON Cucumber BDDAutomation Testing with KATALON Cucumber BDD
Automation Testing with KATALON Cucumber BDDRapidValue
 
How to Implement Micro Frontend Architecture using Angular Framework
How to Implement Micro Frontend Architecture using Angular FrameworkHow to Implement Micro Frontend Architecture using Angular Framework
How to Implement Micro Frontend Architecture using Angular FrameworkRapidValue
 
Video Recording of Selenium Automation Flows
Video Recording of Selenium Automation FlowsVideo Recording of Selenium Automation Flows
Video Recording of Selenium Automation FlowsRapidValue
 
JMeter JMX Script Creation via BlazeMeter
JMeter JMX Script Creation via BlazeMeterJMeter JMX Script Creation via BlazeMeter
JMeter JMX Script Creation via BlazeMeterRapidValue
 
Migration to Extent Report 4
Migration to Extent Report 4Migration to Extent Report 4
Migration to Extent Report 4RapidValue
 
The Definitive Guide to Implementing Shift Left Testing in QA
The Definitive Guide to Implementing Shift Left Testing in QAThe Definitive Guide to Implementing Shift Left Testing in QA
The Definitive Guide to Implementing Shift Left Testing in QARapidValue
 
Data Seeding via Parameterized API Requests
Data Seeding via Parameterized API RequestsData Seeding via Parameterized API Requests
Data Seeding via Parameterized API RequestsRapidValue
 
Test Case Creation in Katalon Studio
Test Case Creation in Katalon StudioTest Case Creation in Katalon Studio
Test Case Creation in Katalon StudioRapidValue
 
How to Perform Memory Leak Test Using Valgrind
How to Perform Memory Leak Test Using ValgrindHow to Perform Memory Leak Test Using Valgrind
How to Perform Memory Leak Test Using ValgrindRapidValue
 

More from RapidValue (20)

How to Build a Micro-Application using Single-Spa
How to Build a Micro-Application using Single-SpaHow to Build a Micro-Application using Single-Spa
How to Build a Micro-Application using Single-Spa
 
Play with Jenkins Pipeline
Play with Jenkins PipelinePlay with Jenkins Pipeline
Play with Jenkins Pipeline
 
Accessibility Testing using Axe
Accessibility Testing using AxeAccessibility Testing using Axe
Accessibility Testing using Axe
 
Guide to Generate Extent Report in Kotlin
Guide to Generate Extent Report in KotlinGuide to Generate Extent Report in Kotlin
Guide to Generate Extent Report in Kotlin
 
Automation in Digital Cloud Labs
Automation in Digital Cloud LabsAutomation in Digital Cloud Labs
Automation in Digital Cloud Labs
 
Microservices Architecture - Top Trends & Key Business Benefits
Microservices Architecture -  Top Trends & Key Business BenefitsMicroservices Architecture -  Top Trends & Key Business Benefits
Microservices Architecture - Top Trends & Key Business Benefits
 
Uploading Data Using Oracle Web ADI
Uploading Data Using Oracle Web ADIUploading Data Using Oracle Web ADI
Uploading Data Using Oracle Web ADI
 
Appium Automation with Kotlin
Appium Automation with KotlinAppium Automation with Kotlin
Appium Automation with Kotlin
 
Build UI of the Future with React 360
Build UI of the Future with React 360Build UI of the Future with React 360
Build UI of the Future with React 360
 
Python Google Cloud Function with CORS
Python Google Cloud Function with CORSPython Google Cloud Function with CORS
Python Google Cloud Function with CORS
 
Real-time Automation Result in Slack Channel
Real-time Automation Result in Slack ChannelReal-time Automation Result in Slack Channel
Real-time Automation Result in Slack Channel
 
Automation Testing with KATALON Cucumber BDD
Automation Testing with KATALON Cucumber BDDAutomation Testing with KATALON Cucumber BDD
Automation Testing with KATALON Cucumber BDD
 
How to Implement Micro Frontend Architecture using Angular Framework
How to Implement Micro Frontend Architecture using Angular FrameworkHow to Implement Micro Frontend Architecture using Angular Framework
How to Implement Micro Frontend Architecture using Angular Framework
 
Video Recording of Selenium Automation Flows
Video Recording of Selenium Automation FlowsVideo Recording of Selenium Automation Flows
Video Recording of Selenium Automation Flows
 
JMeter JMX Script Creation via BlazeMeter
JMeter JMX Script Creation via BlazeMeterJMeter JMX Script Creation via BlazeMeter
JMeter JMX Script Creation via BlazeMeter
 
Migration to Extent Report 4
Migration to Extent Report 4Migration to Extent Report 4
Migration to Extent Report 4
 
The Definitive Guide to Implementing Shift Left Testing in QA
The Definitive Guide to Implementing Shift Left Testing in QAThe Definitive Guide to Implementing Shift Left Testing in QA
The Definitive Guide to Implementing Shift Left Testing in QA
 
Data Seeding via Parameterized API Requests
Data Seeding via Parameterized API RequestsData Seeding via Parameterized API Requests
Data Seeding via Parameterized API Requests
 
Test Case Creation in Katalon Studio
Test Case Creation in Katalon StudioTest Case Creation in Katalon Studio
Test Case Creation in Katalon Studio
 
How to Perform Memory Leak Test Using Valgrind
How to Perform Memory Leak Test Using ValgrindHow to Perform Memory Leak Test Using Valgrind
How to Perform Memory Leak Test Using Valgrind
 

Recently uploaded

WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 

Recently uploaded (20)

WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 

Unified Mobile Application to Integrate SalesForce, Oracle EBS, Taleo, Outlook & Kofax Modules

  • 1. Unified Mobile Application to Integrate SalesForce, Oracle EBS, Taleo, Outlook & Kofax Modules A Whitepaper by RapidValue Solutions ©RapidValue Solutions
  • 2. 01 02 16 07 08 13 index Executive Summary Sample Implementation – Building Unified Mobile Application Conclusion Single Sign-on Authentication using ADFS and OID Mobilized Use Cases Solution Benefits ©RapidValue Solutions 17 About RapidValue
  • 3. In the last couple of years, enterprises have understood that mobile applications can help them reduce the infrastructure costs, boost productivity and facilitate flexibility of millennial employees. As a result, we now observe a plethora of enterprise mobile applications in the market. Employers and employees both find it challenging to manage and economically maintain multiple applications catering to different use cases. This paper is a continuation of the previous whitepaper on Approach to Unified Mobile Application Implementation for Multisystem Integration. It discusses solution to the above- mentioned problem by describing a sample integrated implementation which manages various important use cases from different legacy systems. A unified mobile application acts as a one-stop solution for the sales team as it will mobilize use cases right from recruitment of sales team to submitting and approving their expense reports/ purchase requisitions to managing opportunities and contacts along with respective follow-ups. This includes integration of various on-premise and cloud-based systems like Oracle EBS, Salesforce, Oracle Taleo, Kofax and MS Outlook. Executive Summary The entire design of the unified mobile application is scalable and modularized for ensuring flexibility and easy configuration. The Unified Mobile App solution mentioned in the whitepaper provides an intuitive UI and also, a highly customizable and scalable solution. This paves the way for future integrations. Mobilizing legacy systems with Unified Mobile App has several advantages. You can seamlessly, share data where it’s needed to automate business processes. It provides users a 360-degree view of business- critical information. This paper explains how to build a Unified Mobile Application to Integrate SalesForce.com (SFDC), Oracle E-Business Suite (EBS), Taleo, Outlook and Kofax Modules. 1 ©RapidValue Solutions Unified Mobile Application to Integrate SFDC, Oracle EBS, Taleo, Outlook and Kofax Modules 1
  • 4. Sample Implementation- Building Unified Mobile Application Single Sign-on Authentication using ADFS and OID Mobilized Use Cases Solution Benefits ©RapidValue Solutions 2 Unified Mobile Application to Integrate SFDC, Oracle EBS, Taleo, Outlook and Kofax Modules
  • 5. Sample Implementation- Building Unified Mobile Application In this section, we have explained with a real-world scenario on how RapidValue has implemented a Unified Mobile application solution to integrate Oracle EBS, Taleo, Salesforce and MS Outlook Modules using Kofax as a third party storage system. Synchrony between Oracle MAF/PhoneGap and Oracle MCS can help to swiftly churn out cross- platform applications integrating multiple ERP, CRM and third party storage systems (modules like I-expense/Approvals from Oracle EBS, Kofax for third party file storage, Salesforce and MS Outlook) to provide a unified mobile experience. With Oracle Mobile Cloud Service (MCS) & Oracle Mobile Application Framework (MAF), You can seamlessly orchestrate MS exchange services, EBS web services, Kofax document store services and cloud-based Salesforce services and also can implement the integrated cross-platform app (Android/iOS) within 6-8 weeks which otherwise with a native approach, will take 22-24 weeks of effort. That is approximately 65-75% lesser time compared to the usual method of mobilizing. The key benefit of embarking on cloud journey with Oracle MCS is that it opens doors to future integrations with different modules of multiple systems. Thus, reducing future compatibility cost. 3 Unified Mobile Application to Integrate SalesForce, Oracle EBS, Taleo, Outlook and Kofax Modules ©RapidValue Solutions
  • 6. Taleo Approve/Reject Recruitment Requisitions and Offer letters. Online/Offline Mode Tackle intermittent Internet connectivity with an offline feature. Salesforce Leads, Opportunities & Contact Management with real-time updates. MS Outlook Calendar sync with multiple Salesforce contacts, Meeting Reminders and Events. Oracle Approvals Approve/Reject worklist like Purchase Orders, Purchase Requisitions, Invoices, Leave Requests, Expense Reports. Essential Features Some of the essential features for the unified mobile application are: 01 Oracle Expense Management Create/view Expense Reports, Report Withdrawal, Authority Delegation, Capturing Receipt Images using a mobile camera, credit card integration, Kofax integration for capturing expense receipt attachments. Sample Implementation- Building Unified Mobile Application 4 Unified Mobile Application to Integrate SalesForce, Oracle EBS, Taleo, Outlook and Kofax Modules ©RapidValue Solutions
  • 7. Architectural Approach The major layers/components of the architecture deployed for mobilizing Oracle EBS with Salesforce and MS Outlook integration is explained below: 02 ON-PREMISE MOBILE CLOUD SERVICE DatabaseJava Container Oracle Internet Directory ADFS Active Directory Cross-platform Apps Sample Implementation- Building Unified Mobile Application 5 Unified Mobile Application to Integrate SalesForce, Oracle EBS, Taleo, Outlook and Kofax Modules ©RapidValue Solutions
  • 8. Authentication The mobile application is authenticated using MCS SSO with Microsoft AD which is federated. (ADFS) ADFS sits on top of AD (which is in sync with OID) and thus, it is federated for Oracle EBS, Salesforce, Taleo and Outlook. Oracle MCS makes the architecture future proof, scalable and secure. Also, with out-of-the box connectors available for other integration services, like Oracle Integration Cloud Service (ICS), the architecture is more ‘future-designed’ at a time when the companies are moving towards Cloud infrastructure. Using MCS, more cloud services can be integrated as it facilitates faster creation of Custom API and Connector API. Also, MCS is compatible with multiple mobile platforms with out-of- the box SDKs for native iOS, Android and cross- platform frameworks like Oracle MAF and Xamarin etc. It has technologies for location API, Analytics, Document Storage, Push Notifications, Connector API’s etc. which help the organization to build on top of current architecture for future requirements such as location services or analytic reporting. Secure Integration The web services are exposed from Oracle EBS using ‘Java Container’ (Custom) which creates REST APIs from the Oracle Pl/SQL custom packages deployed in Oracle DB. The Java Container is connected to Oracle DB using Java Database Connectivity (JDBC) connection. The Java Connector also, fetches and posts files to Kofax (a third party file storage system). The Rest services are passed to Oracle MCS using a Reverse proxy setup in DMZ layer for additional security to mask the enterprise systems from internet. There will be internal and external reverse proxies. For high availability, a load balancer is also used in external DMZ. Oracle MCS Oracle MCS is used as an integration and mobile backend services system. Push notifications, mobile user management are managed using MCS. Custom APIs are developed for web service orchestration (aggregation) using MCS for Oracle EBS services, Outlook, Taleo and Salesforce API’s. Also, MCS is used for logging transactional data like various events from mobile, API performance etc. for getting analytical information for mobile app usages. Mobile Client Mobile application is built using cross- platform technology like Oracle MAF or PhoneGap or open source JavaScript technologies, so that one single source code can be used to get a build that can run on iOS, Android and Windows phone. Sample Implementation- Building Unified Mobile Application 6 Unified Mobile Application to Integrate SalesForce, Oracle EBS, Taleo, Outlook and Kofax Modules ©RapidValue Solutions
  • 9. For organizations using ADFS as SSO federated system, list of user IDs (to be used in unified mobile app) can be uploaded to MCS in order to map it to AD. The user id repository in MCS can be updated regularly from ADFS using an automated Selenium scripts. Oracle Internet Directory (OID), which is part of Oracle Identity Management Solution of Fusion middlewareproductsuite,isusedforimplementing secure login from the mobile application to Oracle E-Business ERP. OID, leveraging the security from Oracle database layer, helps to authenticate against Oracle EBS through Oracle Access Manager (OAM). OID integrates seamlessly with Microsoft AD and gets in sync with AD user profiles. Salesforce, Taleo and Outlook use ADFS and AD for login respectively, so there is no other mapping required for implementing secure login from the mobile application. Thus, with a single sign-on ID, defined in Active directory, the user can access different systems like Oracle EBS, Salesforce, Taleo and MS outlook calendar on his/her mobile device. Single Sign-on Authentication using Active Directory Federation Services (ADFS) and Oracle Internet Directory (OID) Sample Implementation- Building Unified Mobile Application 7 Unified Mobile Application to Integrate SalesForce, Oracle EBS, Taleo, Outlook and Kofax Modules ©RapidValue Solutions
  • 10. Using the same architecture explained above, the following use cases can also, be easily mobilized in a mashed up way. Mobilized Use Cases Field Service Management Approval Management Service Management Viewing the Pending Approvals Task Management Respond to Notifications Task Debrief Capture Notes Digital Signature Google Map Navigation Manager Console Approvals History Viewing Attachments Offline Capability Locate Technicians on Google Map Purchase Requisition User & Device Management Purchase Orders Messaging & Video Conferencing Leave Request Invoices Expense Report Sample Implementation- Building Unified Mobile Application 8 Unified Mobile Application to Integrate SalesForce, Oracle EBS, Taleo, Outlook and Kofax Modules ©RapidValue Solutions
  • 11. Inventory Management Order Management Check Stock Availability of Items Online Creation Perform Sub-Inventory Transfers Online Booking of Sales Orders View Status of Booked Orders Pick, Release and Shipping of Booked Orders Generate Invoice for Shipping Orders View Invoice and PDF Outcomes View Transfer Transactions Perform Picking Perform Issues Conduct Cycle Counting Receive Items in Inventory Perform License Plate Number (LPN) Transfer Inquire about License Plate Number Sample Implementation- Building Unified Mobile Application 9 Unified Mobile Application to Integrate SalesForce, Oracle EBS, Taleo, Outlook and Kofax Modules ©RapidValue Solutions
  • 12. Procurement Management HRMS Creating a Purchase Requisition (PR) Viewing PRs Creating Purchase Orders (PO) Creating Receipts Viewing Receipts View and Edit Employee Profile View Organization Hierarchy Chart Employee Look-up Apply Absence using Team Calendar View and Search Paystub Office Capability Sample Implementation- Building Unified Mobile Application 10 Unified Mobile Application to Integrate SalesForce, Oracle EBS, Taleo, Outlook and Kofax Modules ©RapidValue Solutions
  • 13. I-Expense Time and Labor Online Creation and Submission of Expense Reports Individual Time Entry Time Card Review Editing Already Saved Time Cards Submitting Multiple Time Card Simultaneously Fast Time Entry Time Card Approvals Punch-in (Stop Watch Enabled Time Entry) Setting Default Parameters Capture Photographs of Receipts using Mobile Cameras and Upload to Expense Reports View Status of Expense Reports Submitted Withdrawal of Expense Reports for Editing Manager Approvals Authority Delegation Integration with Corporate and Personal Credit Cards for Importing Charges to Expense Report Sample Implementation- Building Unified Mobile Application 11 Unified Mobile Application to Integrate SalesForce, Oracle EBS, Taleo, Outlook and Kofax Modules ©RapidValue Solutions
  • 14. SFDC Outlook Taleo View Contacts Schedule Events View Opportunities Schedule Reminders Create Contacts Create Opportunities Approve Requisition Approve Offer Letter Sample Implementation- Building Unified Mobile Application 12 Unified Mobile Application to Integrate SalesForce, Oracle EBS, Taleo, Outlook and Kofax Modules ©RapidValue Solutions
  • 15. Solution Benefits The unified mobile application solution, owning to custom java connector and cloud integration, not only provides an intuitive UI but also a highly customizable and scalable solution which open doors to future integrations. Mobilizing legacy systems with the unified mobile application has a plethora of advantages like: Increased Employee Productivity Promotes BYOD Culture, Reduces InfrastructureCostand Provides Easy Maintenance Drastic Reduction in Transaction Time (up to 75 %) Quick Time to Market 01 02 03 04 This flexibility helps the employee to maintain a good work-life balance as employees can utilize their travelling time and can effectively contribute by taking timely business decisions. Mobilizing daily use cases of multiple legacy systems will surely incur initial investment but the savings in the long run, wins the deal. Since employees are free to use their own mobile devices, employers save a lot of equipment/paper printing costs and also, avert delay in business decision making. A unified mobile application saves employers from spending on maintenance of multiple apps catering to different legacy systems. The expense approval time which typically takes between 1-5 days can be reduced to 2 to 4 hours using Oracle MCS. Owning to pre- built connectors and adapters, the unified application solution can be quickly configured to work with any legacy system like Oracle EBS, Mainframes, SFDC, SAP, Outlook etc. With Oracle MCS and MAF, you can develop cross-platform applications for Android/ iPhone using a single source code. Oracle MCS simplifies the integration as most of the backend features could be siphoned off to MBAAS. There are SDKs and out-of- the box APIs for features like Push Notification, Storage collections, Location API, Custom connectors and Analytics. Custom API creation and aggregation for Oracle EBS, Taleo, Outlook & Salesforce APIs is quicker. End points for web services in MCS could be tested faster during the implementation using MCS console. Overall, with cross- platform mobile development frameworks and MCS we could implement a lot more features in half the time frame (~50 % reduction in time to market). Sample Implementation- Building Unified Mobile Application 13 Unified Mobile Application to Integrate SalesForce, Oracle EBS, Taleo, Outlook and Kofax Modules ©RapidValue Solutions
  • 16. Identification of Usage Patterns in Business Processes using MCS Analytics 05 Leveraging mobile client SDK, MCS can record data and provide analytical details on Users, Sessions and API calls details. The analytical information will help CIO of companies to: Do a quantitative analysis of reduction in transaction time after implementation of mobile app. Highlight the pain point areas in a business work-flow by recording a series of event details. Ensure conformance to pre-defined SLAs after verifying the number of API failures. Quantify the mobile/BYOD adoption rate in the organization. Determine the need of infrastructure upgrades by measuring concurrent session usage. Cut the infrastructure cost for physical data storage and operations especially when integrating with multiple systems like Oracle EBS, SAP, Taleo, SFDC, Outlook etc. Cross-platform Availability Mashup Data from Multiple Sources Highly Secure Environment 06 07 08 The unified application is available on Android, iOS & Windows, in both mobile and tablet versions. The unified application can integrate multiple sources like SFDC, Mainframes, Taleo, Oracle EBS, SAP, Outlook etc. The use of reverse proxies both externally and internally masks the backend systems from Internet and the mobile application does not directly communicate with legacy systems. Highly Scalable09 Since the unified mobile is based on cloud platform, it can easily be scaled up for higher usage. Sample Implementation- Building Unified Mobile Application 14 Unified Mobile Application to Integrate SalesForce, Oracle EBS, Taleo, Outlook and Kofax Modules ©RapidValue Solutions
  • 17. User Analytics Compatibility Third party storage integration Push Notifications Touch Id authentication NO NO NO NO YES YES YES YES Feature Out-of-the box Apps Unified Mobile App Cross-Platform Availability NO YES Compatible with lower EBS versions (<R12) and other legacy sysytem Scalability / Modularity (Future integrations to SAP etc.) NO NO YES YES Much More to Offer than Standard ’Out-of-the box’ Apps 10 Sample Implementation- Building Unified Mobile Application 15 Unified Mobile Application to Integrate SalesForce, Oracle EBS, Taleo, Outlook and Kofax Modules ©RapidValue Solutions
  • 18. Conclusion The Unified Mobile Application Solution is highly modular and can adapt to any specific client use cases. The modules are loosely coupled which makes it easy to add and remove different functionalities and features that can mobilize various backend systems. A typical Unified Mobile Application implementation can provide a one stop solution integrating multiple modules from SFDC, Oracle EBS, Taleo , Outlook and Kofax systems and present data in a mashed up way. Owning to cloud infrastructure , the web services can be scaled up and adapt to different user loads. The secure architecture uses internal and external reverse proxies to ensure that the enterprise backend systems are not directly exposed to internet. The user analytics feature provided by Oracle MCS can help identify process pain points and thus , further add to ROI. About the Author Saurabh Bahree is the Senior Consultant, Oracle Mobility at RapidValue. He is a certified scrum master and PMP professional. Saurabh is an MBA graduate from the Great Lakes Institute of Management and he comes with over 7 years of international work experience in health management, financial regulatory reporting and Oracle ERP domain. If you’d like to know more about Unified Mobile Application Solutions, please reach out to us at contactus@rapidvaluesolutions.com We’d be happy to hear from you! Saurabh Bahree Senior Mobility Consultant/ Scrum Master 16 ©RapidValue Solutions Unified Mobile Application to Integrate SFDC, Oracle EBS, Taleo, Outlook and Kofax Modules 16
  • 19. Disclaimer: This document contains information that is confidential and proprietary to RapidValue Solutions Inc. No part of it may be used, circulated, quoted, or reproduced for distribution outside RapidValue. If you are not the intended recipient of this report, you are hereby notified that the use, circulation, quoting, or reproducing of this report is strictly prohibited and may be unlawful. A global leader in digital transformation for enterprise providing end-to-end mobility, omni-channel, IoT and cloud solutions. Armed with a large team of experts in consulting, UX design, application development, integration and testing, along with experience delivering projects worldwide, in mobility and cloud, we offer a wide range of services across industry verticals. We deliver services to the world’s top brands, fortune 1000 companies, Multinational companies and emerging start-ups. We have offices in the United States, UK and India. www.rapidvaluesolutions.com +1 877.643.1850 www.rapidvaluesolutions.com/blog contactus@rapidvaluesolutions.com ©RapidValue Solutions March, 2017