Start a new topic
Answered

Does the Done Tab in Inbox have a limit?

We want to maintain a full history of our 'Done' tasks.


Best Answer

The DONE section of the Inbox displays 50 records at a time. As a new batch is completed, the older batches fall off the list. 

If you are looking for the Load ID and status of the loads. you can run this query directly in the database.

select loadid, status, credate, updator, upddate from dev4_repo.mta_integ_load mil
where creator ='<username>'






1 Comment

Answer

The DONE section of the Inbox displays 50 records at a time. As a new batch is completed, the older batches fall off the list. 

If you are looking for the Load ID and status of the loads. you can run this query directly in the database.

select loadid, status, credate, updator, upddate from dev4_repo.mta_integ_load mil
where creator ='<username>'






Login to post a comment