I need to create a validation rule that says; when the "Billable" field on the Project object is unckcked, then the "Billable" checkbox on the Expense Reports object must also be unchecked, and if it IS checked then the user should not be allowed to move the status of the expense report to submitted.
The billable field on the Project object is called - pse__Is_Billable__c
The billable field on the Expense Report object is called - pse__Billable__c
And then the status that they should not be able to put the expense report to with this field checked is - Submitted
Any help would be greatly appreciated!!
답변 5개
Can you tell me which object is the parent among the two of these, Project or Expense Reports?