10-17-2022
09:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-17-2022
09:15 AM
Hi @KWarrenCA. As for how to set this rule up so that it will only run on a sheet metal part, I think the following bit of code should do that for you, if put right at the very start of your rule.
If ThisDoc.Document.SubType <> "{9C464203-9BAE-11D3-8BAD-0060B0CE6BB4}" Then
MsgBox("This is not a Sheet Metal Part. Exiting rule.", vbCritical, "iLogic")
Exit Sub 'or Return
End If
I will revue the other request(s) and the Excel file next, if time/opportunity permits.
Wesley Crihfield
(Not an Autodesk Employee)