Search found 42 matches

by JoshK131
Wed Mar 06, 2024 6:00 am
Forum: Problem reports
Topic: Sub query with reference attributes not working V9
Replies: 6
Views: 1755

Sub query with reference attributes not working V9

Hello. The query below is not longer working in V9. FIND Invoice WHERE EXISTS RegionAccess WHERE (Invoice.ps_Region.RegionChain = RegionAccess.ps_Region.RegionChain ) There is no error in the cofigurator. When i try to view it in testing mode in a brower, i get this error. Internal error. Error read...
by JoshK131
Sat Mar 02, 2024 1:21 am
Forum: General discussion and questions about Aware IM
Topic: Connection for this site is not secure
Replies: 2
Views: 1599

Re: Connection for this site is not secure

What was the configuration problem?

I had this problem when i installed the new version.
Reinstalled in new directory and problem stopped, but the problem started again today.
by JoshK131
Fri Mar 01, 2024 12:14 am
Forum: Problem reports
Topic: Presentation Rules Missing for Combo Box
Replies: 2
Views: 4473

Re: Presentation Rules Missing for Combo Box

+1 for this
by JoshK131
Fri Mar 01, 2024 12:12 am
Forum: Wish List
Topic: Presentation of the attribute is overridden in form
Replies: 0
Views: 3846

Presentation of the attribute is overridden in form

When I create a form with 2 columns, I move some attributes to the 2nd column and merge cells for table attributes. The attributes I move and the attributes in the merged cells cannot be edited in the Object Presentation attributes anymore. I will get the warning Presentation of the attribute is ove...
by JoshK131
Tue Feb 27, 2024 10:23 pm
Forum: Wish List
Topic: Peer Multiple reference object
Replies: 3
Views: 1538

Re: Peer Multiple reference object

I dont have a question. Just a wish list post. If there are many tiers of managers for example, then many different people should have access to an Account. Instead of having ps_Manager, ps_Owner, ps_Supervisor, having 1 pm_Owner makes it easier to manage access permissions. But now in the PM, i don...
by JoshK131
Tue Feb 27, 2024 10:45 am
Forum: Wish List
Topic: Peer Multiple reference object
Replies: 3
Views: 1538

Peer Multiple reference object

I have an Account BO and a RegularUser BO. If an Account can have many owners, this needs a 2 way peer multiple reference attribute. If i want to say what kind of owner it is, then ill need to make a new AccountOwner BO with a single RegularUser and single Account with some other attributes detailin...
by JoshK131
Tue May 09, 2023 11:28 pm
Forum: General discussion and questions about Aware IM
Topic: Aware mail setting
Replies: 8
Views: 5515

Re: Aware mail setting

Is there a solution to getting outlook smtp working on Aware IM applications?

I've had to move most of my clients to gmail for sending emails.
by JoshK131
Mon Nov 07, 2022 4:55 am
Forum: Problem reports
Topic: Outlook POP3/IMAP basic Auth depreciated
Replies: 0
Views: 16363

Outlook POP3/IMAP basic Auth depreciated

Hello, Outlook has recently been updated so POP3/IMAP connected to the incoming email account is not working at the moment. https://learn.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/deprecation-of-basic-authentication-exchange-online The new documentation says we need to use O...
by JoshK131
Thu Oct 06, 2022 7:29 am
Forum: Problem reports
Topic: Handling small decimal numbers
Replies: 6
Views: 18614

Re: Handling small decimal numbers

The database also stores 1.234

The bug happens with 6 digits after the decimal.
by JoshK131
Mon Oct 03, 2022 9:58 pm
Forum: Problem reports
Topic: Handling small decimal numbers
Replies: 6
Views: 18614

Re: Handling small decimal numbers

The SQL type for the number is currently set to "DECIMAL (40,20)"
That does not work.

"Real" type does not work either.
by JoshK131
Mon Sep 26, 2022 1:21 am
Forum: Problem reports
Topic: Handling small decimal numbers
Replies: 6
Views: 18614

Re: Handling small decimal numbers

Setting the format to 0.00... does not help either.

Thanks for the suggestion.
by JoshK131
Fri Sep 16, 2022 1:39 am
Forum: Problem reports
Topic: Handling small decimal numbers
Replies: 6
Views: 18614

Handling small decimal numbers

Hello, I am trying to accurately store very small decimal numbers but the numbers are automatically changed to "#.#" format. i.e. 0.000000123 becomes 1.23 Decimal needs at least 6 0's The database stores the modified value (1.23) Below is a gif of it happening. https://puu.sh/JlwVy/2d8d01d8cd.gif To...
by JoshK131
Thu Mar 10, 2022 2:37 am
Forum: Problem reports
Topic: Import csv with blank cells
Replies: 1
Views: 2130

Import csv with blank cells

Hello, I am trying to import a csv using an import template from the front end side. Below is a sample of a csv Contact ID, Contact Name, Detail 1, Detail 2, Detail 3 11111, John Smith,,, 22222, Mohamad Lee,"","","" 33333, Peter Parker, "",, Of the 3 rows above, only row 1 will be imported. It seems...
by JoshK131
Tue Feb 15, 2022 10:45 pm
Forum: Problem reports
Topic: Logout command does not use URL parameters
Replies: 1
Views: 3434

Logout command does not use URL parameters

Hello, I have configured the logout command to use a field from System settings. https://puu.sh/IJpo5/2580ce39f2.png And configured it to have the following url: https://www.awareim.com/forum/search.php?keywords=hello+world https://puu.sh/IJpsH/a832eb4f45.png However, when pressing the logout button...
by JoshK131
Mon Jan 17, 2022 12:16 am
Forum: General discussion and questions about Aware IM
Topic: Receiving header information from exposed service
Replies: 5
Views: 2808

Receiving header information from exposed service

Hello,

I have set up exposed service in Aware Im with a Process that takes some Object as an input, from the Body of the external API call.
It is configured to use REST services.

Is there a way to get and store the header information that is sent as well?