Add Content Center Part in External Rule with variable.

Add Content Center Part in External Rule with variable.

donald_leigh
Enthusiast Enthusiast
128 Views
1 Reply
Message 1 of 2

Add Content Center Part in External Rule with variable.

donald_leigh
Enthusiast
Enthusiast

Hi all

I have a rule that I need help with, When adding and changing a CC part the following rule works but when I change the "Designation" value ("Simplex-20") to either a user parameter or a variable string I get an error. How can I get the "Designation" value to change based on other factors.

 

Donald

 

Components.ContentCenterLanguage = "en-US"
Dim PLATEWHEEL = Components.AddContentCenterPart("Sprocket" & SprocketNumber,
                                                 "Transmission Chains:Sprockets",
                                                 "PLATEWHEEL BS 1"" PILOT BORE",
                                                 "Simplex-20")

 

0 Likes
129 Views
1 Reply
Reply (1)
Message 2 of 2

C_Haines_ENG
Collaborator
Collaborator

Could you post the code you are using that has "Simplex-20" set as a variable?

0 Likes