Forum Discussion
- LauraThackerQrew CaptainMake sure the [Assigned To] field is set to "Reportable"; otherwise fields will not show up in the Additional Criteria list.
- EricTurrentineQrew Cadet
I checked the field properties and it is checked and locked I cant change the value
- LauraThackerQrew CaptainSo, the [Assigned To] is a formula field? Can you post the formula of the [Assigned To] field here? Also - it looks like you might be using [Related Resource] fields to indicate an Assigned To from another table. If this is true, your trigger would be when the [Related] reference field has changed, not the formula-output field.
- LauraThackerQrew CaptainSo, the [Assigned To] is a formula field? Can you post the formula of the [Assigned To] field here? Also - it looks like you might be using [Related Resource] fields to indicate an Assigned To from another table. If this is true, your trigger would be when the [Related] reference field has changed, not the formula-output field.
- EricTurrentineQrew CadetAssigned to is a user field in the tasks table
- QuickBaseCoachDQrew CaptainIs [Assigned To] a lookup field?
- EricTurrentineQrew CadetNo this is a member if the Tasks table
- QuickBaseCoachDQrew CaptainA crazy thing to try (but I would do if this wuz me) would be to make a formula text field of
UserToEmail ([Assigned to])
and see if that field appears.