D2 AutoNaming Counter Issue

Raghavendra_N
edited October 20, 2015 in Documentum #1

    Hi All,

In one of our D2 projects we are facing an issue with D2 Autonaming counter value. The autonaming rule contains a couple of attribute values followed with a 5 digit conter. The counter value was initially set to 0 however we then changed it to 10001.

The issue is that the counter value is not getting incremented from 10001 and it still increments from 0.

for ex. ABC-00001

We are expecting the autonaming value as ABC-10001

Any help on this ??

Tagged:

Comments

  • Kishor_Bhosale
    edited September 29, 2015 #2

    hello Raghavendra

    set your counter value using DQL

    update d2_naming_config object set counter = 10000 where r_object_id = 'r_object_id_of_d2_naming_config';



    Regards,

    Kishor Bhosale

  • abhi21_verma
    edited October 20, 2015 #3

    Hi if you want to update counter value of some specific document the update it from Back end only using DQL .

    if you want to update your counter value 0 to 10001 and next document update 1002 then update your Autonamig counter value from 0 to 10000 .

  • @Raghavendra_N said:
        Hi All,

    In one of our D2 projects we are facing an issue with D2 Autonaming counter value. The autonaming rule contains a couple of attribute values followed with a 5 digit conter. The counter value was initially set to 0 however we then changed it to 10001.

    The issue is that the counter value is not getting incremented from 10001 and it still increments from 0.

    for ex. ABC-00001

    We are expecting the autonaming value as ABC-10001

    Any help on this ??

    Hi Raghavendra,

    Did you get this resolved?