Can i use workflow(with formula) to make the after...
# ask-stanley-ai
c
Can i use workflow(with formula) to make the after submitted action not to trigger
c
AI generated answer (using internal Slack threads):
Based on the conversations, it seems that the behavior of workflows in NetSuite can be influenced by various factors, including the specific triggers used and the order of operations. In the first conversation, it appears that the 'After Submit' trigger of a workflow may not be called when an invoice is created with the 'to be emailed' option ticked. This could be due to the native NetSuite emailing function displacing the normal 'After Submit' trigger. A potential workaround suggested in the conversation is to create a copy of the 'After Submit' workflow action to run on a different trigger or via a separate workflow on a schedule. In the second conversation, it is discussed that 'After Field Edit' actions may not fire when editing from the List view. This is because the 'After Field Edit' trigger is client-side and the List view may not fire off client workflows. A potential solution suggested is to use a 'Before Submit' trigger instead. In the third conversation, it is suggested that a workflow set to trigger on 'Create' only may not work as expected if it uses a formula field. The suggested solution is to split the workflow into two actions and set the field using the static value option, defining conditions for each action. However, it's important to note that the exact behavior can depend on the specific context and setup of the workflow, and these suggestions may not work in all cases. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.824968934
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.823882461
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.817904472
Please provide your feedback on this answer.