We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
I got this to work great but I need to make some adjustments:
on the Run Script (Create Multi Row RITMS) after
rec.insert();
rec.autoSysFields(false); rec.setForceUpdate(true); rec.update();
this forces an update after the insert to generate the a...