Thursday, July 19, 2018

Wednesday, July 4, 2018

Modify Currency Rate at Receipt

Modify Currency Rate at Receipt

There are two conditions to reach this function enable.



1.  Rate type: User while PO creation.


2. Invoice Match Option : Receipt at Shipments



Update created PO's match option as below:


Sunday, July 1, 2018

How to query for null values in a form

How to query for null values in a form

- press Enter Query 
- navigte to your field 
- type "# IS NULL" in the field (without quotes) 
- press Execute Query 

it does not guarantee to work 
essentially anything after # is added to SQL query for 
your field, so you could do: 
# IN ('A','B')