The purpose of this page is to change the address the Purchase Order is being shipped to. From here, users can select the Site Address, a pre-configured "Purchasing Ship To" address, or enter a custom address ID. Users can also overwrite any of the individual address fields.
Software Version: 2021.xx11.xx 24 and newer
Table of Contents | ||
---|---|---|
|
...
Toolbar Icons | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
Help |
| ||||||||
Save |
| ||||||||
Save & Close |
| ||||||||
Fields | Description | ||||||||
Address ID | Identifies the Address ID used to identify where the Purchase Order is being shipped to. This is a single select lookup that is editable until the Purchase Order is 'Closed'. The options include:
Database Field: ERPx_MFAddress.AddressName (AddressID) |
...
Toolbar Icons | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
Excel |
| ||||||||
Quick Column Filter |
| ||||||||
Fields | Description | ||||||||
Checkbox |
| ||||||||
Address 1 | Identifies the first line of the address. This defaults based on which Address ID is selected and is not required to Save. This field is always editable, does not have to be unique, and must be <= 75 characters.
Database Fields: ERPx_MFSite.AddressLine1, ERPx_MFAddress.AddressLine1 | ||||||||
Address 2 | Identifies the second line of the address. This defaults based on which Address ID is selected and is not required to Save. This field is always editable, does not have to be unique, and must be <= 75 characters.
Database Fields: ERPx_MFSite.AddressLine2, ERPx_MFAddress.AddressLine2 | ||||||||
Address 3 | Identifies the third line of the address. This defaults based on which Address ID is selected and is not required to Save. This field is always editable, does not have to be unique, and must be <= 75 characters.
Database Field: ERPx_MFAddress.AddressLine3 | ||||||||
Address Name | Identifies the Name associated with the Address ID. This defaults based on which Address ID is selected and is not required to Save. This field is always editable, does not have to be unique, and must be <= 150 characters. Database Fields: ERPx_MFSite.SiteName, ERPx_MFAddress.AddressName | ||||||||
City | Identifies the City of the address. This defaults based on which Address ID is selected and is not required to Save. This field is always editable, does not have to be unique, and must be <= 35 characters.
Database Fields: ERPx_MFSite.City, ERPx_MFAddress.City | ||||||||
Country | Identifies the Country of the address. This defaults based on which Address ID is selected and is not required to Save. This field is always editable, does not have to be unique, and must be <= 50 characters.
Database Fields: ERPx_MFSite.Country, ERPx_IMCountryofOrigin.CountryName, ERPx_MFAddress.CountrySK | ||||||||
Phone | Identifies the Phone number of the address. This defaults based on which Address ID is selected and is not required to Save. This field is always editable, does not have to be unique, and must be <= 25 characters.
Database Fields: ERPx_MFSite.Phone1, ERPx_MFAddress.Phone1 | ||||||||
State | Identifies the State of the address. This defaults based on which Address ID is selected and is not required to Save. This field is always editable, does not have to be unique, and must be <= 30 characters.
Database Fields: ERPx_MFSite.State, ERPx_MFAddress.State | ||||||||
Zip | Identifies the Zip of the address. This defaults based on which Address ID is selected and is not required to Save. This field is always editable, does not have to be unique, and must be <= 15 characters.
Database Fields: ERPx_MFSite.Zip, ERPx_MFAddress.Zip |
...