WCC: The power of GET_FS_DOC_INFO service

GET_FS_DOC_INFO service is an IDC Service that I used in some of my solutions.
It provides very useful information regarding to the URLs and Paths of the Documents in WebCenter Content.
IsSoap=1 Output of GET_FS_DOC_INFO

This service requires the following Input Paramters:
  • dID: Specific Revision ID of the document
Why is it too nice this service? :). It retrieves the following useful information:
  • relativeURL: Relative URL to Web Layout File
  • containerLocation: File System Path to the File (without the file name)
  • renditionFiles: In case of having attachments!
  • absoluteURL: Absolute URL to the Web Layout File
  • webViewableFile: File System Path location of the Web Viewable Format
  • primaryFile: File System Path location of the Native Format
References (Thanks Jonathan and Sonal):
http://contentmgmtsys.blogspot.com/2015/04/ucm-retrieve-vault-and-weblayout-path.html 

Comments

  1. Related information: http://contentmgmtsys.blogspot.com/2015/04/ucm-retrieve-vault-and-weblayout-path.html

    ReplyDelete
  2. Thanks. I did not see that reference. I will include it :)

    ReplyDelete

Post a Comment

Popular posts from this blog

OJET: Inter-Module communication in TypeScript Template

OJET: Build and Deploy in an Application Server

OJET: Select All options using only Checkboxset