Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
On the expiration date of application key, is there any possibility to trigger any service ?
Solved! Go to Solution.
As far as I know, an Application Key does not have such an event. But it could be possible to setup an mechanism with a scheduler. Either you configure the scheduler manually which then performs the actions you want. Or you write a service that extracts the AppKeys expiration date with "GetExpirationDate()" and then configures the trigger time on a scheduler accordingly.
As far as I know, an Application Key does not have such an event. But it could be possible to setup an mechanism with a scheduler. Either you configure the scheduler manually which then performs the actions you want. Or you write a service that extracts the AppKeys expiration date with "GetExpirationDate()" and then configures the trigger time on a scheduler accordingly.