This is another of those 'I hope this makes sense' things...
I have a master file that contains allowed activity types for an Activity BO. The Activity Type is setup as a reference field in the Activities BO.
I have an 'Add New Reference' operation on a form for creating activity records.
When entering a new activity and I know I will be creating a new activity type I click on the ‘+’ sign and add the new type and it returns it just fine when I click on the ‘Create’ button.
However, if I do a search for the activity type in the drop down box realize that the activity I want is not there and then click on the ‘+’ and add the record; When I click on ‘Create’ it does not return the new Activity Type. It just leaves it blank. In order to get the new activity type I have to do another search, find it, and then select it.
Why doesn’t the Add New Reference operation return the new record after I do a search?