On Nintex form, I have an Exam Name field which is tied a view in a look up list: All active Exam Names. At the end of each year, some Exam Names will be retired to inactive. So when user goes back to old Nintex form items, Exam Name field is blank for some items since the Exam Name is inactive. User still wants to see those saved Exam names.
Is it possible to use custom JavaScript to achieve it?
When the item is a new, display all active Exam Name only;
When the item is already saved, check if it has inactive Exam Name. If yes, load the inactive Exam Name and the all active exam names in Exam Name field.