Search found 7559 matches

by aware_support
Fri Sep 20, 2024 1:18 am
Forum: General discussion and questions about Aware IM
Topic: Layer layouts?
Replies: 26
Views: 21448

Re: Layer layouts?

Thanks for finding a glitch in getLayoutPanelId - we will fix it
by aware_support
Fri Sep 20, 2024 1:08 am
Forum: General discussion and questions about Aware IM
Topic: Site cannot be reach after update to build 3279
Replies: 4
Views: 113

Re: Site cannot be reach after update to build 3279

There were no changes in this build that could cause any problems like that.

Please check that port 8080 is not blocked.

Check Tomcat output as well - it probably has an exception that explains what's going on - maybe you have changed something inadvertently while restoring your custom files.
by aware_support
Mon Sep 16, 2024 7:34 am
Forum: General discussion and questions about Aware IM
Topic: How to save status code and error?
Replies: 1
Views: 299

Re: How to save status code and error?

When you communicate between two business spaces, you shouldn't use the status and error fields. The status code will always be success (200) and error conditions should be specified in the response - in other words all responses are successful and the error message is encoded in the response itself.
by aware_support
Thu Aug 22, 2024 11:31 pm
Forum: General discussion and questions about Aware IM
Topic: Callback function in Aware IM?
Replies: 24
Views: 16771

Re: Callback function in Aware IM?

Great stuff. Well done!
by aware_support
Sun Aug 18, 2024 10:56 pm
Forum: General discussion and questions about Aware IM
Topic: Build 3273
Replies: 0
Views: 2151

Build 3273

Dear Aware IM customers,

we have released build 3273, which has improved support for the Scroll View (gallery) widget for custom queries.

Another significant improvement is support for the "client credentials flow" in OAuth 2

The complete list is in the changelog:
awareim.com/dokuwiki
by aware_support
Wed Aug 14, 2024 8:00 am
Forum: General discussion and questions about Aware IM
Topic: Callback function in Aware IM?
Replies: 24
Views: 16771

Re: Callback function in Aware IM?

"It seems that the line "int count = 0;" should be "let count = 0;" or "var count = 0;" as 'int' is not a valid keyword in Javascript."

Yes, most definitely :D
by aware_support
Tue Aug 13, 2024 11:27 pm
Forum: General discussion and questions about Aware IM
Topic: Callback function in Aware IM?
Replies: 24
Views: 16771

Re: Callback function in Aware IM?

I had a look at the code. It can be done with some custom Javascript: 1) You need to change the type of the operation from StartvProcess to Execute Javascript. 2) Then you have to add the following scrript: var grid = parser.getWidget (); int count = 0; var id = setInterval (function () { if (! grid...
by aware_support
Tue Aug 13, 2024 10:27 am
Forum: General discussion and questions about Aware IM
Topic: Callback function in Aware IM?
Replies: 24
Views: 16771

Re: Callback function in Aware IM?

I see - inline editing was the detail that I missed. With inline editing on, what you are saying is most probably true. I will investigate tomorrow what you can do about it.

If you prepare a small BSV that would save me some time.
by aware_support
Mon Aug 12, 2024 11:23 pm
Forum: General discussion and questions about Aware IM
Topic: Callback function in Aware IM?
Replies: 24
Views: 16771

Re: Callback function in Aware IM?

Jaymer is right - you need to provide a little bit more clarity. From your log it seems that the Update operation is executed as a request from the user interface AND that the process invoked from a row operation is executed AFTER the update. This means that something is happening before the process...
by aware_support
Mon Aug 12, 2024 10:14 am
Forum: General discussion and questions about Aware IM
Topic: Callback function in Aware IM?
Replies: 24
Views: 16771

Re: Callback function in Aware IM?

There are two processes - Transaction_Edit and TransactionLinItem_UpdateWithConfirmation

Which one are you starting? What are the rules of the process?
by aware_support
Mon Aug 12, 2024 9:13 am
Forum: General discussion and questions about Aware IM
Topic: Callback function in Aware IM?
Replies: 24
Views: 16771

Re: Callback function in Aware IM?

Can you attach your rule log?

Can you try turning "No auto-refresh" on (property of the operation that starts the process)
by aware_support
Mon Aug 12, 2024 8:24 am
Forum: General discussion and questions about Aware IM
Topic: Callback function in Aware IM?
Replies: 24
Views: 16771

Re: Callback function in Aware IM?

"I found that when such a row operation is executed, the rules of the BO are automatically executed (triggered), which is good." No, they are definitely not executed automatically when a row operation is started. If the process that you start modifies the record, then yes, the rules are executed for...
by aware_support
Mon Aug 12, 2024 7:36 am
Forum: General discussion and questions about Aware IM
Topic: REALLY need some help with Javascript
Replies: 11
Views: 9303

Re: REALLY need some help with Javascript

What do you have in the old-style code now?
by aware_support
Mon Aug 12, 2024 3:06 am
Forum: General discussion and questions about Aware IM
Topic: REALLY need some help with Javascript
Replies: 11
Views: 9303

Re: REALLY need some help with Javascript

I am not yet familiar with this new JS syntax for asynchronous functions, but it does look right. Certainly a lot easier than doing it with traditional "promises".
by aware_support
Sat Aug 10, 2024 1:19 am
Forum: General discussion and questions about Aware IM
Topic: Improvement needed to Toolbar Input Fields
Replies: 1
Views: 4710

Re: Improvement needed to Toolbar Input Fields

Something like this is probably possible with a script, but not available yet out-of-the-box