cancel
Showing results for 
Search instead for 
Did you mean: 

How to Convert documents in BDS to DMS in Content Repository?

Former Member
0 Kudos

Hello Experts,

We are in the process on trying to figure out to convert efficiently files stored under content type BDS to DMS. Is there any clean methods, funtion modules or any other programs we should look into?

We are trying to convert Claim documents ZIA from BDS (saved on the content server) to save them in DMS (save them also on the content server).

Also, since the files are aready URL's sitting in the content server, is there any way to attach a link as 'a document'?

Charles


Accepted Solutions (1)

Accepted Solutions (1)

shankar_gomare
Explorer
0 Kudos

Hi,

You can use below DMS API:

CBIH_CM30_IAL_CREATE : API can be used for creating main objects or sub-objects like document attachments etc.

CBIH_CM30_IAL_UPDATE : Update content, however, this will not create any new content or sub-object use CREATE instead.

CBIH_CM30_IAL_SAVE_TO_DB: Need to call after above APIs.

Regards,

Shankar

Former Member
0 Kudos

Hello Shankar,

Thank you. I'm sure this will help others!

Answers (0)