In mail alert Condition Example following is shown.
doc.status==“Open”
doc.due_date==nowdate()
doc.total > 40000
What is the expression for “Not Equal to”. We want to set alert only if doc.status is not closed.
In mail alert Condition Example following is shown.
doc.status==“Open”
doc.due_date==nowdate()
doc.total > 40000
What is the expression for “Not Equal to”. We want to set alert only if doc.status is not closed.
doc.status != "Closed"
Thank you
Thanking you,
With Regards,
Deven Shah
Safeworld Systems Pvt Ltd
M - 09825060116
Is nowdate() function still working? It’s giving me some hard time! I am adding a condition to Quotation Feedback Trigger like:
doc.rfq_date==nowdate()
But I get the bellow error when saving.
Message
The condition ‘doc.rfq_date==nowdate()’ is invalid
rfq_date is custom variable that I use.
Hi @max_morais_dmm , can you please help me out in solving this.
how to do mail alert in notification for this condition,
@Subramani by UI you dont will be able to handle this situation, I mean, the “Email Alert” doesn’t provide enought flexibility to handle this scenario.
Hi,
You can do this from Notification, for example i made a notification reminder to HR if there’s an open leave after 10 days from posting date.:
Hi Sir can you help me this in this one I should be thankful to you
if the sales invoice is return (Credit note) send notification only so what condition should I write?