hi expert,
i need to open a specific account based on url. i have a requirement that open a account against telephone no/customer id using query string. i try these urls
http://ef.crm/EFCRMDB/main.aspx?etn=account&pagetype=entityrecord (this open a create new account form)
http://ef.crm/EFCRMDB/main.aspx?etn=account&extraqs=etc%3d1%26expert_test%3dabcdef&pagetype=entityrecord (pass query string value and i successfully get this value on form)
In database AccountBase table i find unique id for record that is 'AccountId'.
this works fine for me
http://ef.crm/EFCRMDB/main.aspx?etn=account&pagetype=entityrecord&id=A3D57E8C-87F6-E111-8BF8-000C29E2596B
now problem is that how i get 'AccountId' against telephone no or customer id received form url? can i open account by dialog or workflow if yes then how?
*This post is locked for comments
I have the same question (0)