Question: I need to change Opportunity probability default value in my SaleLogix
system from 0% to 100%. How can I change the default from 0 to 100 for
all users?
Answer: The opportunity defaults is read via the Application.UserOptions.
pklCloseProb.Text = “100”
You probably want to disable this control on this form and disable pklProbability on the Opportunity Detail form.



