Please enable JavaScript to view this site.

QuoteWerks Help
Version 24 (Build 2.04) 
April 17, 2024
  •      

A list item in an F2 Lookup can be setup to retrieve information from the current contact displayed in your contact manager. Below is a list of fields that you can retrieve from your contact manager, along with an example of their use:

&Contact

&FirstName

&Title

&Address

&Address1

&Address2

&City

&State

&Zip

&Country

&CityStateZip

&NameAddress

&Notes

&UserFullName

&UserName

&Phone

&Fax

&EmailAddress

Example:

~GMW_Macro(&NameAddress)

The above DDE Macros retrieve the basic information from a GoldMine contact. This EXPR (Short for Expression) function can retrieve more advanced information from GoldMine. See the GoldMine manual for the details on the EXPR DDE function.

Advanced Example:

~GMW_Macro(CONTACT2->USERDEF1)

Note:See the F2 Lookup section in Customizing QuoteWerks for more details on the F2 Lookup feature.