I have fields on a template that I use as markers for multiple workflows working together. I can hide the data in those fields from the users but I would like those fields to not be visible at all to the users. Is that possible?
My use case for these fields is this (in case there's a better way of doing this than fields)
1. I have a business process that needs to stay running through the whole process. ie. for BPM reporting I can't have this all broken up into separate workflows.
2. At a certain step I want the process to wait until one or more users modify a multiple value field and the values match an invoice total field.
3. To do this I have a separate workflow trigger every time those changes are made and the workflow steps (a page worth) run to check all the values and if they match to set the "hidden" field to Yes.
4. The Business process is simply waiting for that field to equal Yes and then moves on.
Thanks in advance.