Marc
10/21/2024, 7:52 AMCeligo AI
10/21/2024, 7:52 AMAI generated answer (using internal Slack threads):Based on the conversations, it seems like you're dealing with a common issue in NetSuite workflows where the status doesn't update as expected. Here are some suggestions that might help: 1. Use the correct field in your condition: In your workflow, make sure you're using the correct field in your condition. For example, if you're trying to capture when a Journal Entry is voided, you should use the native Status field, not the Approval Status field. The "Voided" status is part of the native Status field. 2. Use a checkbox to track edits: If you want to track when a record has been edited, you can add a checkbox field to the record. You can then set this checkbox to unchecked when the record enters the "Rejected" state. Add a condition to the "Re-Submit for Approval" button so it only appears when the checkbox is checked. Then, add a Set Field Value action that checks the checkbox after the record is submitted when the event type is edit. Finally, add another Set Field Value action that unchecks the checkbox when the record exits the "Rejected" state. 3. Use a workflow field to track the creator: If you want to revert a record to "Pending Approval" when it's edited by someone other than the creator, you can use a workflow field to track the creator of the record. You can then add a condition to your transition that checks if the current user is the creator of the record. Remember, workflows in NetSuite can be complex and require careful setup to work correctly. Make sure to thoroughly test your workflow to ensure it behaves as expected. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
10/21/2024, 7:52 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.863040388
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.856087923
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.849431932
Celigo AI
10/21/2024, 7:52 AMCeligo AI
10/21/2024, 7:56 AM