Skip to main content

I have the following priority table

​

Incident
Priority
Network Outage1
Power Outage1
Security Breach1
Software Failure2
Hardware Failure2
Backup Failure3
Printer Faulty4

Now i want to configure this on my form such that when i select an incident type, the Priority field automatically gets populated, and the initiator should not be able to edit this value (Priority)

I found the solution. The lookup() function!


Reply