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

Need auto populate field by entering specified value in another field

New Here ,
May 30, 2024 May 30, 2024

I have a long list of roughly 600 part numbers in an excel form that need to be entered into field 1. Is there a way that typing this can trigger an auto population of field 2 with a corresponding description of part?

 

 

TOPICS
PDF forms
191
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 30, 2024 May 30, 2024
LATEST

If you use a dropdown for the part numbers, and enter the corresponding descriptions as the export values, you can populate Field 2 by entering a custom calculation script in field 2:

event.value=this.getField("Field1").value;//Field1 is the dropdown.

I developed a tool that allows you to copy both columns of part numbers and descriptions from Excel and paste them into a window to populate the dropdown.  

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