Field Actions on Subtables on Unsaved Records

Does a subtable record need to be committed to the DB in order for the field mappings to pass their values to an application via a field action?

For example: If we add lines to a subtable on Form Initialize of an application and we add a field action (app link) on the subtable - if the app link has mapped values from the subtable, should those values in the subtable pass to the application if the record has not yet saved?

Yes, those values should be mapped forward. The record doesn’t need to be saved.

3 Likes