cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Check-in comments in Creo Parametric through Toolkit.

AJ_10386356
4-Participant

Check-in comments in Creo Parametric through Toolkit.

 Check-in comments in Creo Parametric through Toolkit.

4 REPLIES 4

Article - "Is it possible to add comment to Check In operation by Creo Parametric TOOLKIT?": https://www.ptc.com/en/support/article/CS256317

RPN
17-Peridot
17-Peridot
(To:AJ_10386356)

That’s all you can do:

ProServercheckinoptsDeflocationSet()
ProServercheckinoptsLocationAdd()
ProServercheckinoptsBaselineSet()
ProServercheckinoptsKeepcheckedoutSet()
ProServercheckinoptsAutoresolveSet()
ProServercheckinoptsUploadonlySet()

but not a stupid comment 😏

The comment is a iterationInfo.note attribute of the EPMDocument. Maybe it is possible to map CAD model parameter to this attribute and fill it before checkin.

Creo 11.0.0.0 provides a new Toolkit API function:

 

New FunctionDescription
ProServercheckinoptsCommentSet()Sets the history comment for checkin.

 

Top Tags