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

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Can I force check-in comments?

mrossman
3-Visitor

Can I force check-in comments?

Can I force users to add a comment every time they check in files?

5 REPLIES 5
KD
4-Participant
4-Participant
(To:mrossman)

Hi Mark,

The two jsps of check in wizard are

Windchill\codebase\netmarkets\jsp\wip\format_content_holder_checkin_step.jsp

and

Windchill\codebase\netmarkets\jsp\wip\non_format_content_holder_checkin_step.jsp

the textarea for putting comment <textarea wrap name="comment" id="comment" cols="53" rows="5"></textarea>

May be using javascript you can force user to make check in comments

Thanks and Regard,

Kaushik

TZ
1-Newbie
1-Newbie
(To:KD)

You can use CSS .

class="required "

<textarea wrap name="comment" id="comment" cols="53" rows="5" class="required "></textarea>


Mat
13-Aquamarine
13-Aquamarine
(To:mrossman)

Hi there,

I had the same problem.

How to force comments during "Check In" to PTC Windchill (Essentials)?

Solved by some tweaks in javascript.

Unfortunately, this does not work with auto-check-in.

Cheers

Matthias

Is there a way to prevent auto check-in (Creo File Menu action)?

Mat
13-Aquamarine
13-Aquamarine
(To:JimTVancouverCa)

I am afraid there is no way to deactivate auto checkin. Maybe in Creo 4 or 5.

Top Tags