0

I'm taking over an old coworkers job and part of that means I'll be working on various IFS tickets without any real ERP experience.

I'm working with one user who is trying to check in documents in IFS. Right now, IFS defaults to JPEGs and then she has to select "All Files" in order find PDFs.

Example:

enter image description here

As much as I'd like to say "it's one extra step, come on" the user's manager has insisted it interrupts her workflow and asked us to get on it.

I've spoken with our IFS experts and they're unaware of any setting that would make the open dialog default to All Files in IFS. I've searched in Google for any setting in Windows 7 that would do that - but those have been unsuccessful - I keep getting results about changing which program opens a specific file type.

Devid
  • 6,455
  • 13
  • 58
  • 75
krebshack
  • 153

1 Answers1

0

The setting your "experts" are "unaware of" is called Filter, its a pretty standard way of defining file-extensions which are selectable or even preselected. Simply put in All files (*.*)|*.* as the first element in the string and you're good to go, the order in this string will be the order in which elements in the dropdown are available / preselected - you can also change the preselection with FilterIndex

Also : this is a question about programming, not systems integration / administration.