Issue report by Nicholas Orr
Product
FileMaker ProVersion
13v1Operating system version
10.9.2Description of the issue
Sometimes when doing an Insert From URL using field data, you get a 507 ( Value in field failed calculation test of validation entry option ) even though there is no validation going on in the table or the file at all.Steps to reproduce the problem
Create a new file with three fields, URL, Result and error. Create a layout with all three fields on it. Add a record, and put the value :http://isbndb.com/api/v2/json/4R8N4KZL/book/9781118156315
into the URL field. Create a script that does three things :
Set Error Capture On
InsertFromURL - using the URL field, into the Result field
Set Field [ error : Get ( LastError ) ]
Run the script.