Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
In the GUI, when you view a field details, the "Usage" tab shows which Types use this field and if there is an override.
In the CLI, I can't find an equivalent command to list all the Types that use this field. Is there any other command thru' which I can obtain this info?
Thank you,
Balu
Solved! Go to Solution.
There's isn't an exact CLI equivalent. But the list of types that use the field is included in the references, which you can get from CLI: im fields --fields=references or im viewfield --showreferences
There's isn't an exact CLI equivalent. But the list of types that use the field is included in the references, which you can get from CLI: im fields --fields=references or im viewfield --showreferences
Thank you, Ann. I was checking if there was a separate option, but this will work (I just piped a "find" command to the output)
