WVS: Afterloader hook method to rename files generated by CAD Worker from client side viewables?
For our Windchill Visualization Services, we are using Afterloader (AfterEDRloader3) hook method to rename visualization files to PartNumber_Revision based on attribute values.
This method is identified in: Article - CS252900 - Windchill PDMLink: An example Afterloader hook method to add the attribute value from the viewable files to the name of output Additional File Types
This works very well for EPM Docs pushed from Commonspace and message ""AfterEDRloader starts: Checking if object is EPMDoc: appears in WVS Job Monitor log file when method completes.
Now we want to leverage client side preprocessing of visualization files per: Article - CS21380 - How to edit Client-side Recipe configuration used by Creo Parametric and the Workgroup Manager clients during Windchill Custom Check-in of "Models and Viewables"
However, the Afterloader hook method fails to rename the visualization files when sent to WVS CAD Worker and message "AfterEDRloader: Return Code - Bypass" appears in WVS Job Monitor log file when method is called.
How do we get the AfterEDRloader method to also rename visualization files generated by CAD Worker from client side viewables?

