ORDER STATUS FROM "S" TO "O"

gkaput

New Member
We have a request to create a program to update the CO records with a status of "S"topped to "O"rdered. I can't seem to find any issues with just changing these from "S" to "O". I wanted to see if anyone knew of any back door things going on in the Customer Orders when changed from "S" to "O". Thanks
 
gkaput said:
We have a request to create a program to update the CO records with a status of "S"topped to "O"rdered. I can't seem to find any issues with just changing these from "S" to "O". I wanted to see if anyone knew of any back door things going on in the Customer Orders when changed from "S" to "O". Thanks
You can use the business rules that provide SyteLine to make its programs and of that form the data that modify their program follow the rules and restrictions imposed by SyteLine as if a user did it from the own screen:
&SCOPED-DEFINE UTILITY
{tt-def/QUERY.i &db=symix &TABLE=co &need-rules=YES}
&SCOPED-DEFINE rules-handle h-co-rules
 
Back
Top