Search found 914 matches

by RLJB
Wed Sep 08, 2021 12:13 pm
Forum: General discussion and questions about Aware IM
Topic: Translation to other languages
Replies: 7
Views: 5405

Re: Translation to other languages

hey Rocketman, it looks like locales are store in file system, Aware > presentation > locales directory

(its not much extra use, as it's just the same as what you export from the config UI)
by RLJB
Wed Sep 08, 2021 12:02 pm
Forum: General discussion and questions about Aware IM
Topic: Translation to other languages
Replies: 7
Views: 5405

Re: Translation to other languages

Wow - good timing for this post... :) So, I'm in the same situation we need to translate from our native English to French. We did this about 10 years ago (English to Chinese) and I remember it being easy BUT it seems harder now. We exported the .lcl file, went to open it in a Spreadsheet and it's g...
by RLJB
Tue Aug 31, 2021 12:54 am
Forum: General discussion and questions about Aware IM
Topic: Native iOS Build with Monaca Error
Replies: 2
Views: 2967

Re: Native iOS Build with Monaca Error

Thanks, I can confirm this now works.

Note for future self:

1. Go here: https://github.com/apache/cordova-plugin-file-transfer
2. Click on Code > Download Zip
3. Go to Monaca > Configure > Cordova Plugin Settings
4. Click Import Cordova Plugin > Upload the zip
5. Rebuild
by RLJB
Fri Aug 27, 2021 11:45 am
Forum: General discussion and questions about Aware IM
Topic: Native iOS Build with Monaca Error
Replies: 2
Views: 2967

Native iOS Build with Monaca Error

Trying this for first time, when building for iOS getting this error: App build is failed. Your app cannot be built. Please make sure following settings are properly setup: - The cordova-plugin-file-transfer plugin is deprecated. See Cordova blog post for the migration to XMLHttpReques. After correc...
by RLJB
Thu Apr 29, 2021 11:09 pm
Forum: General discussion and questions about Aware IM
Topic: Integration -office 365 powerpoint word, salesforce.com
Replies: 2
Views: 7480

Re: Integration -office 365 powerpoint word, salesforce.com

Hello!

this is interesting, I'm looking for bidirectional contact and calendar sync with Office 365 - is this possible?
by RLJB
Tue Nov 03, 2020 11:15 am
Forum: General discussion and questions about Aware IM
Topic: multi server multi client deployment
Replies: 5
Views: 5601

Re: multi server multi client deployment

Hey bssxfire8 - that's cool, nice work
by RLJB
Tue Nov 03, 2020 12:24 am
Forum: General discussion and questions about Aware IM
Topic: Are we at risk of needing to pay Oracle for Java fees?
Replies: 27
Views: 36864

Re: Are we at risk of needing to pay Oracle for Java fees?

Can confirm OpenJDK 8 works fine, have been using on 6 AwareIM prod servers with Linux for at least 12 months.
by RLJB
Thu Oct 22, 2020 6:03 pm
Forum: General discussion and questions about Aware IM
Topic: Combining startProcessWithInit with dynamic=true ?
Replies: 9
Views: 9887

Re: Combining startProcessWithInit with dynamic=true ?

In this case I do actually want to login to the app and display it, and I found a workaround... add the attribute "dynamic" to your business object and it works... of course you don't need this attribute but it tricks Aware and gets around the bug :)

(hello Himanshu hope you're keeping well)
by RLJB
Thu Oct 22, 2020 10:51 am
Forum: General discussion and questions about Aware IM
Topic: Combining startProcessWithInit with dynamic=true ?
Replies: 9
Views: 9887

Re: Combining startProcessWithInit with dynamic=true ?

Joben - I just discovered the same thing, I think it is an AwareIM bug, did you get a solution to this or report it to Support yet?
by RLJB
Wed Sep 30, 2020 11:11 pm
Forum: General discussion and questions about Aware IM
Topic: Wishlist: Query > Look for and use form
Replies: 3
Views: 4938

Re: Wishlist: Query > Look for and use form

Hey Suwandy - hope you're keeping well mate. Yes this area has improved a lot, using the drop down filter on the column header you can easily do date range searches on a column. Also the timestamp thing isn't an issue any more because if you just select a day on a filter for a column that is a times...
by RLJB
Fri Aug 07, 2020 4:47 am
Forum: General discussion and questions about Aware IM
Topic: Error Creating Word Documents from Template.
Replies: 2
Views: 3848

Re: Error Creating Word Documents from Template.

Pretty sure (it's been a while since we tried this) you can upload the document in RTF (rich text format) and it works.

We run linux servers and used to generate docs this way, when you download a .rtf on a windows machine it will open in Word so it is ok from the User perspective too.
by RLJB
Fri Jun 26, 2020 8:17 am
Forum: General discussion and questions about Aware IM
Topic: REST http response codes
Replies: 8
Views: 12640

Re: REST http response codes

Bob! very helpful post thanks.

We had slightly different results, we couldn't get the result code (middle tick box) to work, so we unticked that and just left the bottom one ticked and it works.
by RLJB
Wed Jun 24, 2020 4:01 am
Forum: General discussion and questions about Aware IM
Topic: When emails don't send
Replies: 6
Views: 7715

Re: When emails don't send

Create an instance in the database in a preset table/BO that we can write rules on. For example, let's say there is a default BO called "EmailLog" (similar to SystemSettings and RegularUser it exists by default or you can create it) then when an email fails an instance is created in this Object. It ...
by RLJB
Tue Jun 23, 2020 11:54 pm
Forum: General discussion and questions about Aware IM
Topic: When emails don't send
Replies: 6
Views: 7715

When emails don't send

Hi Support - can we get a better method of dealing with emails when they fail to send? The situation is that when emails fail to send they just sit in a folder called UNSENT on the Aware dir and you get an Error in system.log... these items are not monitored or easily monitored, would be way better ...