Show / Hide Table of Contents

    J30632 Deletе old notifications

    Code J30632
    Entity Communities.Notifications
    Job type name Deletе old notifications
    Parameters -
    Description The system job deletes all old notifications, whose CreationTimeUtc is older than 7 days:
    (Now() - CreationTimeUtc) > 7 days
    First to process Notification.CreationTimeUtc (ASC)
    Records per iteration 10 000
    Automatically created YES
    Version Introduced: 2020.1
    Updated: 2023
    - the condition for deleting old notifications is changed – from older than 32 to older than 7 days
    - the job is automatically created and activated into the databases

    To learn more about the documentation template and get a short explanation for each table column,
    see Jobs documentation template.

    • Improve this Doc
    Back to top Generated by DocFX