Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
How to generate the pdf-viewable when checking in drawing via Custom Check In > Models and Viewables in Creo
and if it s possible to store in a specific location?
Thanks
You could create a series of mapkeys and tie them together like
mapkey cki @MAPKEY_NAMERoutine for Check in;@MAPKEY_LABEL>Check-In;\
mapkey(continued) ~ Command `ProCmdMdlTreeWfChkInDet` ;~ Activate `file_saveas` `OK`;\
mapkey(continued) ~ Activate `ckinopt` `ckinopt_btn_ok`;
mapkey caf @MAPKEY_NAMEMakes a .pdf file and stores\nit in your work \
mapkey(continued) directory;@MAPKEY_LABEL>Create Adobe File
~ Command `ProCmdModelMkPdf`
~ Select `intf_profile` `opt_profile`1 `bad1pdf`;\
~ Activate `intf_profile` `OkPshBtn`;
mapkey cfp @MAPKEY_NAMECheck In and makes a .pdf file and stores\nit in your work \
mapkey(continued) directory;@MAPKEY_LABEL>Create Adobe File;%cki;%caf;
You will need to create an adobe profile and replace "bad1pdf" with your own
It will put it in your start up directory or current active directory
Ron