I have a process whose only rule is:
EDIT SystemSettings USING 'Contact Or Company'
THis cause a list of SystemSettings to be displayed from which the user needs to pick the only SystemSettings instance that is displayed.
After that my 'Contact Or Company' form is displayed.
If I use:
FIND ALL SystemSettings TAKE BEST 1
EDIT SystemSettings USING 'Contact Or Company'
The list of SystemSettings is still displayed!
Neither of these behaviours make sense to me.
Terry