The "View in QB" can open the "Edit Customer" window in QB using the ListDisplayMod request, but that doesn't move the focus in the Customer Center to that customer, which I assume is what you're looking for.
You can, however, open a report that shows all of a Customer's Transactions as long as you have the Customer's QB ListID value. There may be more than one way to do this, but this works as long as you replace my fake field reference with a field or variable that supplies a valid Customer List ID:
PCQB_ZExecute( "" ;
"<GeneralDetailReportQueryRq>
<GeneralDetailReportType>TxnListByCustomer</GeneralDetailReportType>
<DisplayReport>true</DisplayReport>
<ReportDateMacro>All</ReportDateMacro>
<ReportEntityFilter>
<ListID>" & yourTO::CustomerListID & "</ListID>
</ReportEntityFilter>
</GeneralDetailReportQueryRq>"
)
HTH!
Geoffrey Gerhard
Creative Solutions Incorporated
14000 Creekside Drive
Matthews, NC 28105
704) 814-6852