Hi,

1)
How can I get ONE DATA from Module Account, and its related contract from Module Contact via one search query? use search_module?

Now I use get_entry_list from CRM and get one DATA from Module Account, and Account ID, then use set_relationship , then get Contract IDs, then use get_entry to iterate the IDs, to retrieve the Contract?

is there any easy to do that?

2) How can I get the email of ONE DATA from Module Account?

Thanks

Tyshan