Fritz Pabst Posted September 19, 2024 Posted September 19, 2024 I have been trying to create an order entry using the api create_sotransaction. I keep getting Job is not valid. Select a valid job [Support ID: 43s68WEB030%7EZuyLiP5O0Ef4-3S-zdXgOAAAABg]. I can lookup the project with the same job name and get a valid return. Not sure what I am missing. Is this a permission issue? I have tested this with postman and it's doing the same thing.
Members Sterio, Louis Posted September 20, 2024 Members Posted September 20, 2024 Hi Fritz, It’s likely that dimension restrictions are enabled. To confirm, try recreating the transaction in the user interface. If you encounter the same issue, it’s probably related to this setting or another configuration, rather than an API problem.
Fritz Pabst Posted September 20, 2024 Author Posted September 20, 2024 I was able to create it using the user interface with the exact same job and item.
Members Sterio, Louis Posted September 20, 2024 Members Posted September 20, 2024 @Fritz Pabst I just sent you an email to try and help you troubleshoot. I will update the issue and resolution or next steps here once complete. 1
Fritz Pabst Posted September 20, 2024 Author Posted September 20, 2024 Thanks Louis for the help. Make sure you are targeting the correct entity. The location id is what you need. <login> <userid>{{user_id}}</userid> <companyid>{{company_id}}{{temp_slide_in}}</companyid> <password>{{user_password}}</password> <locationid>REPLACE THIS</locationid> </login>
Recommended Posts