Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! 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>"