change Go To Related Records so that this command always executes not just when there are related records so that you end up at the resulting layout with either n0 records or the related records
Whilst I agree with this and have been caught out on a few occassions, it makes sense to run a check for related records prior to attempting to goto them, this way you can prevent extra steps running in the script.
for instance, using a
if [ not isempty(relatedtable::relatedfield)]
Goto Related Records…….
Replace field contents etc
end if
No. 1 — November 25th, 2009 at 4:46 pm
Whilst I agree with this and have been caught out on a few occassions, it makes sense to run a check for related records prior to attempting to goto them, this way you can prevent extra steps running in the script.
for instance, using a
if [ not isempty(relatedtable::relatedfield)]
Goto Related Records…….
Replace field contents etc
end if
No. 2 — December 8th, 2009 at 3:52 am
This is the old behaviour pre-7 and there have been any number of times I wished it was still there.