Search found 230 matches

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: 13577

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: 13577

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: 10219

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: 6252

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 6201 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: 10346

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: 8974

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: 8974

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: 8974

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: 10517

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: 7110

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: 10041

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: 4995

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...
by joben
Sat Feb 15, 2020 3:21 pm
Forum: Tips and Tricks
Topic: Form design with multiple columns, unwanted rowspans fix
Replies: 8
Views: 28258

Form design with multiple columns, unwanted rowspans fix

This is how we circumvented the problem with a text input field container in Column A adopting the same height as a text area container in Column B, thus wasting a lot of space and ruining the structure of the form. Here is an example of the empty space: emptySpace.png The solution I came up with is...
by joben
Wed Dec 18, 2019 10:13 pm
Forum: General discussion and questions about Aware IM
Topic: Aware, when you CAN'T use ports 80 & 443. How?
Replies: 2
Views: 3697

Re: Aware, when you CAN'T use ports 80 & 443. How?

You first need to add a site in IIS and add a http and/or https binding for jaymer.mycoolapps.com Then you can use the HTTP Redirect feature in IIS for this specific website and send all requests to a different URL. If the HTTP Redirect feature is not installed in IIS, you can add it easily: https:/...
by joben
Wed Dec 18, 2019 11:02 am
Forum: General discussion and questions about Aware IM
Topic: Error: "The entity "nbsp" was referenced, but not declared."
Replies: 3
Views: 6928

Re: Error: "The entity "nbsp" was referenced, but not declar

We also face this issue many times and have followed a poka-yoke approach. One quick solution is to remove "NBSP" in the component (AIM Attribute) before creating the BO. We can implement below shown code snippet at On-Change event of txtArea. This will remove any NBSPs after typing or copy-pasting...