Update attribute values of custom document.

S.Thilahi
S.Thilahi Member
edited September 20, 2012 in Documentum #1

Hi all,

i want to update some attribute values to the all existing custom  documents in the repository, with out changing the r_modify_date.

how this can be done through DQL or SQL.

Thanks In Advance.

Tagged:

Comments

  • DCTM_Guru
    DCTM_Guru Member
    edited September 20, 2012 #2

    You need to do this in SQL.  Any object changes using DQL will update r_modify_date value for the object.

  • S.Thilahi
    S.Thilahi Member
    edited September 20, 2012 #3

    Hi Johnny,

    How to convert dql script in to sql.

  • S.Thilahi
    S.Thilahi Member
    edited September 20, 2012 #4

    Hi Johnny,

    Thanks for you quick response.

    Found out how to convert dql in to Sql.