Search
Partners have access to a global search for items related to their partner account.
Last updated
txn:1234 # transactions matching `1234`
txn:(check 4567) # use parenthesis to capture any spaces in the reference number
FooBar txn:123 # transactions matching `123` where person/customer also matches `FooBar`ec:1234 # expensec does matching `1234`
ec:(po 4567) # use parenthesis to capture any spaces in the code
FooBar ec:123 # expense codes matching `123` where customer also matches `FooBar`note:foobar # any note with the phrase "foobar"
note:(foo bar) # use parenthesis to capture a space in the note