Skip to main content
1-Visitor
December 7, 2016
Question

How to put Image into a RichTextField?

  • December 7, 2016
  • 2 replies
  • 1691 views

Hi @all

I want to put Image into a RichTextField using CLI (im createcontent)

Thanks

    2 replies

    17-Peridot
    December 19, 2016

    Hello Byeongjin,

    In one of my own Custom Gateway loaders written in Java, I am adding the following tag and it works: <img src=path/filename...>

    But unfortunately, I am not sure how to manage this with CLI.

    Volker

    bkim-21-VisitorAuthor
    1-Visitor
    January 3, 2017

    I solved the CLI
    command problem with the example code below.

    im createcontent
    --parentID=1061 --type=Requirement --insertLocation=first
    --addAttachment="field=Text Attachments,path=c:/AAA.png"
    --richContentField=Text="<img src=mks:///item/field?fieldid=Text
    Attachments&attachmentname=AAA.png>"