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

The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.

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

Announcements


Top Tags