Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Get Alternate File from ucm using RIDC

PankajKumarJun 5 2015 — edited Jun 5 2015

How do i get the alternative file from ucm using ridc if i have the dID and dDocName ?

This post has been answered by Sonal C on Jun 5 2015
Jump to Answer

Comments

Sonal C
Answer

Refer the code provided in the link below:

http://www.lkakarla.com/2012/09/get-file-from-ucm-using-ridc-client.html

Just add the following line in the above code:

dataBinder.putLocal("Rendition","Alternate");

This is how it should appear:

dataBinder.putLocal("IdcService", "GET_FILE");

dataBinder.putLocal("Rendition","Alternate");

Marked as Answer by PankajKumar · Sep 27 2020
PankajKumar

Thanks a lot

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 3 2015
Added on Jun 5 2015
2 comments
726 views