Question
· Jan 25

Task Manager

Hi Team,

I want to create a task in the task manager to manage the member details. so what i have done let me first brief you :-

1) Created a persistent class to store the custom csv details into a sql table.

2) created a business service to take the custom csv file from a inbound folder and use this class (EnsLib.RecordMap.Service.FileService) to use RecordMap.

First i have created CSV Wizard then RecordMap then DTL and map the fields with csv values.

3) then i created a business process (EnsLib.MsgRouter.RoutingEngine) and created a business Rule in business Rule i'm taking the source as business service and passing it into business operation and applying transfer as a DTL).

So the csv file is picking up through business service and storing the values into SQL table (persistent class). but in business operation i'm confused which class should i use because if i'm using any class it's giving error. and after that i need to create a task as well.

Please give me steps to handle this task....

Problem) I want to create a table to store member details like(name, address, phone etc..) from a custom csv file. Then i need to create a class to run the query to fetch the details from SQL table and need to send this data into txt format to a outbound directory also need to do all this thing in a Task (Task manager -> new task).

i have tried all the ways from my end but none of them worked smoothly. please give me Steps and class name to use in (e.g Business service -> which class need to use).

Discussion (2)3
Log in or sign up to continue