CoreBOSBB
Forecast Amount - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: User Support (https://discussions.corebos.org/forumdisplay.php?fid=6)
+--- Thread: Forecast Amount (/showthread.php?tid=354)



Forecast Amount - rslemer - 08-13-2016

How do you work with the forecast amount field, at opportunities ?


RE: Forecast Amount - joebordes - 08-13-2016

It is formula that is calculated with a workflow. I don't remember exactly so look there but I think you fill in the amount and the percent and it does the rest.


RE: Forecast Amount - rslemer - 08-31-2016

yes, you right

But not make sense the field can changed by user.

I blocked in all profiles, manually


RE: Forecast Amount - rslemer - 01-11-2018

Hi Joe,

You considering change this for default?

Because, this field, should be blocked to user changes, or not?


RE: Forecast Amount - joebordes - 01-11-2018

The field cannot be changed by the users, at least not effectively, any value they put in there will be ignored.

I understand you want to make it readonly by default, right? We can do that now. When we added that field workflows could not update the field, now they can so it would be easy to just set the field as readonly. Have you tried that? Does it work?


RE: Forecast Amount - rslemer - 01-11-2018

Yes, make a ready only for default.

Because today field allows changes ( and you are right all users changes is lost .. )

That's a problem, user be confused with this ...

I need in all profile, set manually field to read only ...


RE: Forecast Amount - joebordes - 01-11-2018

set displaytype = 4 on that field and will do what you are asking for.

I will add this when I have some time


RE: Forecast Amount - rslemer - 01-12-2018

Execute

UPDATE `corebos580`.`vtiger_field` SET `displaytype`='4' WHERE `fieldname`='forecast_amount';