Stage 2 = capture information for entity "B" (Using Form "B")
Condition = If field "x" on entity "B" = "Yes" THEN
Stage 3 = capture additional information on entity "A" (using form "A2")
*This post is locked for comments
*This post is locked for comments
If I might suggest an alternative approach than switching forms, it might make the process a bit easier.
On your Entity A, form A1, include a new section or tab that contains the additional information fields. Use some javascript to hide this tab or section unless your criteria has been met. You can get the value of field X either by using a REST request to pull the value from Entity B when loading your form, or by using a workflow on entity B to update a similiar flag on Entity A once the user has made their changes. I've found the hiding and showing of tabs or sections to be much easier than form switching, and less prone to errors or issues when making changes in the future.
You can see some of the code to update visibility on tabs or sections here:
Hi Phil,
It is possible to change form on load of records based on field value .following link is useful to understand how to change form.
Now you have to update this field on entity A when you update record of entity B for this you can use plugin or JS.
I hope this will help you.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156