64
Views
1
Comments
REST API FOR Delete Data based on TIMER
Application Type
Traditional Web

Hi All Good Morning,

         I am a newbie in outsystems...I just using this environment for awhile...

I need to know how to write API for deleting a data depends on the time.

Cause:

The reason is  I couldn't delete the process on table once timer run on the screen...I need to delete that data based on timer values... with timer action.

2018-10-18 08-34-00
Eric Bulters
 
MVP

Hi Steve,


I am uncertain why you want an REST API for this.
To create a timer have a look here:

https://www.outsystems.com/training/courses/179/asynchronous-processing-with-timers/?LearningPathId=22

what you'll do is set up the action that you need to delete records and then add it to the timer. Set the timer to the specific time you want and activate it in service center. (should all be explained in the lessons above)


If you still prefer to create a REST service have a look here
https://www.outsystems.com/training/courses/116/integrating-with-web-services/


kind regards

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.