Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Workflow Opportunity to Estimate
I am trying to create a workflow that will create an alert to sales reps when an opportunity has not turned into a estimate after three days.
Basically I have three states.
Entry State: Submit Record, Opportunity, On Create
State 2:Opportunity is Closed -> Exit state
State 3:Opportunity is Open -> Action
Transition into state 2 : Condition -> {entitystatus.id}!=2, blank trigger # (2 = in progress)
Transition into state 3 : Condition -> {entitystatus.id}=2, scheduled trigger -> 3 days.
So the workflow exist pretty much, but is going on is the entitystatus.id is null. No matter what. If i create an estimate, don't it just remain NULL. I tested this by doing {entitystatus.id} is NULL and {entitystatus.id} is not NULL.