I would like to add a check box in sales order for...
# ask-stanley-ai
a
I would like to add a check box in sales order form for a ASAP charge. How would I do this
c
AI generated answer (using internal Slack threads):
To add a checkbox in the sales order form for an ASAP charge, you would need to customize the form. Here are the steps: 1. Navigate to
Customization > Forms > Transaction Forms
. 2. Click
New
to create a new form or
Edit
to modify an existing one. 3. In the
Screen Fields
subtab, you can add a new field. Click on the
Field
dropdown and select
New Field
. 4. In the
Label
field, enter a name for your checkbox, such as "ASAP Charge". 5. For
Type
, select
Checkbox
. 6. In the
Subtab
dropdown, select where you want the checkbox to appear on the form. 7. Save your changes. Now, when you create a new sales order using this form, you will see your new checkbox. You can check this box when you want to apply an ASAP charge. Please note that this will only add a checkbox to the form. If you want this checkbox to actually apply a charge when checked, you would need to write a SuiteScript to handle this. The script would need to be triggered when the sales order is saved and check if the ASAP Charge box is checked. If it is, it would apply the charge. ****** 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.805699766
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.801248372
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.800840795
Please provide your feedback on this answer.