<?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 Possibility to check &amp;quot;iLogic Security&amp;quot; options via iLogic OR somehow else in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/possibility-to-check-quot-ilogic-security-quot-options-via/m-p/12133875#M20767</link>
    <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to check "iLogic Security" options via iLogic?&lt;/P&gt;&lt;P&gt;Or are those options anywhere written (for example in "Registry" or some local file)?&lt;/P&gt;&lt;P&gt;Or is this "hidden" (on purpose) due to security reasons?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ReneRepina_0-1690560174835.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1246468i4A100B82104865F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ReneRepina_0-1690560174835.png" alt="ReneRepina_0-1690560174835.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Rene Repina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jul 2023 16:06:59 GMT</pubDate>
    <dc:creator>ReneRepina</dc:creator>
    <dc:date>2023-07-28T16:06:59Z</dc:date>
    <item>
      <title>Possibility to check "iLogic Security" options via iLogic OR somehow else</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/possibility-to-check-quot-ilogic-security-quot-options-via/m-p/12133875#M20767</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to check "iLogic Security" options via iLogic?&lt;/P&gt;&lt;P&gt;Or are those options anywhere written (for example in "Registry" or some local file)?&lt;/P&gt;&lt;P&gt;Or is this "hidden" (on purpose) due to security reasons?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ReneRepina_0-1690560174835.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1246468i4A100B82104865F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ReneRepina_0-1690560174835.png" alt="ReneRepina_0-1690560174835.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Rene Repina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 16:06:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/possibility-to-check-quot-ilogic-security-quot-options-via/m-p/12133875#M20767</guid>
      <dc:creator>ReneRepina</dc:creator>
      <dc:date>2023-07-28T16:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Possibility to check "iLogic Security" options via iLogic OR somehow else</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/possibility-to-check-quot-ilogic-security-quot-options-via/m-p/12133939#M20768</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5053305"&gt;@ReneRepina&lt;/a&gt;.&amp;nbsp; We do have access to some similar settings via an iLogic rule, but they are not directly connected, because the settings within that manual dialog will overrule the settings you can access by code...for further security reasons.&amp;nbsp; Here are a few of the similar settings that you will see within the iLogic Advanced Configuration dialog:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;iLogicVb.Automation.FileOptions.AddinDirectory = "C:\Temp\Addins"
Dim ExtRuleDirs As New List(Of String)
ExtRuleDirs.Add("C:\Temp\Rules Dir 1")
ExtRuleDirs.Add("C:\Temp\Rules Dir 2")
ExtRuleDirs.Add("C:\Temp\Rules Dir 3")
iLogicVb.Automation.FileOptions.ExternalRuleDirectories = ExtRuleDirs.ToArray
iLogicVb.Automation.ExcelEngine = ExcelEngine.COM
iLogicVb.Automation.RulesEnabled = True
iLogicVb.Automation.RulesOnEventsEnabled = True
Dim oLogControl As LogControl = iLogicVb.Automation.LogControl
oLogControl.Level = LogLevel.Trace
oLogControl.RuleEntryExitMessageLevel = LogLevel.None&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are others too.&lt;/P&gt;
&lt;P&gt;Edit:&amp;nbsp; Here is a link to a related post back in 2019, in which an Autodesk employee helped answer.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/is-it-possible-to-change-ilogic-security-settings-through-the/m-p/8888406" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/is-it-possible-to-change-ilogic-security-settings-through-the/m-p/8888406&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit:&amp;nbsp; And here is another similar link which mentions another hidden setting:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/ilogic-triggers-all-off-batch-publishing/m-p/11572597/highlight/true#M145579" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/ilogic-triggers-all-off-batch-publishing/m-p/11572597/highlight/true#M145579&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 17:00:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/possibility-to-check-quot-ilogic-security-quot-options-via/m-p/12133939#M20768</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2023-07-28T17:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Possibility to check "iLogic Security" options via iLogic OR somehow else</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/possibility-to-check-quot-ilogic-security-quot-options-via/m-p/12133997#M20769</link>
      <description>&lt;P&gt;Here is another interesting related post, where the same Autodesk employee got involved again, and explained the difference between the settings in the dialog, and the settings we have access to through an iLogic rule.&amp;nbsp; There have been several similar/related questions like this asked before, so there may be others too.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/vba-code-to-disable-event-triggers/m-p/10067575" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/vba-code-to-disable-event-triggers/m-p/10067575&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 17:13:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/possibility-to-check-quot-ilogic-security-quot-options-via/m-p/12133997#M20769</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2023-07-28T17:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Possibility to check "iLogic Security" options via iLogic OR somehow else</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/possibility-to-check-quot-ilogic-security-quot-options-via/m-p/12163983#M20770</link>
      <description>&lt;P&gt;Hello &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7812054"&gt;@WCrihfield&lt;/a&gt; .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the late reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have checked your suggestion and the links.&lt;/P&gt;&lt;P&gt;So basically, we can switch the rules ON/OFF via iLogic (if dialog has events enabled), but we will not get any "visual" update in dialog about changed options, due to security reasons.&lt;/P&gt;&lt;P&gt;This can be tricky for users, since they will see, it is "enabled", but behind it is "disabled". Not the right thing we are looking for, but I know, it is a limitation due to security reasons.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help though!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 05:58:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/possibility-to-check-quot-ilogic-security-quot-options-via/m-p/12163983#M20770</guid>
      <dc:creator>ReneRepina</dc:creator>
      <dc:date>2023-08-11T05:58:04Z</dc:date>
    </item>
  </channel>
</rss>

