Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Formula for 'within' quarter for condition to be set
I would like to be able to set a condition to make a field mandatory (or not) by using a combination of two field values. I want to set a specific field to be mandatory if the status of the opportunity is A-C AND if the expected close date is within this quarter.
Condition used:
{opportunitystatus.id} in (1,2,3) and to_char({expectedclosedate}, 'Q')=to_char({today}, 'Q')
After field sourcing triggering client fields:
opportunity status and expected close date
Result:
Nothing happened except the system locked me out of editing my opportunities. I could click the edit button, but my drop down of statuses would not open up and if i set a new expected close date it would let me set it but not let me move off of it. Also, I couldn't navigate to the proper subtab where the field i was trying to set as mandatory was located.