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.
How do i get the alternative file from ucm using ridc if i have the dID and dDocName ?
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");
Thanks a lot