Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
WCrihfield
in reply to: KWarrenCA

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

EESignature

(Not an Autodesk Employee)