Forum Post: RE: How to make related records required for grid?

  • Thread starter Thread starter Gian Torralba
  • Start date Start date
Status
Not open for further replies.
G

Gian Torralba

Guest
Hello, You can add a validation trigger on the parent record that will check if it has any child records created. You can use the rbv_api.selectNumber() inside the "Validate Record Data" trigger type. Please use the "on finalize" trigger timing so it will run after the creation of the grid items. Thank you, Gian

Continue reading...
 
Status
Not open for further replies.
Back
Top