Search found 1457 matches

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: 14325

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: 28355

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: 28355

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: 28355

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: 113966

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: 53832

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: 49716

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: 36323

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: 36323

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: 7195

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)
by PointsWell
Fri Jul 21, 2023 1:41 am
Forum: General discussion and questions about Aware IM
Topic: Mac Apple Silicon (M Chips)
Replies: 4
Views: 7195

Mac Apple Silicon (M Chips)

Are other users running AIM natively on Apple Silicon?

If so, does anyone else have an issue with the Server intermittently going into a loop and never getting beyond the Starting... message?
Screenshot 2023-07-21 at 11.41.23.png
Screenshot 2023-07-21 at 11.41.23.png (9.51 KiB) Viewed 7195 times
The server has adequate memory allocated 1GB.
by PointsWell
Sun Jul 16, 2023 4:13 am
Forum: General discussion and questions about Aware IM
Topic: Find 1 record, Delete 2???
Replies: 5
Views: 9248

Re: Find 1 record, Delete 2???

Another way of doing it which is great when you have more than one instance.....but more applicable when you have 3 or more.... Create a Non Persistent Business Object that has as many Reference Attributes as you need... For example.... assume you need to bring 4 different instances of a BO into co...
by PointsWell
Sun Jul 16, 2023 2:12 am
Forum: General discussion and questions about Aware IM
Topic: Find 1 record, Delete 2???
Replies: 5
Views: 9248

Re: Find 1 record, Delete 2???

I thought it would only delete the LAST find. Thanks Bruce Only if you've: Used DELETE ThatPermanentSchedule or created a sub process that doesn't feed the PermanentSchedule record to it to do the FIND OR: Put a failsafe in IF SEARCH_COUNT = 1 THEN DELETE PermanentSchedule ELSE IF SEARCH_COUNT < 1 ...
by PointsWell
Sun Jul 09, 2023 1:19 am
Forum: General discussion and questions about Aware IM
Topic: CREATE DOCUMENT .doc with custom filename
Replies: 4
Views: 5410

Re: CREATE DOCUMENT .doc with custom filename

I vaguely remember that you can control the name of a document when it is attached to a BO. It is a bit of a work around, but could you create a document and then attach it to an instance of a BO to rename it before then using the document as you intended? Don't know if non persisted BOs interact wi...
by PointsWell
Sun Jun 25, 2023 2:03 am
Forum: General discussion and questions about Aware IM
Topic: Using Expressions in Attribute Labels
Replies: 2
Views: 3954

Re: Using Expressions in Attribute Labels

Can you expand on the problem, it's not clear. How many user defined labels do you have? Is system multi or single tenant? If multi tenant and you've got a link between LIRU and the tenant record (and you don't have hundreds upon hundreds of custom labels, could you not just place a shortcut as the ...