... // get existing subform with only the displayed rows (not been deleted)
var l_existingSubformRows = ZDK.Page.getField('Deployment_Rate_Log').getValue();
// loop through to exclude any rows ...
... == "Subform1")
{
// loop through the first subform of this record
for each r_SubformRow in r_Record.mySubform1
{
v_StartTime = r_SubformRow.Start_Time;
...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.