Skip to main content
1-Visitor
November 26, 2015
Solved

Can I add a designated parameter via Relations if it is missing ?

  • November 26, 2015
  • 3 replies
  • 1785 views

Hi,

Over the years we have changed the set of parameters that we store in our models. For new models this is not a problem, we've adapted the template model. But for old models some newer parameters are not inside. You can add these all manually, this is a bit longwinded but you can also let them add by the code by the relation, the only problem is that the parameter is not set as designated, so does not pass to the wtpart. Does anyone sees a solution to this problem ?

Snap13.png


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by Vincent-Kulak

Hi Bernard

With ModelCheck you can check if parameter exist and create it as designated if not.

3 replies

15-Moonstone
November 26, 2015

Hi Bernard

With ModelCheck you can check if parameter exist and create it as designated if not.

23-Emerald III
November 30, 2015

You can use a mapkey to add parameters and update them.

ModelCheck is the best option.

Mahesh_Sharma
22-Sapphire I
December 8, 2015

Bernard,

Did you manage to make it working? If any of the replies on the post help you, mark that as correct answer or you can share some information how did you corrected that and mark that as an answer for post.

1-Visitor
December 9, 2015

Hi Mahesh,

If I have some time left I will take a look to ModelCheck and all it's options.