cancel
Showing results for 
Search instead for 
Did you mean: 

Delete a doc from kpro

Former Member
0 Kudos

Hi

I am tring to delete a document I uploaded to KPRO

using

SCMS_URL_GENERATE

exporting

                 command = 'delete'

                 contrep = my_contrep
                 docid = my_docid

                 compid = my_docid

                 accessmode = 'd'

importing

                absolute_uri = uri.

unfortunately, this does not deleted the file

from KPRO.

Any idea why?

Thank you

regards

Yuval Peery

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Yuval,

Refer this Link. Hope this helps you.

Thanks

Katrice

Former Member
0 Kudos

Hi Katrice

I tried using this this program and what

I see is that if you delete a document -

using CV_120_KPRO_DOC_DELETE  -

from KPRO, you also automatically delete it from DMS.

Perhaps this is the way it is done....

Thank you

regards

Yuval