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
Hi @all
I want to put Image into a RichTextField using CLI (im createcontent)
Thanks
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
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>"