Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
I need to block some particular properties value from change via REST call due to security reasons. How can I do this?
Solved! Go to Solution.
Set Read-Only option for property block it from change from anywhere (Services, Subscription, etc.)
Run Time permission property overrides - solve it.
Does making them read only help?
Else you will have to use permission overrides
Set Read-Only option for property block it from change from anywhere (Services, Subscription, etc.)
Run Time permission property overrides - solve it.
You should set correct permissioning for the remote user with Run Time permissions over those properties that's all.