Click or drag to resize

Introduction

Welcome to the ShipExec Developer Guide. This guide seeks to provide developers/integrators with the necessary reference materials to integrate ShipExec into a customers environment. The guide is divided into three sections, Architecture, Business Rules, and an API reference.

This section provides information regarding the overall architecture of ShipExec.

This section provides information regarding integrating ShipExec using Client or Server Side Business Rules.

Client Business Rules

Client Business Rules run in the ShipExec Thin Client and are written in JavaScript. Client business rules are configured in the ShipExec Management Studio application. Additional configuration options can be set at the profile level using the ShipExec Management Studio.

Server Business Rules

Server Business Rules run on the application server and are written in C# as a class library. Server Business Rules are loaded into the application using ShipExec Configuration tool. Additional configuration options can be set at the profile level using the ShipExec Management Studio.

This section provide information regarding ShipExec Classes, Interfaces and Enumerations.

See Also