Skip to content
maforget edited this page Jan 31, 2024 · 4 revisions

If you can't change the Series, and it keeps coming back, this is probably because of a feature called Proposed Value. The program will detect the Series based on the name of the file and fill these value automatically. You can spot a Proposed Value by the text in the detail window being pale grey. You can fix it by 3 way:

  • When the file is in your library, the Proposed Value is enabled. You can change it to No. The file needs to be in your library for the drop-down to enable. The pale grey text will be removed.
  • Commit the proposed value. Right-Click => Automation => Commit Proposed Values. The pale grey will be changed to normal black text.
  • Use the DataManager plugin. Set the EnableProposed to false. Put this as the first rule. The pale grey will be changed to normal black text. You can use the following ruleset:
<ruleset name="Proposed Value" rulesetmode="AND">  <rule field="EnableProposed" modifier="Is" value="True" />  <action field="EnableProposed" modifier="SetValue" value="False" /></ruleset>

Here is a user script to for a smart list that will help you check if fields have Proposed Value enable.