Using the createcontent command line function can I set the indentation level
I have an application that enters data to a document using the createcontent command line function. How do I set the indentation level when I create the content?
I have an application that enters data to a document using the createcontent command line function. How do I set the indentation level when I create the content?
The indentation level is determined by the --parentID option.
For example, if I have a Requirement Document where the section 3.2 has item ID 7167, then the following command will add the new content at section 3.2.1:
im createcontent --parentID=7167 --type=Requirement --insertLocation=first --field=Category=Comment --field=Text="Testing Insert"
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.