<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Use Data Standard to force users to enter property values on state change in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/use-data-standard-to-force-users-to-enter-property-values-on/m-p/9529689#M4081</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/33301"&gt;@Markus.Koechl&lt;/a&gt;&amp;nbsp;--&amp;gt; yes I did, here is the link:&amp;nbsp;&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/vault-ideas/data-entry-form-on-lifecycle-change/idi-p/9527431" target="_blank"&gt;https://forums.autodesk.com/t5/vault-ideas/data-entry-form-on-lifecycle-change/idi-p/9527431&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 May 2020 15:16:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-05-20T15:16:06Z</dc:date>
    <item>
      <title>Use Data Standard to force users to enter property values on state change</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/use-data-standard-to-force-users-to-enter-property-values-on/m-p/9456609#M4077</link>
      <description>&lt;P&gt;As the title states, I want to enable data standard on our Vault installation to pop a dialog that will force our users to enter and/or check values in certain user defined properties when they change the state of a file.&amp;nbsp; EX:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;User goes from WIP to QA&lt;/LI&gt;&lt;LI&gt;Dialog pops up with a handful of required properties, some with values some without (just pull whats there)&lt;/LI&gt;&lt;LI&gt;user fills in properties and hits OK, file goes to QA state&lt;/LI&gt;&lt;LI&gt;User doesn't fill out properties or otherwise closes dialog, file goes back to WIP&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I feel like this is doable in data standard, but I am still pretty ignorant on how this might happen.&amp;nbsp; I know I can do it in code, but if I can do it with data standard that would be better and it's something I could provide to our Vault admin team.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have any good documentation or examples of this?&amp;nbsp; If you can just sort of point me in the right direction, I can take it from there - data standard is something I need to learn a lot more about to help with data integrity in our system.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 15:39:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/use-data-standard-to-force-users-to-enter-property-values-on/m-p/9456609#M4077</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-20T15:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Use Data Standard to force users to enter property values on state change</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/use-data-standard-to-force-users-to-enter-property-values-on/m-p/9461646#M4078</link>
      <description>&lt;P&gt;State change events are not handled by Data Standard. Data Standard reacts to saving events for Inventor and AutoCAD but for Vault Explorer the commands New File, Edit File Datasheet, New Folder, Edit Folder Datasheet and Insert to CAD are the user commands that fire Data Standard dialogs. You can create custom commands invoking a VDS dialog but the framework is related to the tasks mentioned before. So your objective looks like a custom event handler extension or a wishlist item to be posted on Vault Ideas.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 09:45:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/use-data-standard-to-force-users-to-enter-property-values-on/m-p/9461646#M4078</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2020-04-22T09:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Use Data Standard to force users to enter property values on state change</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/use-data-standard-to-force-users-to-enter-property-values-on/m-p/9527391#M4079</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/33301"&gt;@Markus.Koechl&lt;/a&gt;&amp;nbsp;!&amp;nbsp; We will go with a custom Vault plugin for this from our side, but I think that it should certainly be considered for future incorporation into Data Standard (or just in general).&amp;nbsp; We have lots of properties for our files (carryover from stuff, most not needed, but I digress) and although we have marked several as required&amp;nbsp; when the users get notified it ends up being a searching game and a 'look for the red error doohickey' game.&amp;nbsp; If we could just prompt them ahead of time, would same a lot of poking and looking.&amp;nbsp; Easy enough to do in code, but it would be even easier to just hand this off to the Vault admins to setup and run with.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&amp;nbsp; Sorry I missed the response, got lost in emails.&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 18:32:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/use-data-standard-to-force-users-to-enter-property-values-on/m-p/9527391#M4079</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-19T18:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Use Data Standard to force users to enter property values on state change</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/use-data-standard-to-force-users-to-enter-property-values-on/m-p/9528949#M4080</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;: I'd liked to vote on your Idea Submission ;), did you submit one?&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 09:41:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/use-data-standard-to-force-users-to-enter-property-values-on/m-p/9528949#M4080</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2020-05-20T09:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Use Data Standard to force users to enter property values on state change</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/use-data-standard-to-force-users-to-enter-property-values-on/m-p/9529689#M4081</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/33301"&gt;@Markus.Koechl&lt;/a&gt;&amp;nbsp;--&amp;gt; yes I did, here is the link:&amp;nbsp;&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/vault-ideas/data-entry-form-on-lifecycle-change/idi-p/9527431" target="_blank"&gt;https://forums.autodesk.com/t5/vault-ideas/data-entry-form-on-lifecycle-change/idi-p/9527431&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 15:16:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/use-data-standard-to-force-users-to-enter-property-values-on/m-p/9529689#M4081</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-20T15:16:06Z</dc:date>
    </item>
  </channel>
</rss>

