Can I access the SHIPPINGDAYS preference in a Suit...
# ask-stanley-ai
b
Can I access the SHIPPINGDAYS preference in a SuiteScript?
c
AI generated answer (using internal Slack threads):
Based on the conversations provided, it appears that accessing the
SHIPPINGDAYS
preference directly via SuiteScript is not supported. One of the users mentioned that shipping preferences aren't supported since they aren't in the list of supported preferences. However, you can access some shipping related fields like
SHIPPINGCUTOFFTIME
using the
runtime.getCurrentUser().getPreference({name: 'SHIPPINGCUTOFFTIME'})
method or possibly with
config.load()
. For getting a list of shipping carriers for a sales order, the
Field.getSelectOptions
method is suggested. ****** 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.853959203
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.837055683
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.817691624
Please provide your feedback on this answer.