cancel
Showing results for 
Search instead for 
Did you mean: 

Delete Button not appearing in cFolders

Former Member
0 Kudos

Hi All,

The user is allowed to upload the document in the cFolders. In the screen where the list of files uploaded is displayed, there are buttons like 'Create', 'Copy' etc. But here there is no option to delete the uploaded file.

Can any one suggest why the 'Delete' Button is not appearing.....

Thanks in Advance.

Regards,

Mary

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

Are you using custom roles?

Authorization to delete is missing.

Two ways you could get that :

1) authorization object CFX_OBJ should have activity 'delete' (06) in your profile

or else authorization object ACO_SUPER with activity 'Admin' ( not recommended)

2) Enable delete authorization via BBP_CFOLDER_BADI method col_authority_change

regards

Alok

0 Kudos

Object CFX_OBJ have activity 'delete' (06) in my profile, but i don't have button 'Delete'

What  problem?

Former Member
0 Kudos

Hi Gajanan,

If you don't have "delete" authorization for the folder under which you are displaying the list of docs, then the "delete" button will not be there. Plz check and try after getting "delete" authorization.

With Regards,

Pragna