<?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: Vault Data Standard 2018 - filtering numbering schemes based on Category nam in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/vault-data-standard-2018-filtering-numbering-schemes-based-on/m-p/8277945#M5958</link>
    <description>&lt;P&gt;Hi Goran,&lt;/P&gt;
&lt;P&gt;the Quickstart Sample configuration intentionally filters the numbering schemes for files to the default one. To overcome this you did the first required step: comment the filter and fill all.&lt;/P&gt;
&lt;P&gt;You probably missed uncommenting the original code to set the property _NumSchm value equals to _Category value at the beginning of InitializeWindow:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;$Prop["_Category"].add_PropertyChanged({
					if ($_.PropertyName -eq "Value")
					{
						$Prop["_NumSchm"].Value = $Prop["_Category"].Value
					}	
				})&lt;/PRE&gt;</description>
    <pubDate>Wed, 19 Sep 2018 11:29:23 GMT</pubDate>
    <dc:creator>Markus.Koechl</dc:creator>
    <dc:date>2018-09-19T11:29:23Z</dc:date>
    <item>
      <title>Vault Data Standard 2018 - filtering numbering schemes based on Category name</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vault-data-standard-2018-filtering-numbering-schemes-based-on/m-p/8275550#M5957</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;i use little bit modified VDS Quickstart MSDCE 2018.1.1.&lt;BR /&gt;&lt;BR /&gt;I am wondering is there option how to automatically filter corresponding numbering scheme in CAD and Vault client in new file creation based on equal document category name as numbering scheme name?&lt;BR /&gt;&lt;BR /&gt;In folder or custom object if i change category i receive corresponding numbering scheme based on equal category name. It is OK, but not in file creation because in file creation i am changing template and based on template that i pick category is automatically changed. In file creation numbering scheme is always "default" one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i comment filter in VDS i can change manually category and receive corresponding numbering scheme.&lt;BR /&gt;&lt;BR /&gt;Thnx&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 13:46:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vault-data-standard-2018-filtering-numbering-schemes-based-on/m-p/8275550#M5957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-18T13:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Vault Data Standard 2018 - filtering numbering schemes based on Category nam</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vault-data-standard-2018-filtering-numbering-schemes-based-on/m-p/8277945#M5958</link>
      <description>&lt;P&gt;Hi Goran,&lt;/P&gt;
&lt;P&gt;the Quickstart Sample configuration intentionally filters the numbering schemes for files to the default one. To overcome this you did the first required step: comment the filter and fill all.&lt;/P&gt;
&lt;P&gt;You probably missed uncommenting the original code to set the property _NumSchm value equals to _Category value at the beginning of InitializeWindow:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;$Prop["_Category"].add_PropertyChanged({
					if ($_.PropertyName -eq "Value")
					{
						$Prop["_NumSchm"].Value = $Prop["_Category"].Value
					}	
				})&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Sep 2018 11:29:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vault-data-standard-2018-filtering-numbering-schemes-based-on/m-p/8277945#M5958</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2018-09-19T11:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Vault Data Standard 2018 - filtering numbering schemes based on Category nam</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vault-data-standard-2018-filtering-numbering-schemes-based-on/m-p/8278090#M5959</link>
      <description>&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes, this is the step that i was missed in Vault.Custom ADSK.QS.Default.ps1&lt;/P&gt;&lt;P&gt;I found similar commented lines in CAD.Custom ADSK.QS.Default.ps1 but i don't know what lines i must comment after i uncomment this one:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$Prop["_Category"].add_PropertyChanged({
					if ($_.PropertyName -eq "Value")
					{
						$Prop["_NumSchm"].Value = $Prop["_Category"].Value
					}	
				})
$Prop["_Category"].Value = $UIString["CAT1"] # quickstart activates different categories for Inventor models, drawings and AutoCAD drawings&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Sep 2018 12:18:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vault-data-standard-2018-filtering-numbering-schemes-based-on/m-p/8278090#M5959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-19T12:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Vault Data Standard 2018 - filtering numbering schemes based on Category nam</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vault-data-standard-2018-filtering-numbering-schemes-based-on/m-p/8361397#M5960</link>
      <description>&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have same problem in CAD environment.&lt;/P&gt;&lt;P&gt;In CAD.Custom file ADSK.QS.Default.ps1 i unncomented in function InitializeWindow this lines of code:&lt;/P&gt;&lt;PRE&gt;				$Prop["_Category"].add_PropertyChanged({
					if ($_.PropertyName -eq "Value")
					{
						$Prop["_NumSchm"].Value = $Prop["_Category"].Value
					}	
				})
				$Prop["_Category"].Value = $UIString["CAT1"] # quickstart activates different categories for Inventor models, drawings and AutoCAD drawings&lt;/PRE&gt;&lt;P&gt;and commented in function GetNumSchms this lines of code:&lt;/P&gt;&lt;PRE&gt;#					$_FilteredNumSchems = @()
#					$_temp = $numSchems | Where { $_.IsDflt -eq $true}
#					$_FilteredNumSchems += ($_temp)
#					if ($Prop["_NumSchm"].Value) { $Prop["_NumSchm"].Value = $_FilteredNumSchems[0].Name} #note - functional dialogs don't have the property _NumSchm, therefore we conditionally set the value
#					$dsWindow.FindName("NumSchms").IsEnabled = $true
#					$noneNumSchm = New-Object 'Autodesk.Connectivity.WebServices.NumSchm'
#					$noneNumSchm.Name = $UIString["LBL77"]
#					$_FilteredNumSchems += $noneNumSchm
#					return $_FilteredNumSchems&lt;/PRE&gt;&lt;P&gt;Result is that there no value in Numbering Scheme field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did I forgot somewhere some lines of code who defines equalness of Category name and Numbering Schemes name?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thnx for any help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Oct 2018 10:57:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vault-data-standard-2018-filtering-numbering-schemes-based-on/m-p/8361397#M5960</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-26T10:57:40Z</dc:date>
    </item>
  </channel>
</rss>

