Tech Support > Microsoft Windows > Windows CRM > How to retrieve values from a lookup table
How to retrieve values from a lookup table
Posted by Agile CRM on September 27th, 2007



I want to default the OwnerID of a Case based on the OwnerID of the selected
Customer.

I know how to retrieve the typename, name and GUID from a LookUp object (in
this case the CustomerID) but how can I retrieve associated values from the
related table?


Posted by uMar Khan on September 27th, 2007


Hi,
You need to write a webservice to fetch the owner of the customer and than
use that webservice withs JScript in onLoad of the case to set the owner of
the case.

--
PLEASE do click on Yes or No button if this post was helpful or not for our
feedback.

uMar Khan
Email for direct contact: imumar at gmail dot com


"Agile CRM" wrote:

Posted by Agile CRM on September 28th, 2007



Thanks Umar. Can you give me any pointers to code examples or instructions
on doing this?

"uMar Khan" wrote:


Similar Posts