I have a State lookup and when I select it, I want my Country Lookup to update. Right now I'm doing it with a workflow and a Save through javascript to display it instantly but it's pretty slow(~1 second). Is there any faster way to do this? My State entity has a reference to Country by the way. Thanks
*This post is locked for comments