ここまでできる!salesforce connect 最新機能 (winter17) のご紹介

26
..S22-8 Salesforce Connect dyʼm (Winter'17) 5/{ z |(Hiroyuki Inaba) Lead Solution Engineer, App Cloud

Upload: salesforce-developers-japan

Post on 22-Jan-2018

439 views

Category:

Technology


6 download

TRANSCRIPT

Page 1: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

S

Salesforce Connect yʼ (Winter'17)

(Hiroyuki Inaba)Lead Solution Engineer, App Cloud

Page 2: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

Forward-Looking Statements

Statement under the Private Securities Litigation Reform Act of 1995:

This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such uncertainties materialize or if any of the assumptions proves incorrect, the results of salesforce.com, inc. could differ materially from the results expressed or implied by the forward-looking statements we make. All statements other than statements of historical fact could be deemed forward-looking, including any projections of product or service availability, subscriber growth, earnings, revenues, or other financial items and any statements regarding strategies or plans of management for future operations, statements of belief, any statements concerning new, planned, or upgraded services or technology developments and customer contracts or use of our services.

The risks and uncertainties referred to above include – but are not limited to – risks associated with developing and delivering new functionality for our service, new products and services, our new business model, our past operating losses, possible fluctuations in our operating results and rate of growth, interruptions or delays in our Web hosting, breach of our security measures, the outcome of any litigation, risks associated with completed and any possible mergers and acquisitions, the immature market in which we operate, our relatively limited operating history, our ability to expand, retain, and motivate our employees and manage our growth, new releases of our service and successful customer deployment, our limited history reselling non-salesforce.com products, and utilization and selling to larger enterprise customers. Further information on potential factors that could affect the financial results of salesforce.com, inc. is included in our annual report on Form 10-K for the most recent fiscal year and in our quarterly report on Form 10-Q for the most recent fiscal quarter. These documents and others containing important disclosures are available on the SEC Filings section of the Investor Information section of our Web site.

Any unreleased services or features referenced in this or other presentations, press releases or public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make the purchase decisions based upon features that are currently available. Salesforce.com, inc. assumes no obligation and does not intend to update these forward-looking statements.

Page 3: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

C: 121!mHd mkH lp p_eW

s

ü 6 8V _N ʼ s m kü i i mü n m q q

Page 4: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

aHi1.Salesforce Connect& n&

Page 5: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

C VO]P O 8 O r i f 9 &( 9 ,&( f

- e h (). C VO]P O

#

1 OData 2.0 OData 4.0

OData 2.0 4.0 m mm ʼ jOData (Open Data Protocol) i m

REST m jSAP Microsoft sOData m ʼ s iNetWeaver SharePoint

y jSalesforce m m miSalesforce Connect ʼ

s j

2 Salesforce s m ʼ j iForce.com REST API ʼ j i

OData t Web m r j3 Apex ʼ OData x m© s iApex

Connector Framework ʼ ʼ j

Page 6: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

)& C VO]P O 8 O

Page 7: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

m

k k k ” ”wwq x si m q m x

x s r st m x

/ e h (). C VO]P O

m m

6

C6A$ VOm m

//STEP 1. Import required packagesimport java.sql.*;

public class FirstExample {// JDBC driver name and database URLstatic final String JDBC_DRIVER =

"com.mysql.jdbc.Driver";static final String DB_URL =

"jdbc:mysql://localhost/EMP";

// Database credentialsstatic final String USER = "username";static final String PASS = "password";

public static void main(String[] args) {Connection conn = null;Statement stmt = null;try{

//STEP 2: Register JDBC driverClass.forName("com.mysql.jdbc.Driver");

//STEP 3: Open a connectionSystem.out.println("Connecting to

database...");conn =

DriverManager.getConnection(DB_URL,USER,PASS);

//STEP 4: Execute a querySystem.out.println("Creating

statement...");stmt = conn.createStatement();String sql;sql = "SELECT id, first, last, age FROM

Employees";ResultSet rs = stmt.executeQuery(sql);

6

C6A$ VOm m

7

$m m

m m

i 2(( m x-2(( j 2(( m|

6

C6A$ VOm m

7

$m m

m m

m i67 m

q ” ”ww q x s q m x

Page 8: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

C VO]P O 8 O

w i ʼi m ti w m k m xr iC VO]P O

m ʼ s

9 ʼ i k m

0 e h (). C VO]P O

6

C6A$ VO9m m

7

C VO]P O 8 O9

Page 9: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

9 5

Ø 6C=C s j m ,&(• R 2 N ]& ]S] O & N Oa S N ,&( () Oa S N ,&( ()&R WV

B:CDP_V 6A= ʼ m m

1 e h (). C VO]P O

R 2 R ] 2 R C W VOCO S O&] 8 O SO] ) A N_ ]5 3 NO Lc3? WO

o

]O S O EB> O] _ O R [_O c S

Page 10: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

m C VO]P O 8 O kk j S O d)/ ohHc ”

)( e h (). C VO]P O

7 C /

Ø8CBy

Ø m >S R S8 O

Ø 1 6 )

Ø x w tw

Ø

Ø

Ø f_ cohHcu m m

Ø m m ? SVS m

m

Ø m mm

Ø

Page 11: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

& k

Page 12: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

b

pgn c

Page 13: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

)2 | ʼ

) e h (). C VO]P O

m m

C VO]P O 8 O9 &(

http://orderdb.herokuapp.com/orders.svc/

Page 14: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

bHeroku ODatam m

Page 15: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

2 O U_

)- e h (). C VO]P O

m8CF

https://odata-us.heroku.com/odata/v4/[ ]/

A ] O]m

O U_ 8 O:b O V LTO ]

Page 16: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

bʼ m m ʼ

r

Page 17: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

2 ʼ ʼi

)/ e h (). C VO]P O

A ] O]

C VO]P O 8 O9 ,&(

https://odata-us.heroku.com/odata/v4/[ ]/

L UVS]

O U_ 8 O:b O V LTO ]

k m FS]_ VP O

O] _ NO ]

Page 18: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

s w r

)0 e h (). C VO]P O

I vs tu : Postgres m i

(serial) s xr ( u ID)nSalesforce ” ʼ sSalesforcew i ” | iy m ʼ t mx

w i

Date Postgres m i”Date” xriSalesforce t u s

( xi m ʼt )

Postgres ”Date” ”Timestamp”

OLS (). )

Page 19: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

&

Page 20: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

m m

ØH I C VO]P O xi m m m ʼ jy

9 m m i m m k

( e h (). C VO]P O

m m

m m

m

OData

/ APEX SalesforceConnect(OData)

u JDBC

/

� m m 1:N ”

� ETL/EAI/ESB m ” u

Page 21: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

yp 2 | OL s s

) e h (). C VO]P O

u s

• Apex • Apex •••• m (Visual Workflow)• ʼ•• ( m)• m ( )• m• m m•• m m m

4C VO]P O 8 O g C VO]P O

4C VO]P O 8 O g4C VO]P O 8 O g 9 &( v ,&(

m

4 9 ,&( m4 9 &( m

OData 4.0 m Salesforce m m

Binary TextArea

Boolean Checkbox

Byte Number

Date DateTime

DateTimeOffset DateTime

Decimal Number

Double Number

Guid Text

Int16 Number

Int32 Number

Int64 Number

SByte Number

Single Number

StringText — OData x 255

LongTextArea — OData x 255 u

r 1 100

r4

w OAuth m 4,000

1 m m y 1 r ʼsj i m m m

s s j

50,000

OData HTTP © 8 MB

OData HTTP © 8 MB

OData © 16 MB

OData © 1,000

1 OData m(Enterprise EditioniPerformance EditionivUnlimited Edition j )

10,000

Page 22: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

. 1 1 _kHn

e h (). C VO]P O

Ø m x

Page 23: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

v

Page 24: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

ü m m mC VO]P O 8 O k y

ü y

T T

Page 25: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

m v s

( 2 D C D

- e h (). C VO]P O

l

Page 26: ここまでできる!Salesforce Connect 最新機能 (Winter17) のご紹介

Thank Y u