cancel
Showing results for 
Search instead for 
Did you mean: 

Search/Find by Contact Name

Former Member
0 Kudos

While running through a standard demo, was unable to search in find mode in the contact name field in a Sales Quotation or Sales Opportunity - Is this a locked field, is this something that cannot be done in B1 2007, Is there a fix?

Accepted Solutions (1)

Accepted Solutions (1)

former_member583013
Active Contributor
0 Kudos

Sherry,

I could only think of a work around by using a Formatted Seach on the Sales Quote Number field to look for the Contact Person.

Sample SQL

<b>SELECT T0.DOCNUM FROM [DBO].[OQUT] T0 INNER JOIN [DBO].[OCPR] T1 ON T1.CNTCTCODE = T0.CNTCTCODE

WHERE T1.[NAME] = '[%0]'</b>

Suda

Answers (0)