I have a PEER SINGLE relationship from a main customer record.
Customer MAY HAVE additional data stored in another BO.
Customer BO has an attribute named "ps_MoreInfo" which points to that 1 record in that other file.
I want to have another form (shows as a tab) on my Customer screen... conditionally, the form is "not present when"
Customer.ps_MoreInfo is UNDEFINED
The MOREINFO form has 1 attribute on it: ps_MoreInfo
I have the widget set to FORM.
[NOTE: If this was a ps_SalesRep, you'd have the widget COMBO BOX, most likely. FORM is another option in that same area]
The additional info shows perfectly, but at runtime, it appears that its read only, like a PROTECT has been issued.
I see the fields, but can't change any data or activate a combo box.
Is this how its supposed to act? Or should this be fully editable?