Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

Recommended Posts

Posted

How to get the json information on the line

$script = 'Web: Generate Invoice Report';
                $doc_data = [
                    'type' => $type,
                    'clientID' => $clientID,
                    'invoiceNumber' => $invoiceNumber,
                    'jobNumber' => $jobNumber,
                ];

 

Posted (edited)

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 by comment
Posted
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.

 

  • 1 month later...
Posted

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.

Posted (edited)
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 by comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.