Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Solved! Go to Solution.
I have cross checked the same with PTC & got confirmation that cascading is possible only with attributes on the same object. We cannot create cascading between attribute existing in Container with attributes existing in Part which is available in the container and we do not have any OOTB functionality directly to achieve that. We followed below step to achieve this:
1. Create a attribute A on the Part type & with OIR set the value of the attribute same as value from Container attribute (using custom business algorithm) and make it immutable. Add attribute A to create layout of Part type.
2. Create cascading between attribute A and other attributes needed for cascading.
So, in a way with as per value available in Container attribute, we can control list of values available for selection in Part object.
Hi @SL_10932999
I wanted to see if you got the help you needed.
If so, please mark the appropriate reply as the Accepted Solution or please feel free to detail in a reply what has helped you and mark it as the Accepted Solution. It will help other members who may have the same question.
Of course, if you have more to share on your issue, please pursue the conversation.
Thanks,
I have cross checked the same with PTC & got confirmation that cascading is possible only with attributes on the same object. We cannot create cascading between attribute existing in Container with attributes existing in Part which is available in the container and we do not have any OOTB functionality directly to achieve that. We followed below step to achieve this:
1. Create a attribute A on the Part type & with OIR set the value of the attribute same as value from Container attribute (using custom business algorithm) and make it immutable. Add attribute A to create layout of Part type.
2. Create cascading between attribute A and other attributes needed for cascading.
So, in a way with as per value available in Container attribute, we can control list of values available for selection in Part object.
