<?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: How to suppress the checkout prompt dialog when altering a PropertySet value in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-suppress-the-checkout-prompt-dialog-when-altering-a/m-p/7395886#M97850</link>
    <description>&lt;P&gt;Not well versed in vault, but I believe you need to access the vault API directly to perform this, and it also may not be possible without checking it out with the recent changes they have implemented to prevent writing to library files via API.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Sep 2017 21:21:53 GMT</pubDate>
    <dc:creator>MechMachineMan</dc:creator>
    <dc:date>2017-09-20T21:21:53Z</dc:date>
    <item>
      <title>How to suppress the checkout prompt dialog when altering a PropertySet value?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-suppress-the-checkout-prompt-dialog-when-altering-a/m-p/7395846#M97849</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a file open in Inventor that resides in a&amp;nbsp;Vault. &amp;nbsp;When my Inventor add-in attempts to alter the value of a PropertySet of that document, this prompt dialog immediately pops:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Checkout Prompt Dialog" style="width: 465px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/403536i86349A3B1FE4CA9E/image-size/large?v=v2&amp;amp;px=999" role="button" title="CheckOutPromptDialog.jpg" alt="CheckOutPromptDialog.jpg" /&gt;&lt;/span&gt;Is there any way to prevent it from popping? &amp;nbsp;I have considered checking out the file ahead of time - but in actuality, I do not even want it checked out, so that's not an ideal solution here.&lt;BR /&gt;&lt;BR /&gt;At this moment, the codebase is using Inventor 2014 &amp;amp; Vault 2014 although it will also be using Inventor 2018 &amp;amp; Vault 2018. &amp;nbsp;I have tried using SilentOperation but it&amp;nbsp;does not suppress that prompt dialog.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;--Jeff&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 21:13:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-suppress-the-checkout-prompt-dialog-when-altering-a/m-p/7395846#M97849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-20T21:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress the checkout prompt dialog when altering a PropertySet value</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-suppress-the-checkout-prompt-dialog-when-altering-a/m-p/7395886#M97850</link>
      <description>&lt;P&gt;Not well versed in vault, but I believe you need to access the vault API directly to perform this, and it also may not be possible without checking it out with the recent changes they have implemented to prevent writing to library files via API.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 21:21:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-suppress-the-checkout-prompt-dialog-when-altering-a/m-p/7395886#M97850</guid>
      <dc:creator>MechMachineMan</dc:creator>
      <dc:date>2017-09-20T21:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress the checkout prompt dialog when altering a PropertySet value</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-suppress-the-checkout-prompt-dialog-when-altering-a/m-p/7395904#M97851</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;BR /&gt;&lt;BR /&gt;So, are you saying that even though I do not wish to have the file checked out, I still have to check it out if I have any hope of not being present with&amp;nbsp;that dialog asking if I want it checked out? &amp;nbsp;(Essentially, I want the "No To All" choice but never want the user to have to see the dialog, because there could be many such files in succession and they would see the dialog many times).&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;--Jeff&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 21:29:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-suppress-the-checkout-prompt-dialog-when-altering-a/m-p/7395904#M97851</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-20T21:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress the checkout prompt dialog when altering a PropertySet value</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-suppress-the-checkout-prompt-dialog-when-altering-a/m-p/7396001#M97852</link>
      <description>&lt;P&gt;I'm sure it's possible to suppress the dialog box.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think you would be able to modify the file without first checking it out (whether it be through API, with the Check-out dialog suppressed or not).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It goes against the purpose of having a check&amp;nbsp;out system if you are just simply able to bypass it at will without following whatever it is enforcing.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 22:31:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-suppress-the-checkout-prompt-dialog-when-altering-a/m-p/7396001#M97852</guid>
      <dc:creator>MechMachineMan</dc:creator>
      <dc:date>2017-09-20T22:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress the checkout prompt dialog when altering a PropertySet value</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-suppress-the-checkout-prompt-dialog-when-altering-a/m-p/7397754#M97853</link>
      <description>&lt;P&gt;Thanks again for your reply.&lt;BR /&gt;&lt;BR /&gt;The file gets checked out when it needs to be, at a different point in the flow. &amp;nbsp;Everything works just fine with the add-in, as it has in previous versions, but this dialog started popping when we migrated them up to 2014. &amp;nbsp;And when we migrated that to 2018, it is also still there. &amp;nbsp;In our existing flow, it winds up being an unnecessary nuisance to the user so I would very much like to suppress it, if possible.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 12:18:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-suppress-the-checkout-prompt-dialog-when-altering-a/m-p/7397754#M97853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-21T12:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress the checkout prompt dialog when altering a PropertySet value?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-suppress-the-checkout-prompt-dialog-when-altering-a/m-p/13206237#M97854</link>
      <description>&lt;P&gt;Same issue but I want it to hit "No" or "No To All" everytime the dialog box comes up. Does anyone know a solution?? Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 21:22:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-suppress-the-checkout-prompt-dialog-when-altering-a/m-p/13206237#M97854</guid>
      <dc:creator>jake_egley</dc:creator>
      <dc:date>2024-12-11T21:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress the checkout prompt dialog when altering a PropertySet value?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-suppress-the-checkout-prompt-dialog-when-altering-a/m-p/13207324#M97855</link>
      <description>&lt;P&gt;Have a look at this post - this was just addressed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-programming-ilogic/is-there-a-why-to-change-promt-or-not-being-promt-at-all-when/m-p/13204621" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-programming-ilogic/is-there-a-why-to-change-promt-or-not-being-promt-at-all-when/m-p/13204621&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 12:07:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-suppress-the-checkout-prompt-dialog-when-altering-a/m-p/13207324#M97855</guid>
      <dc:creator>g.georgiades</dc:creator>
      <dc:date>2024-12-12T12:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress the checkout prompt dialog when altering a PropertySet value?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-suppress-the-checkout-prompt-dialog-when-altering-a/m-p/13208589#M97856</link>
      <description>&lt;P&gt;Unfortunately none of that code works. When I try to type Public class its red or private is red etc. I feel like im missing something obvious in ilogic or vb.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Update: it works fine in ilogic I just hadnt seen the red before and assumed it was an error without trying it.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 21:54:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-suppress-the-checkout-prompt-dialog-when-altering-a/m-p/13208589#M97856</guid>
      <dc:creator>jake_egley</dc:creator>
      <dc:date>2024-12-12T21:54:26Z</dc:date>
    </item>
  </channel>
</rss>

