Jump to content

Recommended Posts

Posted

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
Posted

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.

 

Posted

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>

 

×
×
  • Create New...