My picklist defaults to #empty# for profiles where this field is disabled - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: My picklist defaults to #empty# for profiles where this field is disabled (/showthread.php?tid=1127) |
My picklist defaults to #empty# for profiles where this field is disabled - Guido1982 - 06-28-2018 I have the following setup:
Now my problem is, when sales people convert the quotes to salesorders, the picklistvalue will stay empty. Nothing in the cell in the database, and on the frontend it resolves to #empty#. This doesn't change when I set the field to 'active' for this profile but lock it. The only way I can make it work like I want to is to give the sales profile access to the field, which I don't want. RE: My picklist defaults to #empty# for profiles where this field is disabled - joebordes - 06-29-2018 There is no field configuration for what you are trying to do. If a field is marked as readonly for a user that user simply cannot save it. I guess we would need to add a new displaytype for that functionality. RE: My picklist defaults to #empty# for profiles where this field is disabled - Guido1982 - 07-02-2018 Ah, OK. So that user could not even save it to its default value? RE: My picklist defaults to #empty# for profiles where this field is disabled - joebordes - 07-02-2018 Yes, something like that, the idea would be that the user could not save it, just see it (read-only) but the workflow system could save it. RE: My picklist defaults to #empty# for profiles where this field is disabled - Guido1982 - 07-02-2018 You mean for a new display type? My primary goal here is to fill out a field correctly (with the value from either the business map or the default value) without the user ever seeing the field. Other users should see that field though, set to the correct default value in stead of #empty# |