Tutorial showing how to create a smart annotation that will display the information from one of the column of the BOM table.
Step by step:
1. In a detail sheet, create an annotation template
2. Define a parameter
3. Create a text with leader
4. Define a rule or action to set the parameter value
5. Link the annotation text with the parameter value
6. Add the new annotation to the Parametric Annotation chapter of the ASD Annotation Template Catalog
Based on this process, you can create your own smart annotations
ekl action (arguments : iPrdOcc as ProductOccurence, iBOMTable as ASDGenerativeTable)
--------------------------------------------------------------------------------------------------------------------------------
`Smart Annotations\\Balloon Cut List\\ASDDrwAnnotationTemplate.1\\Parameters\\BalloonCutList`=iBOMTable.QueryTableDataUsingOccurrence(iPrdOcc,1)
/* 1 is the number of the table column you want to display in the annotation */