Solved
How to perform feature operations such as delete, resume, suppress and replace in WebLink
I am using Creo Parametric 8.0 8.0.1.0
How to perform feature operations such as delete, resume, suppress and replace. I have been using pfcSolid.ExecuteFeatureOps() API which causes error pfcXToolkitBadContext. I searched through PTC documents and most of them are referring to enable deprecated config options CS181059. I want to set configuration option regen_failure_handling to resolve_mode however it requires special key as per CS260154.
Please provide the special key mentioned in the CS260154 or an alternative function to perform these feature operations in WebLink
Here are the errors that I faced
While using regen_failure_handling config option, user is presented with the warning message To use a deprecated config option, you will need to supply an authorization code with allow_deprecated_config. Please see article CS260154 for more information.
How to perform feature operations such as delete, resume, suppress and replace. I have been using pfcSolid.ExecuteFeatureOps() API which causes error pfcXToolkitBadContext. I searched through PTC documents and most of them are referring to enable deprecated config options CS181059. I want to set configuration option regen_failure_handling to resolve_mode however it requires special key as per CS260154.
Please provide the special key mentioned in the CS260154 or an alternative function to perform these feature operations in WebLink
Here are the errors that I faced
While using regen_failure_handling config option, user is presented with the warning message To use a deprecated config option, you will need to supply an authorization code with allow_deprecated_config. Please see article CS260154 for more information.

