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...
I need an example of the 'im edittype' command that sets the "Override the global description" attribute in the 'Overrides for Fields' section for a field within a type. The 'im edittype -?' command provides no information and I was not able to find anything in the documentation regarding the command-line syntax for this.
Can someone provide and example, or send a link to the documentation that shows how to do this?
Thanks...
-Sean
Solved! Go to Solution.
Hi Sean,
Try this:
im editfield --overrideForType="TypeXYZ" --removeOverride=description "FieldXYZ"
Wes
Hello Sean,
I think the following can help you:
im editfield --overrideForType="TypeXy" --description="Your Text" "FieldXy"
Thank you for the reply. Unfortunately I didn't phrase my question clearly.
I need the command-line syntax to remove the "check mark" to the "Override the global description" that is in the Admin Client UI.
The comment: im editfield --overrideForType="Defect" --description="" "Description" will blank out the description, but it will not remove the check box.
-Sean
Hi Sean,
Try this:
im editfield --overrideForType="TypeXYZ" --removeOverride=description "FieldXYZ"
Wes
Thanks, Wesley... That nailed it.