Skip to main content
5-Regular Member
February 14, 2024
Question

Check-in comments in Creo Parametric through Toolkit.

  • February 14, 2024
  • 4 replies
  • 1214 views

 Check-in comments in Creo Parametric through Toolkit.

4 replies

24-Ruby III
February 14, 2024

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

RPN
18-Opal
February 14, 2024

That’s all you can do:

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

but not a stupid comment 😏

17-Peridot
February 20, 2024

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.

14-Alexandrite
March 13, 2024

Creo 11.0.0.0 provides a new Toolkit API function:

 

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