
Originally Posted by
Neville Bailey
select * from"HistoryHeader"
where DocumentNumber='GN10408'
Hi Neville, thank you for your reply. I've run the above select statement, but none of my GRN's are in my table. I've ensured I'm pointing to the correct database, and if I don't constrain the statement by DocumentNumber - I do indeed get a whole lot of rows returned. Just none of them contain any of my GRNs. Do you have any other ideas?
If not... do you think if I simply force the setting regardless that there are empty GRNs.. it will be okay?
Code:
Update "CustSuppParameters"
Set UseGrn = 0;
Did you like this article? Share it with your favourite social network.