Currency selection in Purchase Request

P

Philip Colmer

I'm trying to understand where the Purchase Request form gets its list of
currencies from. The properties for the drop-down list box suggest that the
list of currencies is coming from a data connection called currencies.

The data connections wizard shows that the currencies data connection is an
XML data file called currencies.xml. However, clicking on the Resource Files
button shows that there is a "currencies.xsd" in the form, not
"currencies.xml".

The XSD file doesn't contain the data, so I'm somewhat bemused as to where
the currency information is coming from.

Regards

Philip
 
S

S.Y.M. Wong-A-Ton

If you extract the form files (File > Extract Form Files... menu item) you
will find a currencies.xml find among the other files.
 
P

Philip Colmer

Thank you!

--Philip

S.Y.M. Wong-A-Ton said:
If you extract the form files (File > Extract Form Files... menu item) you
will find a currencies.xml find among the other files.
 
Top