
I have an organization entity and a Country entity (this entity contains Country detail and Web region detail). When i enter a country detail in an Organization form, I want Web region to get auto populated once the country detail is entered. Is there a way to achieve this without JS?
*This post is locked for comments
I have the same question (0)The only way to do this before the form is saved is to use javascript. However, there are a couple of alternatives:
1. If it's OK to populate this once the form is saved, you can use a workflow. If you want the value to appear immediately as the form is saved, then make it a synchronous workflow
2. If you only want to display the value, but don't need to store it in the organization entity, you could create a Quick View form of the Country entity that has just the Web region field, and display this form in the organization form