Skip to main content
15-Moonstone
May 18, 2016
Solved

Change Management Cardinality Customization code samples

  • May 18, 2016
  • 7 replies
  • 2764 views

Hi All,

Can anyone share some code or customization logic on Change Management Cardinality.

Thanks in advance.

Best Regards,

Aditya Achanta

Best answer by satre-2

I don’t think your requirement is related to customization it’s more of process designing.

You can initiate your change process with problem report if more than one problem report is created for same issue, then only after Problem report analysis you can create changes request/ 1 ECR for multiple PR (i.e. combining multiple ECR in one ECR.)

Similarly, when you are starting Change Process with Problem report then, if there are multiple ECR created, then you can link multiple ECR to one PR for tracking purpose.

Like that you can create ECN only when ECR is approved may be deny ECN creation without ECR (by setting preference).

Also you can create multiple ECN for one ECR.

Also once ECN or ECR is created then you process them separately instead of combining them.

In brief,

  1. You can have one ECR for multiple PR
  2. You can have multiple ECR for one PR.
  3. You can have one ECN for multiple ECR
  4. You can have multiple ECN for one ECR.

Hope it helps

Thanks

Shreyas

7 replies

1-Visitor
May 20, 2016

...with what kind of cardinality? The statement Change Management Cardinality by itself doesn't restrict anything. Did you want locked 1 to 1 relationships between Change Requests and Change Notices? Many to 1?

Please advise,

Daryl

aachanta15-MoonstoneAuthor
15-Moonstone
May 23, 2016

Hi Daryl,

Yes. I need both 1 - 1 and as well as Many to 1 relationships between change objects.

Kindly let me know in case if you do have any code samples regarding the same.

I had seen PTC Help center but i really did not get much idea. So in case if you do have any sample code or any other stuff which explains Cardinality. Please do share the same with me.

Thanks in advance.

Best Regards.

Aditya Achanta

1-Visitor
May 23, 2016

Aditya,

What kind of code you need?  Which change object you are referring regarding cardinality? What do you want to achieve by writing code?  The customization code could be 10 lines to 1000 lines but its useless until you know, what is the requirement.

There are some preference related to cardinality in preference management

Cardinality.png

Thanks

Shreyas