Escalation rule not working

SOLVED

Hi 

i have an escalation rule running on a view on the company table (a view joining opportunity and company data)

it is supposed to set a field on the company table but it doesnt seem to be working - when i run the rule sql trigger in SQL i can see results but the escalation rule doesnt seem to want to run

is there any issues with running escalation rules on views?

Parents Reply
  • 0 in reply to SIQ

    this is my escalation trigger:
    oppo_paidinfull_n is null and ( (oppo_invoicesentdate_n +60) < #T)   and comp_renewalun is null and Oppo_BookingType = 'MC' AND  Oppo_Status !='Cancelled'

    ive set the escalation to run on table opportunity and view vOppoCompany

Children