0

Where place the alert ?

let me := this;
if 'Plan_1 Editable' < 'Data|Date' and > 'Plan_2 Editable' then
    ""
else
    "OK"
end;
while weekday(me.'Plan_1 Editable') > 4 or
cnt(select Holidays where Date = me.'Plan_1 Editable') > 0 do
    me.('Plan_1 Editable' := date(year(me.'Plan_1 Editable'), month(me.'Plan_1 Editable'), day(me.'Plan_1 Editable') + 1))
end
;
alert(" ⚠️ Warning PLAN DATE cannot be less than Data|Date and cannot it be a Holiday, The next Available Date is included ")

I have this scrip but the alert doesn't work very well. Any best idea.

Thanks

2 replies

null
    • Ninox partner
    • RoSoft_Steven.1
    • 1 yr ago
    • Reported - view

    alerts are not possible in formula fields ,only in buttons and triggers (and even not all triggers)

      • Rafael Sanchis
      • Rafael_Sanchis
      • 1 yr ago
      • Reported - view

      RoSoft_Steven Hi Steven is on a Date Field on triggers after update

Content aside

  • 1 yr agoLast active
  • 2Replies
  • 59Views
  • 2 Following