Kah_Rsrc_Not_Satisfactory_Info raises an alert if the compound status of a resource is either Inhibited, Denied, Awaiting, or InAuto. The formula is:
If
Resource_List.Compound_Status equals Inhibited
or
Resource_List.Compound_Status equals Denied
or
Resource_List.Compound_Status equals Awaiting
or
Resource_List.Compound_Status equals InAuto
then
the situation Kah_Rsrc_Not_Satisfactory_Info is true.