dear all
i need to retrieve a value from entity B based on a value from the current entity A, i dont need to use GUID, the field i need to use it for inquiry is a normal text field.
thanks,
dear all
i need to retrieve a value from entity B based on a value from the current entity A, i dont need to use GUID, the field i need to use it for inquiry is a normal text field.
thanks,
thanks Goutam for your video, it was really helpful it did the job
Hi,
In case you want to use Web API, you can refer this post: http://himbap.com/blog/?p=2874
Hi Ahmad ,
If you want to retrieve in client side then you can call API , build your query using CRMRestBuilder .
See my video here -
Hi,
If you only want to display the value and have the lookup of the entity B on entity A and you want to pull the value from, you can use Quick View form of entity B on entity A.
If you want to store the value in a field on entity A from entity B, then you can write a workflow on create of entity A and change of the lookup of entity B to update the text field on entity A.
Hope this helps.