Skip to content

Sales Assist is a miniaturized Sales Force application created using Oracle ADF and JDeveloper.

Notifications You must be signed in to change notification settings

HyzamAli/Sales-Force-Automation---Oracle-ADF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sales Assist

Sales-Force-Automation (Oracle-ADF)

Sales Assist is a miniaturized Sales Force application created using Oracle ADF and JDev.

Requirements

Setting up Database and running

  • Inside the opening terminal of Oracle DB VM, enter the following
SQLPLUS
--Username - SYSTEM
--Password - oracle

ALTER SESSION SET "_ORACLE_SCRIPT"=true;
CREATE USER hyzam IDENTIFIED BY hyzam;
GRANT ALL PRIVILEGES TO hyzam;
  • Now back inside your machine, open SQLDeveloper and create a new connection with the following properties

    • username - hyzam
    • password - hyzam
    • port - 1521
    • service name - ORCL
  • Inside SQLDeveloper run this script for the newly created connection

  • Now open Jdev and clone the repository from Tools > Git > Clone

  • To run the application : ViewController > Web Content > login.jsf - Right click and click run

    • To run as administrator
      • username: admin
      • password: admin1234
    • To run as Sales Representative
      • username: user
      • password: user1234

Contributers Guidelines

  • Create an issue describing the bug/enhancement
  • Open a pull request with the branch containing the fix/enhancement and the issue number associated

Current Contributers

About

Sales Assist is a miniaturized Sales Force application created using Oracle ADF and JDeveloper.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages