06-12-2012 10:50 AM
I am trying to find where on the ActualClose form the salespotential is being populated from n the ActualAmount box..
I tried looking at the form and load events but I didn't/couldn't see anything. Can someone point me in the direction of how this is getting default populated..?
thanks
06-12-2012 11:21 AM
Did you look into the OnAddEntityBindings function?
06-12-2012 12:59 PM
Checked that here is what is there,I do not see a reference to the Salespotential value .. that is the value currently being populated into the actualclose box when the dialog opens:
// curActualAmount.Text Binding
Sage.Platform.WebPortal.Binding.
WebEntityBinding curActualAmountTextBinding = new Sage.Platform.WebPortal.Binding.WebEntityBinding("ActualAmount", curActualAmount, "Text");
BindingSource.Bindings.Add(curActualAmountTextBinding);
06-13-2012 01:16 PM
More detail on this.. I tried to use the Load action setting the curActualAmount text box to 0, this worked fine but when I saved the form it changed back to the Salespotential Amount.
Can someone tell me how is the default amount in the Actual Close box being populated for closed-won and closed -lost opportunities
Thanks