I want to two forms from different tables in one record producer by selecting drop down values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
I want to two forms from different tables in one record producer by selecting drop down values the dorms different tables will have to populate from record producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @Deepu9997 ,
Short answer: No, it is not recommended.
Using scripts to redirect tables is considered a "workaround" and creates technical debt (hard to maintain/debug).
The Correct Ways (Best Practices):
Order Guide: Use this if the forms have different fields. It asks the "Type" first, then loads the correct Record Producer for that specific table.
Flow Designer: Use this if the forms are identical. Create the record in a generic table, then use a Flow to move/create it in the target table based on the dropdown value.
Best regards,
Brandão.
