servicenow-box integration

13
ServiceNow –Box Integration May, 19, 2016

Upload: nagendra-b

Post on 15-Apr-2017

240 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: ServiceNow-Box Integration

ServiceNow –Box Integration May, 19, 2016

Page 2: ServiceNow-Box Integration

Requirement Overview SECTION 1 |

Page 3: ServiceNow-Box Integration

Requirement

• Details:– Auto folder creation upon record creation– Auto folder Update record update– Directory Reconstruction – File data push Reconstruction – Parallel Processing (Multi threading)– Transfer ServiceNow attachments to Box

record folders

Page 4: ServiceNow-Box Integration

ServiceNow-Box

Comes in two different version

ServiceNow-Box Connector ( Multi-Threaded )

ServiceNow-Box Connector ( Standalone )

Page 5: ServiceNow-Box Integration

ServiceNow-BoxWith Middle-Ware Without Middle-Ware ( Standalone )

• Parallel Processing ( Multi threaded )

• No overload on service-now instance

• Future customization ( Adding admin console for integration )

• Sequential Upload • More load on the Service

Now instance• Future customization is

Limited to application scope.

ServiceNow Middle-ware

BOX ServiceNow BOX

Page 6: ServiceNow-Box Integration

Work FlowSECTION 2 |

Page 7: ServiceNow-Box Integration
Page 8: ServiceNow-Box Integration

Technologies UsedSECTION 3 |

Page 9: ServiceNow-Box Integration

Tools & Libraries Used

ServiceNow Scripting

• Rest Messages • Business Rules • Script Includes• BOX custom JavaScript library• UI- Scripts • Client Scripts• ServiceNow-Box Authentication Module

Page 10: ServiceNow-Box Integration

Multi-Threading Environment

• Non blocking upload • Upload multiple files at

super fast speed• Efficient and responsive

Page 11: ServiceNow-Box Integration

ServiceNow-Box

Middle-Ware Spec

• Rest API• Implemented Using Jersey Rest API • Can be deployed on any servlet container ( Tomcat , Jboss ,…) • Compatible with JAVA 7 and 8

Page 12: ServiceNow-Box Integration

Questions ?

Page 13: ServiceNow-Box Integration

Thank You

Team - JCS