cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

Identifying specific notes for extraction

GaryHoffman
1-Newbie

Identifying specific notes for extraction

Has anybody been successful in "tagging" detail note entities in JLink (or even Toolkit) for the purpose of identifying for programmatic extraction and modification later? Any general ideas for a way to do this would be helpful.


Thanks,


Gary Hoffman


-


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
2 REPLIES 2

I did the following for being able to find all notes of a given type.

The task was to export a list of all notes of a specific type (e.g. BOM
ballons with ?A_? as a prefix).



1. User has to create this type of note with a toolkit function.

2. Toolkit (or Jlink) uses the ?External Data? functionality to create
a data slot with the id of the newly created note.

3. Export or search function scans all external data slots to find all
note ids.

4. Export function also looks for invalid slot data (notes that might
have been deleted by the user manually) ? these slots are deleted
automatically?



Andreas




FV
17-Peridot
17-Peridot
(To:GaryHoffman)

Hi all,


Gary,


Beside extended data... Layers containing notesand drawing parameterswould work also. Note names ( ProModelitemNameSet) would work as well. Predefined notes with an export tag already included in the note text (!EXPORT-ME! for example)and anend user wouldhave to type in whatever elseneeded.Or any combination(s) of theabove. Add rule based layers to the mix...


HIH.


FV.

In Reply to Andreas Hellmann:


I did the following for being able to find all notes of a given type.

The task was to export a list of all notes of a specific type (e.g. BOM
ballons with ?A_? as a prefix).



1. User has to create this type of note with a toolkit function.

2. Toolkit (or Jlink) uses the ?External Data? functionality to create
a data slot with the id of the newly created note.

3. Export or search function scans all external data slots to find all
note ids.

4. Export function also looks for invalid slot data (notes that might
have been deleted by the user manually) ? these slots are deleted
automatically?



Andreas




Top Tags