Posts

Showing posts from July, 2015

Constructor Type in OpenSpan

Image

Reading outlook message file (.msg) using OpenSpan

Image
Use Case 1) Agents pulls out outlook message file from a shared location. 2) Tabular data contained in the body of the email needs to be read for preparing a facility letter. Requirements:- 1) Automation should pick up the outlook message file from the desired location. 2) Read the body of the email. 3) Retrieve the information from the table. Solution:-

User Input Validation in OpenSpan

Image

Implementing FileSystemWatcher in OpenSpan

Image

OpenSpan Citrix Mix-Mode

Image
(a) (b) (c) (d)

Using LINQ in OpenSpan

Image
LINQ in OpenSpan LINQ can be implemented using OpenSpan's script component but some tweaking is required. Follow the below steps to achieve this:-   1    2    3   Thanks.