Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi,
I want implement some action after login , such as set certain context value to the global session. but how to make the service executed automatically after login ?
Regards,
Sean
Solved! Go to Solution.
Regardless of the method of login (if you rely on the User-set Mashup, Organization Mashup or direct access to a Mashup), I would use a master Mashup (or a contained Mashup in a normal Mashup if you don't want Master Mashup) where I put all my "setup" services like these, chained so I create my own order of execution, which would trigger the Refresh event on the inner mashup - you'd need to wire your internal services to RefreshRequested instead of MashupLoaded
You can really set the Mashup name as a result of your last service so you don't rely on binding on the Refresh requested, but it's just a small detail.
Regardless of the method of login (if you rely on the User-set Mashup, Organization Mashup or direct access to a Mashup), I would use a master Mashup (or a contained Mashup in a normal Mashup if you don't want Master Mashup) where I put all my "setup" services like these, chained so I create my own order of execution, which would trigger the Refresh event on the inner mashup - you'd need to wire your internal services to RefreshRequested instead of MashupLoaded
You can really set the Mashup name as a result of your last service so you don't rely on binding on the Refresh requested, but it's just a small detail.