Question
6
Replies
83
Views
Posted: April 27, 2020
Last activity: April 28, 2020
delete unnecessary record in activity
HI
I am required to delete unnecesary records in activity.
In the activity, we use report definition to extract date, then they have unnecesary records in the extracted data, so we need to remove the records..
Could you tell me which method in activity should be used?
You can loop through the results and use Obj-Delete-By-Handle in the activity to delete the records.