Short Text Element Type in WCI feed (WCM Content Integrator)

Web Content Integrator was introduced in the portal 6.1.5 and it is one of best way to import the content into the WCM from the external systems and used this tool so many times in different migrations . But wondered to see that documentation for the short text element is missing in IBM Infocenter/Lotus wiki's product documentation.

Usually you can use text element in feed alternatively like below,

<ibmwcm:element name="Headline">
<ibmwcm:type>text</ibmwcm:type>
<ibmwcm:value>New Product Released</ibmwcm:value>
</ibmwcm:element>


But in scenarios where short text element may be good fit if you are planning to store the string of 255 characters or less (255 bytes).   To use short text element in the feed use it as below

<ibmwcm:element name="userid">
<ibmwcm:type>shorttext</ibmwcm:type>
<ibmwcm:value>srvaka234adf</ibmwcm:value>
</ibmwcm:element>


Reference


  1. v8.5 http://www-01.ibm.com/support/knowledgecenter/SSHRKX_8.5.0/mp/wci/wci_ff_nse_element.dita
  2. V8.0 http://www-01.ibm.com/support/knowledgecenter/SS3JLV_8.0.0/wci/wci_ff_nse_element.dita?lang=en
  3. V7.0 http://www-10.lotus.com/ldd/portalwiki.nsf/xpDocViewer.xsp?lookupName=IBM+Web+Content+Manager+7+Product+Documentation#action=openDocument&res_title=Element_control_element_wcm7&content=pdcontent
  4. V6.1.5 : http://www-01.ibm.com/support/knowledgecenter/SSHRKX_6.1.5/com.ibm.wp.ent.doc_v615/wci/wci_ff_nse_element.html?lang=en

No comments:

Post a Comment