Search found 370 matches

by swiftinitpvtltd
Fri Jan 18, 2019 3:15 am
Forum: General discussion and questions about Aware IM
Topic: message Unable to edit/view unresolved object
Replies: 6
Views: 7032

Re: message Unable to edit/view unresolved object

Thanks! Getting below error in tomcat
Unable to find LoggedInUser in query FIND User WHERE User=LoggedInUser

yes The BO is in systemusers group. I am able to edit the user form via grid edit command but not via process command.
by swiftinitpvtltd
Fri Jan 18, 2019 2:41 am
Forum: General discussion and questions about Aware IM
Topic: message Unable to edit/view unresolved object
Replies: 6
Views: 7032

message Unable to edit/view unresolved object

EDIT User USING myform
If I run this process I am getting below error.I have simple myform
Execution Exception after starting process message Unable to edit/view unresolved object

I even tried
FIND User WHERE User.EmailAddress=LoggedInUser.EmailAddress
EDIT User USING myform
by swiftinitpvtltd
Wed Jan 16, 2019 11:26 am
Forum: General discussion and questions about Aware IM
Topic: /logonGuest.aw?domain=mydomain&testingMode=true
Replies: 3
Views: 5058

/logonGuest.aw?domain=mydomain&testingMode=true

When I put the project in test mode the changes are not getting reflected for guest user.
/logonGuest.aw?domain=mydomain&testingMode=true
When I publish the BSV its working. How to make test changes available for guest user?
by swiftinitpvtltd
Tue Nov 20, 2018 4:11 am
Forum: General discussion and questions about Aware IM
Topic: 8.2 version form import not working for bootsnip html
Replies: 5
Views: 8270

Re: 8.2 version form import not working for bootsnip html

Not sure but if this is the issue but.... this form relies on Bootstrap 4 and Fontawaesome 5. Aware does not support those..... Yet. You may have to tinker with the html a but in an external editor to rectify those two issues and it should work. I am sure there are many othjer similar forms that wi...
by swiftinitpvtltd
Sun Nov 18, 2018 7:12 am
Forum: General discussion and questions about Aware IM
Topic: 8.2 version form import not working for bootsnip html
Replies: 5
Views: 8270

8.2 version form import not working for bootsnip html

I tried form import for https://bootsnipp.com/snippets/featured/contact-form but even though the form shows up in preview in aware IM after import it does let me configure form fields(the configure form becomes blank and when I click on updown arrows gives org.eclipse.swt.SWTException: '$' is undefi...
by swiftinitpvtltd
Fri Nov 16, 2018 5:41 pm
Forum: General discussion and questions about Aware IM
Topic: mobile app size 17 mb+
Replies: 0
Views: 3659

mobile app size 17 mb+

I created a mobile package and uploaded it on phonegap but the size of both sample crm and Project management is 17MB+. How do I reduce the size of apk file? Also after installing on my android its showing there is problem with the package towards the end of the install.""Parse error - There was a p...
by swiftinitpvtltd
Fri Nov 16, 2018 11:59 am
Forum: General discussion and questions about Aware IM
Topic: QR code scanning and voice control in aware IM mobile app
Replies: 0
Views: 3651

QR code scanning and voice control in aware IM mobile app

Has anyone done QR code scanning in aware IM mobile app? After scan QR code data needs to be stored in mysql. I need to do a quick Proof of concept in aware IM mobile app. For example-
https://www.youtube.com/watch?v=QT7heo272ug
by swiftinitpvtltd
Fri Oct 19, 2018 3:28 am
Forum: General discussion and questions about Aware IM
Topic: Event registration mobile(android iphone) app
Replies: 1
Views: 3251

Event registration mobile(android iphone) app

I want to built mobile app for event registration. I see a readymade app on aware IM but it does not look responsive. When I open the sample app on my mobile the events do not look great on mobile phone android. Is there any way I can resuse the event registration app and make it mobile ready?
by swiftinitpvtltd
Sat Sep 29, 2018 3:07 pm
Forum: General discussion and questions about Aware IM
Topic: multitenant approach- single aware IM code with perclientdbs
Replies: 0
Views: 3614

multitenant approach- single aware IM code with perclientdbs

Option 3 - Exactly the same as option 2, except you have 1 database for each and every client, completely isolating them from other clients, and theoretically providing a bit more protection that if 1 client's tables were hacked or otherwise damaged, it wouldn't affect anyone else. The biggest downs...
by swiftinitpvtltd
Thu Sep 27, 2018 4:39 am
Forum: General discussion and questions about Aware IM
Topic: send email when appointment object creates new record
Replies: 10
Views: 14710

Re: send email when appointment object creates new record

one small issue about static text SEND OutgoingEmailBirthday TO Customer this works SEND OutgoingEmailBirthday TO 'amitloh@gmail.com' gives syntax error. I tried "" as well. I want to send few emails to static string text email and not the aware IM objects. Guide says- SEND ReservationOfferEmail TO ...
by swiftinitpvtltd
Thu Sep 27, 2018 3:49 am
Forum: General discussion and questions about Aware IM
Topic: filter dateofbirth of all customers in query with today's
Replies: 3
Views: 5165

Re: filter dateofbirth of all customers in query with today

Thanks Both. Now its working perfectly fine. I was able to integrate email and sms for birthday wishes without any code.
by swiftinitpvtltd
Wed Sep 26, 2018 9:59 am
Forum: General discussion and questions about Aware IM
Topic: Execute User Defined Query
Replies: 4
Views: 7773

Re: Execute User Defined Query

Thanks Mark for your help. In few hours I was able to build almost all functionality copying CRM sendemail to sendbirthdayemail screens, query, template except in my query I am not able to compare current day/month with customer's birthday/month excluding year(I am getting list with birthday equals ...
by swiftinitpvtltd
Wed Sep 26, 2018 9:23 am
Forum: General discussion and questions about Aware IM
Topic: filter dateofbirth of all customers in query with today's
Replies: 3
Views: 5165

filter dateofbirth of all customers in query with today's

How to filter dateofbirth of all customers in aware IM query with today's. I tried
Event.birthdateDate=DATE_PART (CURRENT_DATE) but its returning if birth day/year/month is today and not just day and month based filter.
by swiftinitpvtltd
Wed Sep 26, 2018 8:39 am
Forum: General discussion and questions about Aware IM
Topic: Execute User Defined Query
Replies: 4
Views: 7773

Re: Execute User Defined Query

Hi, I would like to know if you have already built any solution for birthday reminders/sms inside aware IM. Basically all customers need to receive sms or email on their birthdays with predefined template.