Originally posted by Prathima
Hi,
We are adding a new quckform under Accountdetails as a tab. We have used a Save() BusinessRule on Click of Save button of that quick form.
It has internally written a code as entity.Save(). i.e. Account Which is the current binding source.
We are facing an issue because of this functionality.Problem is: entity.Save() is saving even the account details data. If a user had changed the value in mainphone of account deatils and had not saved. but go to this tabs and saves the data, main phone is also saved to Account table. But if this phone number has any propagation changes,then that will not be shown to the user.
Is this how it works or any other way to save from the tabs under acount details..?
Can we change the entity.Save() to entity.tabentity.save() instead of entity.save()...? If I change what will be the impact in other scenarios..?
Thanks, Prathima |