Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Disable Link assets missing Warning

Community Expert ,
May 25, 2020 May 25, 2020

Hi,

Is there way to disable the Link missing warning dialog that comes at the time of opening the document via scripting. Attached image of an dialog which I would like to suppress while opening the document.

 

Screenshot 2020-05-25 at 10.57.48 PM.png

 

Thanks

 

Best regards
TOPICS
How to , Scripting
1.8K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , May 25, 2020 May 25, 2020

Try the following via scripting

app.linkingPreferences.checkLinksAtOpen = false;

  -Manan

Translate
Community Expert ,
May 25, 2020 May 25, 2020

Hi, go to preferences (CMD+K) , file Handling, unchecking  the first line "Check links before opening document"

 

The screenshot from indesignSecrets ;), i'm french and my ID is in French and it's so painfull to put it in english !!!

Pay no attention to the green highlighting 😉

 

The link to the preferences guide for ID : https://indesignsecrets.com/visual-guide-indesign-preferences.php

 

Capture d'écran 2020-05-25 19.34.52.png

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 25, 2020 May 25, 2020
LATEST

Hi,

Thankyou for sharing this information and highly appreciated!

 

Best regards
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 25, 2020 May 25, 2020

Try the following via scripting

app.linkingPreferences.checkLinksAtOpen = false;

  -Manan

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 25, 2020 May 25, 2020

Thankyou! 🙂

It works.

Best regards
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines