Jump to content

Michael Knecht

Members
  • Posts

    4
  • Joined

  • Last visited

  • Days Won

    1

Michael Knecht last won the day on April 12

Michael Knecht had the most liked content!

Reputation

1 Neutral
  1. I've created a custom table and a 1:1 relationship to a standard table. Filtering on the relationship results in "There was an error processing the request". This statement causes the error: var ia = new API_Session(); ia.ip_readByQuery( "APPYMT", "RECORDNO, VENDORID, VENDORNAME, myrelationship.mycolumn", "STATE='C' and myrelationship.mycolumn='ABC' ", 1000, "xml", dataReceived ); If I remove it from the filter the statement succeeds. var ia = new API_Session(); ia.ip_readByQuery( "APPYMT", "RECORDNO, VENDORID, VENDORNAME, myrelationship.mycolumn", "STATE='C'", 1000, "xml", dataReceived ); That should work shouldn't it?
  2. I found it! Its in Company > Setup > Configuration > Company > Security tab
  3. I'm testing a page script and get this message: In Company > Admin > Web Services users I created a platform user called 'ajax'. When that didn't work I tried changing the user type to business with full admin and that didn't work either. Thanks
  4. I need to add an integer field to a table but I can't find that in the datatype drop down. Is there a trick or are integers not available? Thanks
×
×
  • Create New...