• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Vault

    Reply
    Distinguished Contributor
    Posts: 118
    Registered: ‎02-07-2008
    Accepted Solution

    Vault changing the Create Date

    241 Views, 8 Replies
    02-17-2012 08:55 AM

    I have set my title block with the date as a field (created date). After checking in the drawing and the the next day check out the drawing it is changing my create date to the day I checked it in. Does anyone know how to disable this or any tricks that will make the create date stay put after checking in the drawing?

    Please use plain text.
    Employee
    minkd
    Posts: 282
    Registered: ‎06-07-2010

    Re: Vault changing the Create Date

    02-17-2012 09:37 AM in reply to: eyde

    When a file is downloaded from Vault, the create date of the file on the local filesystem is set to the create date of that version of the file in vault.  Vault needs this to be able to correctly resolve a given file on the local filesystem to the proper version in vault so it can provide proper file status.

     

    -Dave



    Dave Mink
    Data Management
    Autodesk, Inc.
    Please use plain text.
    Distinguished Contributor
    Posts: 118
    Registered: ‎02-07-2008

    Re: Vault changing the Create Date

    02-17-2012 09:48 AM in reply to: minkd

    I was worried about that. Thanks for the help.

    Please use plain text.
    Contributor
    Posts: 15
    Registered: ‎01-21-2010

    Re: Vault changing the Create Date

    10-02-2012 02:40 AM in reply to: eyde

    I see this issue is marked as resolved. What is the solution?

     

    I have a long outstanding issue regarding our date field that my reseller has so far been unable to solve.

     

    At basic level I want to have the created date (not including the time) of my Autocad drawing on my Title Block and it to remain there without Vault changing it every time I check in and out.

     

    I created a custom field in my Autocad template called "Original Vaulted Date"

    I added the "Original Vaulted Date" field to my Autocad Title Block.

    I mapped this custom property to Vault system property  "Original Create Date".

    Checked the drawing in and out of Vault and the date got added. Only problem is that it added the time as well.

    I have also experimented with Diesel functions which worked but unfortunately Diesel expressions don't work with Design Review and hence affect my DWF creation.

     

    Seems simple but I am a bit rusty on Autocad stuff so apologies for pestering you on this.

    Hope soemone out there can help?

    Please use plain text.
    Distinguished Contributor
    Posts: 118
    Registered: ‎02-07-2008

    Re: Vault changing the Create Date

    10-02-2012 06:44 AM in reply to: eyde

    Hi,

    I have two original dates. One is date only and one is date and time. Can you post the steps you took to get your field to work?  Thanks 

    Please use plain text.
    Contributor
    Posts: 15
    Registered: ‎01-21-2010

    Re: Vault changing the Create Date

    10-02-2012 08:39 AM in reply to: eyde

    Two original dates sounds interesting

    We are using 2012 by the way. Not due to upgrade until Early next year.

    In my title block I added a date field using "insert" then "Field"

    I then select a field from the list. I used "Createdate" originally but this gave the time as well.

    I also tried using a Diesel command as suggested by our reseller. This worked in Autocad but won't work for creating our dwf's in Vault.

    My next try was to create a custom property in Drawing utilities / Drawing Properties called "Original Vaulted Date" and inserting this in my title block using the "insert" then "field" commands.

    I then mapped this property in Vault to the Vault "Original Create Date". The hope was that when I first check the drawing into Vault, it would populate this date field and the date would remain constant.

    Please use plain text.
    Distinguished Contributor
    spascual
    Posts: 281
    Registered: ‎11-17-2009

    Re: Vault changing the Create Date

    10-03-2012 03:36 AM in reply to: rhunter

    DieselExpression

    $(substr,%<\AcVar CustomDP.ItemData>%,1,12)

    Please use plain text.
    Contributor
    Posts: 15
    Registered: ‎01-21-2010

    Re: Vault changing the Create Date

    10-03-2012 05:22 AM in reply to: eyde

    I have already had it confirmed by Autodesk that Diesel functions won't work with Trueview or Vault related DWF's using Design Review. Saying that I tried your suggested command and all I get is the default #####. I am a real novice where Diesel is concerned but here is the command that I had used previously. This command worked great in autocad but as previously mentioned not in trueview or DWF's created bt Vault.

    $(upper,$(edtime, $(getvar,tdcreate),DD/MO/YYYY))

    Please use plain text.
    Distinguished Contributor
    spascual
    Posts: 281
    Registered: ‎11-17-2009

    Re: Vault changing the Create Date

    10-03-2012 05:56 AM in reply to: rhunter

    Hi rhunter,

    Thanks for your help,

    What about if after that we convert in text the string, just equaling properties?

    i'm going to try it.

    Regards,

    Please use plain text.