Skip to content

Commit 50f6532

Browse files
authored
Update this-document-has-been-posted.md
The "it should read XYZ" in step 7 all contained a decimal point that would not be in the literal results expected in SQL. Moved the period to outside of the quoted expected result.
1 parent a848833 commit 50f6532

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

support/dynamics/gp/this-document-has-been-posted.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ To resolve this problem, use an SQL query tool to discover why the document is d
6262
> The Dex_Row_ID value.
6363
7. Check values in the following columns for the SOP Document. If any of these values are incorrect, the document may appear as posted.
6464

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

0 commit comments

Comments
 (0)