Hi kartik,
   
  To add a field in customer account lookup go to the 
CustTable\Fieldgroups\Autolookup add the required fields that you want to show 
in custaccount lookup.
   
  in your case add the all exisisting fields along with your field i.e current 
custaccount lookup is showing 5 fields add these 5 fields along with your field 
and save the table. now the lookup will show the fields that you have added in 
the lookup field group of custTable.
   
  Regards,
  Ram

kartik1_0072 <[EMAIL PROTECTED]> wrote:
          hi, all
i want to add field in customer account lookup but i don't know how 
the original lookup is created. guide for adding field in lookup

details that i know:

rum method of sales create order
void run()
{
salesTable_ds.create();
element.modifyForm();

super();
//see the following line
SalesTable_ds.lookUpCustAccount();

if (!salesTableType)
{
element.close();
throw Exception::error;
}
}

method written in datasource of salescreateorder form
void lookUpCustAccount()
{
if (salesTableType)
{
if (salesCreateOrderForm.lookupCustAccount())
{
//plz tell me where these methods r written
or any other meaning of the following line

SalesTable_custAccount.setFocus();
SalesTable_custAccount.lookUp();
}
}
}



                         

       
---------------------------------
 Get the freedom to save as many mails as you wish. Click here to know how.

[Non-text portions of this message have been removed]

Reply via email to