I have created a scheduled script to add meetings,...
# ask-stanley-ai
v
I have created a scheduled script to add meetings, Meeting are creating when i save and execute schedule script but not showing on the Meeting List page in NetSuite. schedule script set by system not showing on list page and suitelete showing set by user and its showing on list page
c
AI generated answer (using internal Slack threads):
Based on the conversations, it seems like you're facing an issue where your scheduled script is not showing up on the Meeting List page in NetSuite. This could be due to a variety of reasons. One possibility is that the script is not being executed properly. As mentioned in the conversations, scripts do not automatically execute in Release Preview accounts, but can be executed manually. Automated scheduled scripts can only be tested in sandbox accounts. Another possibility is that there might be an issue with the way the script is being called. As one user pointed out,
task.create()
is only available in server scripts. If you're trying to call a scheduled script from a client script, you might need to call a suitelet that starts the scheduled script instead. Lastly, it's also possible that there's an issue with the timing of the script. If the start time on the schedule is set to a specific time, the script will only start running at that time each day. Without more specific information about your script and how it's being executed, it's difficult to provide a more definitive answer. However, these are some potential issues you could look into. ****** 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.828979433
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.826832891
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.820082605
Please provide your feedback on this answer.