By using this website, you agree to our Terms of Use (click here)
What abbreviation stands for Payment when dealing with document types? I'm aware CRM stands for Credit Memo, but what would it be for a Payment? Also, is there anywhere I can look to find all of these abbreviations?
I don't know of a way (yet) to look up the master list, but if you have transactions, then you can see the codes that get stored in the database for each transaction.
Just create a Generic Inquiry with a couple of columns like this:

The second column above is referencing the same field as the first column (ARRegister.DocType), but wrapping it in the CStr formula which converts it into a string, exposing the raw value.
I also added ARRegister.DocType to the GROUPING tab so I would only get one row for each value:

And here are the results. You can see that "PMT" is the value you are looking for.

