If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Does it mean that a certain record (in the Task entity) is invisible to certain users until the status of this record becomes, for example, "ready to read"?
Please elaborate on your request.
We work with tasks that are assigned to a team. Each team does something with the task and afterwards assigns the task to another team. Each task also has statusses.
When a task reaches 15 or Geannuleerd. It needs to be converted to read only so that noone can add thing to the stream or modify it. Is this even possible?
Hi, thanks but in the Field Names I don't see the Stream option. I would like to 'lock' the stream option so that nobody can add things into a completed task. I can't seem to achieve this.
For record locking, I recommend to have a read-only bool field that will be set to true (by formula or a workflow) when specific conditions met. Then, the dynamic logic will check that bool field.
Additionally, in the Before-Save API script it's reasonable to check for that field and throw an exception. This will prevent editing the record completely (even via the API).
If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.
Comment