Search found 93 matches

by softserv
Wed May 19, 2021 12:46 pm
Forum: Tips and Tricks
Topic: V8.6 is PCI DSS compliant
Replies: 1
Views: 15730

V8.6 is PCI DSS compliant

Hurray, Good news is, we just upgraded one of our app from v 8.5 to 8.6 and ran PCI DSS compliance audit and our app PASSED the audit. We have not modified Tomcat for this audit. The latest Java and Tomcat 9.0 had done it on its own. Prior to 8.6 version, we have to make close to 30 changes in Tomca...
by softserv
Mon Apr 05, 2021 12:42 pm
Forum: General discussion and questions about Aware IM
Topic: Version 8.6 beta
Replies: 5
Views: 4334

Re: Version 8.6 beta

This looks promising 👍👍
by softserv
Tue Nov 12, 2019 2:40 pm
Forum: General discussion and questions about Aware IM
Topic: Error: "The entity "nbsp" was referenced, but not declared."
Replies: 3
Views: 6884

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....
by softserv
Tue Nov 12, 2019 1:34 pm
Forum: General discussion and questions about Aware IM
Topic: Anyone integrated Cordova barcode scanner plugin in Mobile?
Replies: 3
Views: 4953

Re: Anyone integrated Cordova barcode scanner plugin in Mobi

You can get the code snippet from Providence conference last year. PPT name is "Custom Plug-ins.pptx". You must have the conference data as you were also an attendee.
by softserv
Tue Apr 23, 2019 2:14 pm
Forum: General discussion and questions about Aware IM
Topic: How do you do payment processing in your App?
Replies: 22
Views: 29851

Re: How do you do payment processing in your App?

If this item is still open, we have successfully implemented complete integration of Authorize.net with AwareIM using Java SDK. Download it @ https://mvnrepository.com/artifact/net.authorize/anet-java-sdk/2.0.1 We will also present it in Portugal conference in detail so you can get a copy from Mark ...
by softserv
Thu Mar 28, 2019 12:24 pm
Forum: General discussion and questions about Aware IM
Topic: Does CLOSE TAB work
Replies: 4
Views: 19834

Re: Does CLOSE TAB work

Hi All - Just a note that I forgot to mention earlier. CLOSE TAB was working a month ago but we are not sure when it broke. There was no change done at bsv level.
by softserv
Tue Mar 26, 2019 3:08 pm
Forum: General discussion and questions about Aware IM
Topic: Does CLOSE TAB work
Replies: 4
Views: 19834

Re: Does CLOSE TAB work

Hi,

Just pulled this thread as CLOSE TAB seem to have problem. We are using the following rule CLOSE TAB 'tab name'.
The application freezes and then user has to close the browser. User cannot do anything but to close the browser. We are on V8.1 Build 2475.
by softserv
Tue Oct 23, 2018 10:01 am
Forum: General discussion and questions about Aware IM
Topic: Tablet screen size: Surface Pro
Replies: 1
Views: 3718

Tablet screen size: Surface Pro

Hi members,

What is the acceptable screen size for Tablet in AwareIM? While accessing an application in Surface Pro, it renders desktop version and not mobile/tablet version. Does anyone know how to resolve this problem so that mobile/tablet version is rendered in Surface Pro too?
by softserv
Tue Aug 21, 2018 1:44 pm
Forum: Problem reports
Topic: iOS Push notification (APNS) not working in Phonegap build
Replies: 3
Views: 7482

Re: iOS Push notification (APNS) not working in Phonegap bui

All - We found the root cause of the issue. It was a device issue. We have got another iOS device registered successfully and push notifications are working as expected.
by softserv
Mon Aug 20, 2018 12:32 pm
Forum: Problem reports
Topic: iOS Push notification (APNS) not working in Phonegap build
Replies: 3
Views: 7482

Re: iOS Push notification (APNS) not working in Phonegap bui

Hi Support team - Do you have any update on the issue reported?
by softserv
Thu Aug 16, 2018 2:36 pm
Forum: Problem reports
Topic: iOS Push notification (APNS) not working in Phonegap build
Replies: 3
Views: 7482

iOS Push notification (APNS) not working in Phonegap build

Hello Support, We are trying to create iOS build through Phonegap with push notification functionality. We have followed below given steps to create certificate.p12 file and provisioning profile file as mentioned in AwareIM 'How To' guide as well. ----------------------------------------------------...
by softserv
Wed Jul 25, 2018 7:52 am
Forum: General discussion and questions about Aware IM
Topic: Attachment feature allows 1 doc to be attached at a time
Replies: 9
Views: 20395

Re: Attachment feature allows 1 doc to be attached at a time

Hi support - Any suggestions? Hi Mark, The process is in auto refresh of the parent object form already. The parent object in our application has a lot of attributes and so when the process is put in auto refresh, it takes 8 to 10 seconds to get refreshed. During this time period, if user clicks on ...
by softserv
Mon Jul 23, 2018 12:20 pm
Forum: General discussion and questions about Aware IM
Topic: Attachment feature allows 1 doc to be attached at a time
Replies: 9
Views: 20395

Re: Attachment feature allows 1 doc to be attached at a time

Hi George,

We are using FileSystem. But we have not set any limitations as such.
by softserv
Mon Jul 23, 2018 8:37 am
Forum: General discussion and questions about Aware IM
Topic: Attachment feature allows 1 doc to be attached at a time
Replies: 9
Views: 20395

Re: Attachment feature allows 1 doc to be attached at a time

Hi Mark, The process is in auto refresh of the parent object form already. The parent object in our application has a lot of attributes and so when the process is put in auto refresh, it takes 8 to 10 seconds to get refreshed. During this time period, if user clicks on Save button, then it shows "Ob...