My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
-
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 -
Re: Saved Search Formula To Sum Numbers In Text Field
Not sure how many values you could have…this handles up to 10:3