Search found 552 matches

by BobK
Thu Sep 12, 2024 7:29 pm
Forum: General discussion and questions about Aware IM
Topic: How to save status code and error?
Replies: 1
Views: 299

How to save status code and error?

I have 2 Business Spaces (BS1 and BS2). BS1 implements a REST web service and BS2 consumes said web service. In the REST setup in BS2, I can save the reply back from BS1 and supposedly I can also save the HTTP status code and any error messages. In BS1, how do I set the HTTP status code and how do I...
by BobK
Mon Aug 26, 2024 10:48 pm
Forum: General discussion and questions about Aware IM
Topic: Stuck emails v8.6
Replies: 2
Views: 5489

Re: Stuck emails v8.6

Jaymer,

Did you ever get an answer to you question about old credentials being remembered or find a solution to getting your unsent emails sent.

I am facing a similar situation where unsent emails are not being resent.

FYI: I just upgraded to Version 9.0 Build 3275
by BobK
Wed Jul 31, 2024 4:09 pm
Forum: General discussion and questions about Aware IM
Topic: Chrome&Edge&Fitrefox - calendar control not showing anymore
Replies: 22
Views: 37671

Re: Chrome&Edge&Fitrefox - calendar control not showing anymore

MESSI wrote: Wed Jul 31, 2024 1:55 pm Anyone experienced this? Thank you.
Yes, I experienced the same issue.
I changed the theme to "(Default)" and the date picker reappeared.
by BobK
Wed Jun 26, 2024 2:24 pm
Forum: General discussion and questions about Aware IM
Topic: How to have a default filter active?
Replies: 5
Views: 5644

Re: How to have a default filter active?

You can give Value List filters a try if you can (these are new filters introduced in 9.0). These filters have an option whether to initially display as "selected" or not. Thanks support, that sounds like just what I need. Except, either I am doing something wrong or there is a bug in this option. ...
by BobK
Fri Jun 21, 2024 12:36 pm
Forum: General discussion and questions about Aware IM
Topic: How to have a default filter active?
Replies: 5
Views: 5644

Re: How to have a default filter active?

Thanks Jaymer.

Not what I wanted to hear, but it is what it is.
by BobK
Thu Jun 20, 2024 3:43 pm
Forum: General discussion and questions about Aware IM
Topic: How to have a default filter active?
Replies: 5
Views: 5644

How to have a default filter active?

Here is my understanding of how a filter on a query works. A query is run and all of the rows that match the query are returned. One or more columns have a filter and the user uses a filter Only the records that match the filter are now displayed. I assume the a second call to the database was not u...
by BobK
Fri May 31, 2024 4:35 pm
Forum: General discussion and questions about Aware IM
Topic: Variable TAKE BEST
Replies: 9
Views: 9962

Re: Variable TAKE BEST

Take a look at the EXEC_STRING Action.

You can do something like
EXEC_STRING 'FIND ALL AnObject TAKE BEST ' + SystemSettings.Counter
by BobK
Thu Apr 04, 2024 3:00 pm
Forum: General discussion and questions about Aware IM
Topic: REST service and passing Passwords
Replies: 3
Views: 3254

Re: REST service and passing Passwords

Here is a possible solution: Set up the BS2.RegularUser BO in BS1 as an external table. When the senior member accesses BS1, compare the user name and password he enters with the data in the external table. If a match is found, call the REST service to get the other needed data from BS2. Note: on th...
by BobK
Wed Mar 20, 2024 12:49 pm
Forum: General discussion and questions about Aware IM
Topic: Config tool AI?
Replies: 9
Views: 21761

Re: Config tool AI?

One of the sessions in the upcoming AwareIM Conference:


Improving AwareIM capabilities through Integration of AI/ML technologies
by BobK
Thu Mar 07, 2024 3:45 pm
Forum: General discussion and questions about Aware IM
Topic: V9 NEW FEATURES discussion
Replies: 20
Views: 90576

Re: V9 NEW FEATURES discussion

RLJB wrote: Thu Mar 07, 2024 3:25 am Does anyone have a list of V9 reserved words?

if so pls post here, tks

Comment
Client
Data
(so far)
+100

Here are a couple I have found
Admin
Authentication
by BobK
Tue Feb 20, 2024 6:09 pm
Forum: General discussion and questions about Aware IM
Topic: REST API Question
Replies: 6
Views: 3710

Re: REST API Question

Mark, If I understand you correctly, you have set up a service in AwareIM to receive data from a third party. That third party is sending some data in JSON format in the body of the transaction, but also 1 piece of data in the URL to your service. If that is correct, I do not think it can be done wi...
by BobK
Wed Jan 31, 2024 1:54 pm
Forum: General discussion and questions about Aware IM
Topic: Handling Internal Exceptions in a Process
Replies: 2
Views: 20463

Re: Handling Internal Exceptions in a Process

gernotlg wrote: Tue Jan 30, 2024 12:07 am Surely there is a way to catch an internal error ... Remember On Error Goto ?
There is now way that I know of to catch an internal error.
I feel your pain.
by BobK
Fri Jan 12, 2024 1:57 pm
Forum: General discussion and questions about Aware IM
Topic: IN_CONTEXT doesn't work on Session Object ?
Replies: 8
Views: 115952

Re: IN_CONTEXT doesn't work on Session Object ?

gernotlg wrote: Fri Jan 12, 2024 11:50 am
If a process is running from the menu, that process has no concept of any user let alone a logged in user. When that process runs, there could be 0 users logged on ....
That doesn't make sense.
Sorry, my mistake. That first paragraph should have been "... from the scheduler..."
by BobK
Fri Jan 12, 2024 1:51 pm
Forum: General discussion and questions about Aware IM
Topic: Is SOAP officially dead in AwareIM
Replies: 3
Views: 38714

Re: Is SOAP officially dead in AwareIM

SOAP still works in AwareIM version 8.5.
In later versions the SOAP option displays but it is not active and can not be selected
by BobK
Fri Jan 12, 2024 1:47 pm
Forum: General discussion and questions about Aware IM
Topic: Log into Aware via REST
Replies: 3
Views: 39810

Re: Log into Aware via REST

I do not remember how I found it or who told me about it, but it is in the function context help (F4). The description from that help is: Parameters: attribute of Plain Text type or expression producing Plan Text Return: Result of the password encryption algorithm on the specified string as a hexade...