Tuesday, August 14, 2012

Modify the drawing BOM report by using relation

a. Write the relation in BOM relations,

/* Replace Assembly Member Name

IF asm_mbr_name == "model name"

name = "to model name"

ELSE

name = asm_mbr_name

ENDIF

/*Replace Assembly Member File_Title

IF asm_mbr_file_title == "Description"

file_title = "To Description"

ELSE

file_title = asm_mbr_file_title

ENDIF


B. In BOM table,

Replace, asm_mbr_name with rpt_rel_user defined parameter.

Replace, asm_mbr_file_title with rpt_rel_user defined parameter.


C. Update BOM tables.

No comments:

Post a Comment