I have a workflow that triggers Creating non-inven...
# ask-stanley-ai
r
I have a workflow that triggers Creating non-inventory item automatically whenever an opportunity is created. However, the time to create the item record is very slow. How can I speed up the creation speed?
c
AI generated answer (using internal Slack threads):
The creation of non-inventory items automatically when an opportunity is created can be slow due to several reasons. Here are a few suggestions to speed up the process: 1. Optimize Your Workflow: Ensure your workflow is optimized and not performing unnecessary actions. For example, if your workflow is performing searches or loading records, these can be time-consuming operations. Try to minimize these operations or use more efficient methods. 2. Use Scheduled Workflows or Scripts: If the workflow is triggered by a user action and the creation of the non-inventory item doesn't need to be immediate, you could consider using a scheduled workflow or script. This would allow the workflow to run in the background, reducing the perceived time it takes to create the non-inventory item. 3. Use User Event Scripts: If the creation of the non-inventory item needs to be immediate, you could consider using a user event script. This would allow you to write more efficient code to create the non-inventory item, potentially speeding up the process. 4. Use Transform Record Action: If the non-inventory item is being created from another record, you could consider using the Transform Record action. This action can be faster than creating a new record from scratch. Remember, the key to speeding up the process is to optimize your workflow or script and minimize time-consuming operations. ****** 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.823433697
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.819792926
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.815100729
Please provide your feedback on this answer.
r
Will making the other item records inactive will speed up the loaading process?