...

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
aware_support
Posts: 7526
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Re: Has anyone tried Google's "Flutter"?

Post by aware_support »

Code: Select all

I do not understand HOW A URL PARAMETER gets "into" aware and how its referenced in aware.
...
The process uses FIND ALL OFFICE, so how is that supposed to use the passed in parm "00818176"
1) You define a business object called ServiceParam, for example.
2) You define an attribute in this object, called whatever you want, for example, ParamStr
3) You define this object to be input to the process that implements the service
4) You modify the process like so:
FIND Office WHERE Office.SomeProperty = ServiceParam.ParamStr
5) You call the service using this URL:
https://myurl.com/AA/REST/s1/offices?ParamStr=00818176
Aware IM Support Team
Jaymer
Posts: 2475
Joined: Tue Jan 13, 2015 10:58 am
Location: Tampa, FL
Contact:

Re: Has anyone tried Google's "Flutter"?

Post by Jaymer »

yes
just got all this working.
very easy.

was CraigD's explanation that made it all come together.

EDIT: Support, easy steps. Those should be added to the docs.
Click Here to see a collection of my tips & hacks on this forum. Or search for "JaymerTip" in the search bar at the top.

Jaymer
Aware Programming & Consulting - Tampa FL
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Re: Has anyone tried Google's "Flutter"?

Post by tford »

Jaymer,

Would you mind sharing your BO, process, process input, and service with us as another example?

Thanks!
Tom - V8.8 build 3137 - MySql / PostGres
Post Reply