Inhalte aufrufen

Profilbild

restrict by date a button in invoice details


  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
Keine Antworten zum Thema vorhanden

#1 juanholgado

juanholgado

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 32 Beiträge

Geschrieben: 13 June 2019 - 17:56

I want to make a conditional so that the button to see the order can only be seen when we are in the current quarter,
 
I tried, for example for the third quarter
 
if Year (Order.OrderDate) = Year (Now) and Month (Order.OrderDate) <10 and Month (Order.OrderDate)> 6
 
but I get an error,
 
How could I do it?
 
Thank you