We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 511f947 + 80d0f90 commit 470cea8Copy full SHA for 470cea8
1 file changed
support/dynamics/gp/this-document-has-been-posted.md
@@ -55,7 +55,7 @@ To resolve this problem, use an SQL query tool to discover why the document is d
55
5. Run the following script against the company database:
56
57
```sql
58
- Select PSTGSTUS, BCHSOURC, VOIDSTTS,TRXSORCE, DEX_ROW_ID * from SOP10100 where SOPNUMBE = 'Enter your SOP Document number with issue'
+ Select PSTGSTUS, BCHSOURC, VOIDSTTS,TRXSORCE, DEX_ROW_ID, * from SOP10100 where SOPNUMBE = 'Enter your SOP Document number with issue'
59
```
60
61
6. > [!NOTE]
0 commit comments