Saved Search to get Sales orders created in last one Hour.

Create Saved Search of type TransactionUnder the Criteria tab > Standard subtab: Type = is Sales Order Add Formula (Numeric) Field In formula column Enter: (TO_DATE(TO_CHAR({today},’MM/DD/YYYY HH24:MI:SS’),’MM/DD/YYYY HH24:MI:SS’)-TO_DATE(TO_CHAR({datecreated},’MM/DD/YYYY HH24:MI:SS’),’MM/DD/YYYY HH24:MI:SS’))*24 Description : less than or equal to 1Click Save.

Saved Search for Sales Orders and Related transactions.

Solution 1. Go to Reports > Saved Searches > All Saved Searches > New.2. Select Transaction.3. Enter Name for the Title.4. Enter the following in the Criteria tab:—Type = is Sales Order—Applying Transaction… Type is any of Credit Memo, Customer Deposit, Invoice, Return Authorization, Item Fulfilment 5. Enter other criteria as necessary like Date filter or any other filters as desired to narrow down… Continue reading Saved Search for Sales Orders and Related transactions.

How to insert ‘&’ in Pdf template

Scenario There are scenarios where users want to include the ‘&’ symbol in their Advanced PDF Template. This can be achieved by using a specific line of code. Solution Navigate to Customization > Forms > Advanced PDF/HTML Templates Preferred Advanced PDF Template: Click Edit Upper right corner: Toggle Source Code Source Code: Add the following code in the preferred part of the template:  Replace … Continue reading How to insert ‘&’ in Pdf template