Custom SaveAs in Windchill
I would like to replicate the OOTB Save As feature. The purpose is to get the custom attributes value from Users for populating new name/number/filename through custom wizard.
Using EnterpriseHelper.service.saveCopy(oldepm,newepm) helps me achieve half of the requirement. The problem here is while opening the newly created 2D Drawing in Authoring Application, it throws pop-up message like this new 2D still referring the old 3D Model. In OOTB save as, it does that from Windchill itself.

