Search for unlinked fields

Search for unlinked fields

sergio_panadero_bautista
Explorer Explorer
502 Views
8 Replies
Message 1 of 9

Search for unlinked fields

sergio_panadero_bautista
Explorer
Explorer

Hello everyone,

 

Reviewing some plans, I saw one text with "####" referring to an unliked field, but i cannot find it in my AutoCAD. I am looking for a way to search for these unlinked fields. I tried searching for #s, but it just keep looking for numbers.

 

Any idea of how to find these?

0 Likes
503 Views
8 Replies
Replies (8)
Message 2 of 9

imadHabash
Consultant
Consultant

Hi,

@sergio_panadero_bautista 


You won't be able to reach for the original unlinked fields because the Field option now is broken either by deleting or disabling field option.

That field is now broken — the object or data it referenced is missing or renamed. For that AutoCAD replaces the field value with ####.

Imad Habash

EESignature

0 Likes
Message 3 of 9

sergio_panadero_bautista
Explorer
Explorer

So there is no way of finding where are broken fields? Neither by searching a specific text or by quick select? I have a lot of texts and I would not like to search for broken fields 1 by 1

Thanks in advance

0 Likes
Message 4 of 9

pendean
Community Legend
Community Legend

@sergio_panadero_bautista wrote:

So there is no way of finding where are broken fields? Neither by searching a specific text or by quick select? I have a lot of texts and I would not like to search for broken fields 1 by 1


Not in the core program as it is today. Sorry.

0 Likes
Message 5 of 9

imadHabash
Consultant
Consultant

>> So there is no way of finding where are broken fields?

Yes.. thers is no way for that. how could you find not existing things!!!

Imad Habash

EESignature

0 Likes
Message 6 of 9

cadffm
Consultant
Consultant

 

You can search for text content what incl. "#"

 


Command: (sssetfirst nil (ssget "_X" '((1 . "*`#*"))))
(nil <Selection set: 8d0>)

Command:

 

or in filter command, Text value *`#*

Sebastian

0 Likes
Message 7 of 9

AdammReilly
Collaborator
Collaborator

That's only going to work for text that is already showing the #### content. If there's a field that used to reference data, it could still contain that data in the display and didn't update (usually before a regen that forces the content to update), so just be aware of the potential state of the fields when searching for the broken links.

Adam Reilly
Civil 3D 2026
Creator A16 AI+ A3HVFG
Windows 11 Pro
AMD Ryzen AI 9 365 w/ Radeon 880M
LinkedIn
Group Leader badge
Austin CADD User Group
LinkedIn | Discord
Civil 3D Certified Professional
Message 8 of 9

cadffm
Consultant
Consultant

To make sure to understand:

It does display content (not #) AFTER a fieldupdate?

And if so: Di you delete this field target by native commands, or by custom tools?

 

I like to reproduce it.

 

 

If so, I think there is no out of the box way, but by programming.

 

Please describe a sample to replicate this on my side.

Sebastian

0 Likes
Message 9 of 9

cadffm
Consultant
Consultant

Hi,

 

forget my last post, I confused you & TO.

 

@sergio_panadero_bautista 

Make sure you run a fieldupdate, before using one of my ways to find such # strings.

 

Sebastian

0 Likes