I have a vLookup that populates a specific field on the child list. The child list form would then use that field value as a filter for an autocomplete field in the child form.
The issue I’m running into is the autocomplete occurs before the vLookup field is populated (even when I set the ac in a document ready state with jQuery). My custom js sits in an external js file and was curious about if it’s an issue with precedence (custom js vs external) and how I get the vLookup to populate the field first so I then do the ac?