Search found 1462 matches

by PointsWell
Fri Sep 01, 2023 4:33 am
Forum: General discussion and questions about Aware IM
Topic: REST - singleton aspect
Replies: 7
Views: 42294

Re: REST - singleton apect

You can build up the API call using objects that are in context.

Eg

Code: Select all

api.made up company.com/apikey?id=<<customer.id>>&name=<<customer.name>>
There’s a tutorial on REST on YouTube using the Weather.com app I built a few years ago.
by PointsWell
Fri Sep 01, 2023 1:20 am
Forum: General discussion and questions about Aware IM
Topic: REST - singleton aspect
Replies: 7
Views: 42294

Re: REST - singleton apect

The REST instance is a singleton but (from memory) you could use multiple different user/tenant keys stored in a user or a tenant record.

The singleton aspect is only related to the definition of the REST call, it can be parameterised.
by PointsWell
Fri Aug 25, 2023 12:15 am
Forum: Wish List
Topic: FR - separate the query UI from the search string
Replies: 7
Views: 36707

Re: FR - Ability to show BO in context in a predefined Query's layout

This FR is more adequately described here
by PointsWell
Thu Aug 24, 2023 1:50 am
Forum: General discussion and questions about Aware IM
Topic: QueryLayout Object
Replies: 2
Views: 15913

QueryLayout Object

Would anyone else find a QueryLayout Object useful? What is this? At the moment a query consists of two parts combined into one - FIND and then a UI Layout Because this is encapsulated into a single object then minor modifications of that Query require completely new Queries For example FIND Car WHE...
by PointsWell
Sun Aug 20, 2023 3:39 am
Forum: General discussion and questions about Aware IM
Topic: Aria AI knows about AIM
Replies: 5
Views: 15819

Re: Aria AI knows about AIM

I asked it to write a Java plugin to incorporate a Double Metaphone function. It produced something that looked like a Java class.

I’m going to check it’s output tomorrow and test it against a couple of other Java plugins I wrote.
by PointsWell
Fri Aug 18, 2023 11:41 pm
Forum: General discussion and questions about Aware IM
Topic: Aria AI knows about AIM
Replies: 5
Views: 15819

Aria AI knows about AIM

Describe how to build an AwareIM app to manage a mechanics business To build an AwareIM application to manage a mechanics business, you can follow these steps: Define the Business Objects: Identify the main entities involved in your mechanics business, such as Customers, Vehicles, Services, and Invo...
by PointsWell
Fri Aug 18, 2023 11:03 am
Forum: Wish List
Topic: FR - separate the query UI from the search string
Replies: 7
Views: 36707

Re: FR - Ability to show BO in context in a predefined Query's layout

Not totally sure if this will work Sean as I have not tested it.... but here is an approach that might work. You want a dynamic number of Mechanics Names in the Query.... So, I would try and build a String .... say, SystemSettings.MechanicSearchString and assign the names you want.... ie. 'Jacob,Ca...
by PointsWell
Fri Aug 18, 2023 7:05 am
Forum: Wish List
Topic: FR - separate the query UI from the search string
Replies: 7
Views: 36707

Re: FR - Ability to show BO in context in a predefined Query's layout

Are you saying that .... If I only have 1 Mechanic in Context, then I want this type of query But If I have 2 Mechanics in Context, then I want this other type of Query? Will there be times you have n... Mechanics in Context? Answers in reverse order there may be n JobMechanics hence the bringing i...
by PointsWell
Fri Aug 18, 2023 4:56 am
Forum: Wish List
Topic: FR - separate the query UI from the search string
Replies: 7
Views: 36707

FR - separate the query UI from the search string

If you create a query it contains FIND ... WHERE and you can call that query anywhere you want using DISPLAY QueryName. If however you have a complex query that you need to build on the fly there is no way to display this. I have a query which usually has one criteria in it, but sometimes has two or...
by PointsWell
Fri Aug 18, 2023 2:02 am
Forum: General discussion and questions about Aware IM
Topic: Database latency - all suggestions appreciated, will compensate
Replies: 37
Views: 162506

Re: Database latency - all suggestions appreciated, will compensate

Run logs with SQL option set. See what is happening in the AIM log.
by PointsWell
Thu Aug 03, 2023 12:09 am
Forum: Tips and Tricks
Topic: Fake a Save - Switches & Save on Change
Replies: 0
Views: 90911

Fake a Save - Switches & Save on Change

If you have a switch / check box, you can force a save on change. If the BO has mandatory fields then the save on change will create a cascade of errors. If you want to use the switch change as an input (for example to an operation on a peer reference) you need the BO to save in order to get the val...
by PointsWell
Tue Aug 01, 2023 9:18 am
Forum: Wish List
Topic: FR - Save Operation
Replies: 0
Views: 87883

FR - Save Operation

The new ability to use a process to make assignments with IGNORE RULES is great (because making assignments within processes should usually occur in a compliant way, so triggering rules is unnecessary). There is another missing feature that works kind of hand in glove with the ability to save form o...
by PointsWell
Wed Jul 26, 2023 12:03 am
Forum: General discussion and questions about Aware IM
Topic: Several business spaces with a single database
Replies: 17
Views: 50216

Re: Several business spaces with a single database

eagles9999 wrote: Tue Jul 25, 2023 11:40 pm Oh, I wish! ;-)

All Manual.
Condolences
by PointsWell
Tue Jul 25, 2023 11:38 pm
Forum: General discussion and questions about Aware IM
Topic: Several business spaces with a single database
Replies: 17
Views: 50216

Re: Several business spaces with a single database

Off topic

Mark, did you manually create all the foreign key relationships to your DB? Or do you have some magic way to create those to then map your ERD?
by PointsWell
Mon Jul 24, 2023 11:32 pm
Forum: General discussion and questions about Aware IM
Topic: Mac Apple Silicon (M Chips)
Replies: 4
Views: 8217

Re: Mac Apple Silicon (M Chips)

If your Mac does a restart while AIM is running does it still start? (E.g. after a MacOS software update)