Search found 370 matches

by swiftinitpvtltd
Wed Jan 20, 2021 4:15 pm
Forum: General discussion and questions about Aware IM
Topic: run in background after 4 seconds never worked
Replies: 0
Views: 4167

run in background after 4 seconds never worked

I tried run in run process in background in few projects and I have need but after 4 seconds setting to run in dark after 4 sec it still runs when lights are out in UI. How this works?
by swiftinitpvtltd
Mon Jan 11, 2021 9:53 am
Forum: General discussion and questions about Aware IM
Topic: How to refresh form after form save
Replies: 0
Views: 4288

How to refresh form after form save

How to refresh form after form save. I need to refresh the refresh link via script after form save-
by swiftinitpvtltd
Thu Nov 26, 2020 9:42 am
Forum: General discussion and questions about Aware IM
Topic: Refresh the form via rule script
Replies: 2
Views: 3427

Re: Refresh the form via rule script

I used a workaround script and it works-
EXEC_SCRIPT `$('.fa-sync-alt').trigger('click');`
by swiftinitpvtltd
Wed Nov 25, 2020 11:27 am
Forum: General discussion and questions about Aware IM
Topic: Refresh the form via rule script
Replies: 2
Views: 3427

Refresh the form via rule script

I do see Refresh the form icon on forms but in one case I need to execute or click it via rule script in one process or js exec_script 'refresh the form'.
How do I do that?
by swiftinitpvtltd
Wed Nov 25, 2020 4:04 am
Forum: General discussion and questions about Aware IM
Topic: Exit process-abort process
Replies: 2
Views: 2780

Exit process-abort process

I have a process with 20 steps in it with many formulas and excel like calculations. I want to abort at 2nd or 3rd rule step in that process if there is an error or one column is empty. How do I abort process without writing if in each subsequent rules. Rule1 Rule2 Rule3- abort/exit process if bo.co...
by swiftinitpvtltd
Mon Nov 09, 2020 3:14 pm
Forum: General discussion and questions about Aware IM
Topic: auto refresh does not refresh query grid for BO or process
Replies: 13
Views: 10835

Re: auto refresh does not refresh query grid for BO or process

Where is the process being call from and when? Is the user doing something to trigger the call to the process? If the process is not called by something the user does then AwareIM will not recognize this and a refresh will not happen. This I learned recently from vlad. Thanks, I think If the proces...
by swiftinitpvtltd
Fri Nov 06, 2020 2:56 pm
Forum: Tips and Tricks
Topic: (free) native app RAD with REST
Replies: 31
Views: 83384

Re: (free) native app RAD with REST

I checked video, it looked great as first pass. The 2 big problems - 1. ent. pricing is 850$ per month, free version does not let me connect to databases like in aware I can connect to tons of databases mariadb, mysql easily. They provide free database only for hobby use vs aware provide inbuilt da...
by swiftinitpvtltd
Thu Nov 05, 2020 8:52 am
Forum: Tips and Tricks
Topic: (free) native app RAD with REST
Replies: 31
Views: 83384

Re: (free) native app RAD with REST

I checked video, it looked great as first pass. The 2 big problems - 1. ent. pricing is 850$ per month, free version does not let me connect to databases like in aware I can connect to tons of databases mariadb, mysql easily. They provide free database only for hobby use vs aware provide inbuilt dat...
by swiftinitpvtltd
Tue Nov 03, 2020 4:24 am
Forum: General discussion and questions about Aware IM
Topic: multi server multi client deployment
Replies: 5
Views: 5607

Re: multi server multi client deployment

Thank you! I think windows 2016 and 19 servers have load balancer steps-long steps to configure it. I will have to try it out. Thanks again.
by swiftinitpvtltd
Thu Oct 29, 2020 10:09 am
Forum: General discussion and questions about Aware IM
Topic: auto refresh does not refresh query grid for BO or process
Replies: 13
Views: 10835

Re: auto refresh does not refresh query grid for BO or process

I found a nice kendo work around-
Need to exec script anywhere in javascript of grid or close button js and by adding css as kendomaster in query grid

$('.kendomaster').data('kendoGrid').dataSource.read();
by swiftinitpvtltd
Thu Oct 29, 2020 9:41 am
Forum: General discussion and questions about Aware IM
Topic: auto refresh does not refresh query grid for BO or process
Replies: 13
Views: 10835

auto refresh does not refresh query grid for BO or process

auto refresh does not refresh query grid for BO or process.
I have seen this happening few times, does anyone know how to fix this issue?
I have BO and process update set in auto refresh and even though process updates and BO updates query data does not until I refresh page.
by swiftinitpvtltd
Thu Oct 29, 2020 6:35 am
Forum: General discussion and questions about Aware IM
Topic: multi server multi client deployment
Replies: 5
Views: 5607

multi server multi client deployment

How do we redirect 1-10 clients users to server A-same bsv 10-20 clients users to server B-same bsv and so on... and clients hitting myproject.com and redirect them to server a or server b or server c all having tomcat and aware installed. In IIS there is a load balancer rules, not sure how it works...
by swiftinitpvtltd
Thu Oct 22, 2020 12:49 pm
Forum: General discussion and questions about Aware IM
Topic: backup restore selective tables based on clientid
Replies: 0
Views: 5367

backup restore selective tables based on clientid

Is there any plugin or small script that lets you backup restore selective tables based on clientid in mariadb, all 5 or 10 tables will have clientid column.
So a stored proc that takes number of tables and then abckup as multiple csv's
by swiftinitpvtltd
Mon Oct 12, 2020 1:52 am
Forum: General discussion and questions about Aware IM
Topic: Group by Date shows timestamp in query
Replies: 1
Views: 2195

Group by Date shows timestamp in query

When I do Group by Date it also shows timestamp in query grouped row. I want to show date only-
mm/dd/yyyy
row1
row2

but it shows
mm/dd/yyyy with time stamp
row1
row2
How to achieve this via settings?
by swiftinitpvtltd
Mon Oct 05, 2020 11:13 am
Forum: General discussion and questions about Aware IM
Topic: math getting part of value
Replies: 2
Views: 3158

Re: math getting part of value

Thank you. That worked!