Search found 233 matches

by joben
Fri Aug 07, 2020 12:59 pm
Forum: General discussion and questions about Aware IM
Topic: Multi choice separator in query view is an @ sign
Replies: 1
Views: 3471

Multi choice separator in query view is an @ sign

This has been a pet peeve for some time. I would prefer to have multiple choices separated by a comma sign. Currently: SSL@IPSEC@IKEv2 What we want: SSL, IPSEC, IKEv2 Here is a screenshot how it looks like in the query view: Anteckning 2020-08-07 145258.png It is possible to circumvent this by creat...
by joben
Thu Jun 11, 2020 11:37 am
Forum: General discussion and questions about Aware IM
Topic: Hiding all day event in calendar view
Replies: 0
Views: 6428

Hiding all day event in calendar view

Been trying to hide the "all day event" row in the top of the calendar query. Can't see any settings regarding this feature. I found this from the Kendo UI documentation but havn't figured out how to use it: https://docs.telerik.com/kendo-ui/api/javascript/ui/scheduler/configuration/alldayslot allDa...
by joben
Fri Jun 05, 2020 12:42 pm
Forum: General discussion and questions about Aware IM
Topic: MFA by Trusted Device or MFA with mobile app
Replies: 10
Views: 14167

Re: MFA by Trusted Device or MFA with mobile app

aware_support wrote:You can learn about DUO on their web site:
http://www.duo.com
We are Aware ( :D ) of Duo and we use it with some other products where implementation is simple.

However, we don't know how it's best implemented with AwareIM?
If there is a plugin available, where can we learn more about this?
by joben
Wed Jun 03, 2020 1:24 pm
Forum: General discussion and questions about Aware IM
Topic: MFA by Trusted Device or MFA with mobile app
Replies: 10
Views: 14167

Re: MFA by Trusted Device or MFA with mobile app

How about MFA provided by DUO (http://www.duo.com) ? We have a plugin that supports it. Maybe it will work for you? Where can I learn more about this? Regarding the identification of a device you do now for your trusted device solution. How do you capture/identify a device if you can share some det...
by joben
Fri May 29, 2020 9:58 am
Forum: General discussion and questions about Aware IM
Topic: MFA by Trusted Device or MFA with mobile app
Replies: 10
Views: 14167

MFA by Trusted Device or MFA with mobile app

We have reached a point where it is difficult to advertise or sell our application due to lack of MFA (Multi-Factor Authentication), which is often a requirement from the customers/end users. Especially with the strict regulations in the EU such as GDPR, the data needs to be protected adequately. We...
by joben
Fri May 15, 2020 9:31 am
Forum: General discussion and questions about Aware IM
Topic: How to assign CSS to a field on a form?
Replies: 6
Views: 10331

Re: How to assign CSS to a field on a form?

Here is an alternative way to do it by using an ID instead. Might come in handy if the presentation rules don't do the trick. If you want the uppercase behaviour visible when entering the data, it can be achieved by setting the cell ID. toupper.png If you set the ID to toUpper, you need This CSS rul...
by joben
Wed May 13, 2020 9:41 am
Forum: General discussion and questions about Aware IM
Topic: Conditional Hide a Shortcut ???
Replies: 3
Views: 6409

Re: Conditional Hide a Shortcut ???

PointsWell wrote:But... how do you hide this field on a form based on a condition.
Hiding attributes in forms based on conditions can be done by putting the attribute(s) inside a separator.
The separator can have display conditions.
condition.png
condition.png (31.57 KiB) Viewed 6358 times
by joben
Wed May 13, 2020 9:34 am
Forum: General discussion and questions about Aware IM
Topic: AwareIM in Cuba
Replies: 6
Views: 10612

Re: AwareIM in Cuba

I don't really understand the question. They are in Cuba and want to try/buy Aware IM? Are they able to download the Trial? They are looking for Aware IM Developers in Cuba? Erick Canizales is an Aware IM Developer in Panama. That's pretty close isn't PM Me if you want to contact him. If they just ...
by joben
Wed May 13, 2020 8:27 am
Forum: General discussion and questions about Aware IM
Topic: run process daily on random times 4 times
Replies: 6
Views: 9140

Re: run process daily on random times 4 times

Well whadya know, there is a CURRENT_TIME function. I stand corrected. I learn something new everyday. And CURRENT_TIME does not contain seconds, so I guess my second point is not entirely accurate either. :wink: To be honest, I wasn't aware of CURRENT_TIME until recently when I fiddled around with...
by joben
Tue May 12, 2020 9:14 pm
Forum: General discussion and questions about Aware IM
Topic: run process daily on random times 4 times
Replies: 6
Views: 9140

Re: run process daily on random times 4 times

BobK wrote: Like joben said, almost.

First off, the time function is CURRENT_TIMESTAMP not CURRENT_TIME
In the scheduler, CURRENT_TIME is used as default rather than CURRENT_TIMESTAMP. At least in the BSV I used as reference.
by joben
Mon May 11, 2020 2:22 pm
Forum: General discussion and questions about Aware IM
Topic: run process daily on random times 4 times
Replies: 6
Views: 9140

Re: run process daily on random times 4 times

I think tford's approach is worth trying. I would create 4 attributes in SystemSettings like "RandomTime1", "RandomTime2", "RandomTime3", RandomTime4". Then run a process once a day at 00:00 that randomizes the value for each attribute that can be interpreted as a time. Then schedule another process...
by joben
Wed Apr 29, 2020 6:38 pm
Forum: Tips and Tricks
Topic: Disable Chrome autofill
Replies: 3
Views: 10839

Re: Disable Chrome autofill

I had no idea it was possible to do this via jquery.

Genius!
by joben
Mon Apr 27, 2020 7:34 pm
Forum: General discussion and questions about Aware IM
Topic: HELP! SSL unsure what to do with .pem files. Tomcat Windows
Replies: 4
Views: 7291

Re: HELP! SSL unsure what to do with .pem files. Tomcat Wind

Hi Jaymer, When it comes to SSL, in my experience with getting them installed the easiest method is purchasing a certificate. I utilise a multi-domain certificate from sectigo for $239 per year, you can also get a single domain certificate for $79. I just have found the installation process to be a...
by joben
Wed Apr 08, 2020 7:08 am
Forum: General discussion and questions about Aware IM
Topic: Combining startProcessWithInit with dynamic=true ?
Replies: 9
Views: 10522

Combining startProcessWithInit with dynamic=true ?

I have a URL that looks like this: https://example.org/AwareIM/logonOp.aw?domain=Acme&firstCommand=startProcessWithInit,TfnTest,main,TempTfn&Tfn=555555555 I want the process TfnTest to execute, and use the BO TempTfn with the Attribute value of Tfn as init parameters. In this scenario, the attribute...
by joben
Fri Mar 20, 2020 7:20 am
Forum: General discussion and questions about Aware IM
Topic: CSS / look and feel
Replies: 2
Views: 5077

Re: CSS / look and feel

It looks very achievable to me. We prefer using a custom CSS file on the server for each specific Business Space. Here are the basics that you need to learn to get closer to your goal: Learn about CSS classes and id's and how different CSS rules are prioritized Create a .css file in the Custom direc...