Developer forum

Forum » Development » Event on eCommerce order list

Event on eCommerce order list

Nuno Aguiar
Reply

Hi,

 

I need to contact a WS the first time a user enters the orderlist in the backend after logging in. Is there a way to achieve this?

 

Nuno


Replies

 
Nicolai Høeg Pedersen
Reply

You can make a piece of code in Global.asax that 'listens' to the URL being called. If it is the orderlist, contact your webservice, and then set a session and bypass that call for subsequent calls.

 

Alternatively use the Notifications.Standard.Application.BeginRequest notification and do the same.

 

BR

 
Nuno Aguiar
Reply

Hi Nicolai,

 

Thanks for the advice. We'll do it like that.

 

Cheers,

Nuno

 

You must be logged in to post in the forum