Fritz Pabst Posted September 19 Share Posted September 19 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. Link to comment Share on other sites More sharing options...
Members Sterio, Louis Posted September 20 Members Share Posted September 20 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. Link to comment Share on other sites More sharing options...
Fritz Pabst Posted September 20 Author Share Posted September 20 I was able to create it using the user interface with the exact same job and item. Link to comment Share on other sites More sharing options...
Members Sterio, Louis Posted September 20 Members Share Posted September 20 @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 Link to comment Share on other sites More sharing options...
Fritz Pabst Posted September 20 Author Share Posted September 20 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> Link to comment Share on other sites More sharing options...
Recommended Posts