When we delete around 300 Requests What Impact it has and which other table records are deleted?

VIKAS45
Tera Guru

When we delete around 300 Requests What Impact it has and which other table records are deleted?

1 ACCEPTED SOLUTION

Swapna Abburi
Mega Sage
Mega Sage

@VIKAS45 

You can use Data Management module to delete records which provides the details of cascade deletes. You can try with one record first.

SwapnaAbburi_0-1699544556231.png

 

View solution in original post

2 REPLIES 2

Swapna Abburi
Mega Sage
Mega Sage

@VIKAS45 

You can use Data Management module to delete records which provides the details of cascade deletes. You can try with one record first.

SwapnaAbburi_0-1699544556231.png

 

Jaspal Singh
Mega Patron
Mega Patron

Hi Vikas,

Why is there a need for deletion? You can use ServiceNow's logical deletion (Active: True/False) instead of physical deletion of record.

Also, what 'impact it has?' Well, it depends on what all data relation it has with the records that are deleted.