cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

app key expiration date

AP_9587236
17-Peridot

app key expiration date

On the expiration date of application key, is there any possibility to trigger any service ?

1 ACCEPTED SOLUTION

Accepted Solutions
DanZ
15-Moonstone
(To:AP_9587236)

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.

View solution in original post

1 REPLY 1
DanZ
15-Moonstone
(To:AP_9587236)

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.

Top Tags