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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Translate the entire conversation x

I want to add Check-IN comments through code.

apatil-2
12-Amethyst

I want to add Check-IN comments through code.

I want to add Check-In comments to an existing object without Iterating it. Is there any way to do that? Snipet would be really helpful.

ACCEPTED SOLUTION

Accepted Solutions

Not sure if this is in 10.1. See if VersionControlHelper.setNote exists and does what you want. Save with the Persistence server helper

View solution in original post

2 REPLIES 2

Not sure if this is in 10.1. See if VersionControlHelper.setNote exists and does what you want. Save with the Persistence server helper

Hi Matthew first of all sorry for late reply was busy in other task.

I checked the API its working .

VersionControlHelper.setNote(doc, "Comment");

PersistenceServerHelper.update(doc);

Thanks a lot..

Announcements

Top Tags