My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
-
Re: Client Script Deployment for Item
Hi @GKRaju, You can deploy on Serialized Inventory Items.1 -
Re: Remove multiple lines/row items on Invoice
@ALTAF BHOON - I would check this setting: Setup > Accounting > Accounting Preferences > Order Management Tab > Invoicing section Uncheck SHOW UNFULFILLED ITEMS ON INVOICES checkboxes2 -
Re: help with item description on fulfillment email
This works for me: <p>Dear ${transaction.entity},</p> <p>Thank you for the order. </p> <table class="itemtable" style="border-collapse: collapse; width: 100%…2 -
Re: Creating a task automatically after an opportunity is made.
I believe it has to do with the order in which you add the fields…I think you have to join the customer first (could be wrong it's been awhile). Here is how I setup a task that gets auto created…2 -
Re: Saved Search Formula To Sum Numbers In Text Field
LENGTH(REPLACE({custbody14}, '"', '')) - LENGTH(REPLACE(REPLACE({custbody14}, '"', ''), ',', '')) + 12