Posted 5/13/2009 3:27:07 AM
|
|
|
|
| I can't seem to find a way to globaly change address formatting (on screen). I guess I can do anything I like in print. Interprise, either via web or back office, askes for a contact name when creating addresses. However I have not seen it used in any documents.
For example, If an account is created with the following info: John Smith JS Corperation 123 Ventura Ave Ventura CA 90210 United States. Interprise will only ever use: JS Corperation 123 Ventura Ave Ventura CA 90210 United States. In Everest you can easily decide, country by country, what address format to use
|
|
Posted 5/13/2009 4:31:02 PM
|
|
|
|
| David, There are no flags or formatting within IS for addresses. In all the document prints, there is a User Defined Function called 'CreateAddress'. This function is passed in the Company Name, Address, City, State, Postal Code, County, and Country. From all of this information, it will return in a single field with the company information. The contact name isnt being passed in. The only way to get around this problem is for you to modify the document views you want to display the contact name for and add the contact name before the company name so it gets passed down into this stored procedure. This UDF is being used in many places where there might not be a contact involved. This could be the reason why IS isnt passing one.
BJ Dimes Software Development & Support Engineer DimeSoft Business Solutions, Inc. Interprise Suite Plugins Interprise Suite Blog
|
|
|
|