Best Of
Re: SuiteScript - Can't get N/ui/dialog alert to work.
Mm, figures.
I'll go leave my vote. Thank you~!
Dext3r
Re: Create Exception Report: Vendor Bills with no attachments
Hi @Wee Ming & @Patrick Fresnosa-Oracle,
Thank you both so much for taking the time to answer my question! This was exactly what I was looking for! I greatly appreciate both of your time.
Kind Regards,
-Accounting Manager-
Re: Create Exception Report: Vendor Bills with no attachments
Hi User_0DVZI
You can create a transaction saved search with the following criteria to achieve the result. The key filter is File.Name is empty
You can ask the user to add the SS in their reminder portlet at home dashboard, so they can check themselves if there is any bill created by them without file attachment.
For admin to monitor all records, you can duplicate this SS and remove the created by filter in the criteria.
Regards
Wee Ming
Wee Ming
Re: Apply Bill Credits to the oldest bills automatically
OK< when vendor bill credits are created, ensure that box is checked on the transaction and you should be golden.
~angela
Re: Workflow Action Script Parameters
Does that mean the preference set at the company level, per the script parameter settings, is overridden by the setting on the workflow action itself ?
I have tested and found the answer: The workflow action parameters (within the workflow itself) take precedence over the company level script parameters.
Vernita
Re: China Localisation Bundle - Import VAT Trans file template
Hi @Wee Ming,
Thanks for testing again 🙂
I was advised internally, that they will help you instead thru a support case to guide you with the report 🙂
Re: Introduce Yourself!
Hi, I'm Emmanuel T. Cardano. I currently reside in the Philippines. I'm from the CRM / Admin department, and I am an Associate Technical Support Engineer. I usually spend my free time playing and modding my games; games like TESV Skyrim and Fallout 4.
Re: Customer saved search for a match but ignore upper/lower case
Hi @CDuf,
Try this:
CASE WHEN LOWER({email}) = LOWER({custentity_invoice_email_address}) THEN 'Match' ELSE 'No Match' END
Re: Apply Bill Credits to the oldest bills automatically
You absolutely can do this.
Customization>forms>transaction forms. Find your default bill credit form.
on the form, go to - screen fields>Items, and check the 'auto apply' box.
Voila - newly created bill credits will auto apply to the oldest bill.
~angela



