cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

How to put Image into a RichTextField?

bkim-2
1-Newbie

How to put Image into a RichTextField?

Hi @all

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

Thanks

2 REPLIES 2

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-2
1-Newbie
(To:bkim-2)

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>"

Top Tags