April 17, 20241 yr How to get the json information on the line $script = 'Web: Generate Invoice Report'; $doc_data = [ 'type' => $type, 'clientID' => $clientID, 'invoiceNumber' => $invoiceNumber, 'jobNumber' => $jobNumber, ];
April 17, 20241 yr Your question is not clear. Are you trying to get data from JSON or to construct a JSON result? Please state clearly what is the input to the process and what is the expected result (if it's JSON, show the exact JSON you need to get). Edited April 17, 20241 yr by comment
April 18, 20241 yr 7 minutes ago, archrid404 said: I need to get the JSON result If you think that's an appropriate response to: 19 hours ago, comment said: Please state clearly what is the input to the process and what is the expected result (if it's JSON, show the exact JSON you need to get). then I have nothing to say to you.
June 10, 20241 yr Author Here's my scenario hopefully you can understand. I have a link that will trigger the query result. Basedon my sample I am not fully familiar with json. [ 'type' => $type, 'clientID' => $clientID, 'invoiceNumber' => $invoiceNumber, 'jobNumber' => $jobNumber, ] I assume this will trigger on filmmaker script using script parameter.
June 10, 20241 yr 17 minutes ago, archrid404 said: hopefully you can understand I am afraid you greatly overestimate my telepathic skills. Maybe someone else will be able to help you. Edited June 10, 20241 yr by comment
Create an account or sign in to comment