cancel
Showing results for 
Search instead for 
Did you mean: 

Executing an Action before client has received data

Former Member
0 Kudos

Hi,

Can I execute an Action before data has been sent to my client?

For example, I would like to mark some lines in my database as been sent do my client (with some code or datetime).

Nuno Cunha

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Well Nuno,

as I got it right the 3rd-Party application requests a Web Service on MII to get some data. And you like to know if it has received the data sucessfully. You will have 2 options - either you query the 3rd-Party application and see if the data are there or the better choice - let the application call a second Web Service in MII to tell you that the date were received sucessfully.

Maybe that helps

Ciao

Martin

Former Member
0 Kudos

Hi Martin,

It seems my problem would be I have a lot of "business logic" in MII hehehe

Thank you,

Nuno Cunha

jamie_cawley
Advisor
Advisor
0 Kudos

I would recommend just creating a stored procedure that select sthe needed data and sets a column with the needed info at the same time.

Jamie

Former Member
0 Kudos

Hi,

I did this way, but at this time I really have no idea if my client will receive the data or not...

Nuno Cunha

Former Member
0 Kudos

What do you mean by "Client"?

Chanti.

Former Member
0 Kudos

Hi,

Another system that call some transaction using the web service of MII.

Nuno