Group: Forum Members
Posts: 10,
Visits: 26
|
I will try to explain this bizarre situation as best I can. A client has user information in a crm database. I read this data using a BO and populate a search in my application. From the search a user can be "added" to the application as an actual user. Clicking add from the search populates a form with the users info from CRM and upon hitting save the user needs to be added to the SFUsers Table. Right now the form is obviously bound to the BO I'm using to read the data from CRM. Is there a way to bind a form to different BOs based on whether a form is loading or saving? When I try to change the fields programatically it errors out. I'm trying to avoid doing any direct sql code. If this is confusing I can elaborate.
|