Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions support/dynamics/gp/this-document-has-been-posted.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ To resolve this problem, use an SQL query tool to discover why the document is d
> The Dex_Row_ID value.
7. Check values in the following columns for the SOP Document. If any of these values are incorrect, the document may appear as posted.

PSTGSTUS (For an unposted document, it should read "0.")
BCHSOURC (For an unposted document, it should read "Sales Entry.")
VOIDSTTS (For an unposted document, it should read "0.")
PSTGSTUS (For an unposted document, it should read "0".)
BCHSOURC (For an unposted document, it should read "Sales Entry".)
VOIDSTTS (For an unposted document, it should read "0".)
TRXSORCE (For an unposted document, it should be blank.)
8. Run the following scripts against the company database to correct any of the four values from step 6:

Expand Down