Search found 2454 matches

by Jaymer
Wed Mar 07, 2018 10:40 pm
Forum: General discussion and questions about Aware IM
Topic: [CLOSED] the OLD Official v8.1 REST thread - examples, ...]
Replies: 14
Views: 28632

[CLOSED] the OLD Official v8.1 REST thread - examples, ...]

Lets test the new 8.1 REST functions - help share your knowledge with the "rest" of us.

EDITED: I'm going to start a new post. Lots of this was due to buggy REST implementation. Not worth reading thru.
by Jaymer
Wed Mar 07, 2018 10:09 pm
Forum: General discussion and questions about Aware IM
Topic: the Official v8.1 Mailgun/Mandrill/MailChimp RESTful thread
Replies: 10
Views: 17501

the Official v8.1 Mailgun/Mandrill/MailChimp RESTful thread

Join in the fun. Lets explore v8.1 and see if we can get it working with Mailgun & Mandrill. MAILGUN Here's their page on the API: https://documentation.mailgun.com/en/latest/api-intro.html FREE to get a Proof of Concept license - 10k emails/month MANDRILL https://mandrillapp.com/api/docs/ MAILCHIMP...
by Jaymer
Wed Mar 07, 2018 9:27 pm
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] Tenant Email Solution. stuck on SMTP Header fields
Replies: 8
Views: 16439

Re: [SOLVED] Tenant Email Solution. stuck on SMTP Header fi

Until last week, there was only 1 post on the entire forum about EHeaders. A new field you can manually add into the OutboundEmail Notification. No real documentation with valid headers were to be found. I started exploring this trying to get an email to appear in the mail client in a "friendly" way...
by Jaymer
Wed Mar 07, 2018 9:08 pm
Forum: General discussion and questions about Aware IM
Topic: Curious how many use Standard vs Text View in Processes
Replies: 3
Views: 5185

Re: Curious how many use Standard vs Text View in Processes

Just wish context assist would continue working in text view after a couple of line breaks. 1+ there's a FEW minor UI tweaks to 8.0 Configurator that are sorely needed, and I'm afraid its all getting pushed back to who knows when. So many time wasting things that all of us have to go through every ...
by Jaymer
Wed Mar 07, 2018 7:25 pm
Forum: General discussion and questions about Aware IM
Topic: Can I log on as 2 diff. users at same time?
Replies: 8
Views: 13830

Re: Can I log on as 2 diff. users at same time?

I've had a similar experience, except in 1 browser window, logged into Production, and another window logged into Test. Windows/queries contained data from the "other" session. I'm pretty sure I saw a reply from Vlad saying what you ask is NOT possible/recommended... maybe in that thread where you w...
by Jaymer
Wed Mar 07, 2018 5:00 pm
Forum: General discussion and questions about Aware IM
Topic: Emails: instead of Mandrill, et.al., try direct to GMAIL?
Replies: 8
Views: 16266

Re: Emails: instead of Mandrill, et.al., try direct to GMAIL

mrbdrm wrote:we use gmail for our users (3000) free with no issues
thanks for replies.
So it appears your email is setup the way I'm suggesting in the original post?
And this lets me achieve my objectives of emails FROM that user, and being RETURNED to same user?
by Jaymer
Wed Mar 07, 2018 4:58 pm
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] Tenant Email Solution. stuck on SMTP Header fields
Replies: 8
Views: 16439

Re: Multi-Tenant Email Solution. stuck on SMTP Header field

Question, why are you setting this in eHeader? What's the purpose? (not being rude, I'm curious) thanks so much for the reply. Because I can't get From (the SMTP header field) or From-Address to work. There are 4 "From-Address" fields in AIM (that I can see): 1) System Settings - I'm not using this...
by Jaymer
Tue Mar 06, 2018 6:24 pm
Forum: General discussion and questions about Aware IM
Topic: Emails: instead of Mandrill, et.al., try direct to GMAIL?
Replies: 8
Views: 16266

Emails: instead of Mandrill, et.al., try direct to GMAIL?

What if you made your users have a GMAIL account to use your AIM SAAS app., and as part of their user setup, they entered their own gmail credentials. When sending emails from your app [ this is not talking about system messages, past due notices, thanks for signing up, etc ], you populate the field...
by Jaymer
Tue Mar 06, 2018 2:30 am
Forum: General discussion and questions about Aware IM
Topic: Lots of Calendar Questions
Replies: 7
Views: 34023

Re: Lots of Calendar Questions

johntalbott wrote:
crisg0112 wrote: If you haven't already, you might check the CRM sample application for guidance.
I figure that time populating works on the new Appt because CRM uses the default add/edit mechanism.
Once you use a CUSTOM method, I can't figure out how to get that time into my StartTime field.
by Jaymer
Tue Mar 06, 2018 2:16 am
Forum: General discussion and questions about Aware IM
Topic: Calenders Am I missing something simple
Replies: 14
Views: 23276

Re: Calenders Am I missing something simple

With my one-BO approach, it grabs the date and time automagically. Wish mine did. I have a Create Process and if I don't init the start/end, they will be blank on the entry form. PICK FROM CalPickLead ENTER NEW Appointment WITH Appointment.ob_Lead=Lead, Appointment.ps_User=LoggedInRegularUser, Appo...
by Jaymer
Mon Mar 05, 2018 5:43 pm
Forum: General discussion and questions about Aware IM
Topic: More Park on 1st field woes
Replies: 0
Views: 3125

More Park on 1st field woes

Per the thread here: https://www.awareim.com/forum/viewtopic.php?f=1&t=9785 I have added the script to just one form's init area: AwareApp_FormParser.prototype.setFocus=function(sectionName) { if (this.m_fields ) { var firstTabIdx = null, focusSet = false; for (var i = 0, len = this.m_fields.length;...
by Jaymer
Sat Mar 03, 2018 9:22 pm
Forum: General discussion and questions about Aware IM
Topic: Solved: How to prevent leading spaces being clipped?
Replies: 8
Views: 15945

Re: How to prevent leading spaces being clipped?

Here is whats stored in the database for the HTML field:
Screen Shot 2018-03-03 at 4.21.05 PM.png
Screen Shot 2018-03-03 at 4.21.05 PM.png (13.83 KiB) Viewed 15897 times
by Jaymer
Sat Mar 03, 2018 9:19 pm
Forum: General discussion and questions about Aware IM
Topic: Solved: How to prevent leading spaces being clipped?
Replies: 8
Views: 15945

Re: How to prevent leading spaces being clipped?

glad that worked the HTML is an option for FORMAT on a Plain Text field. (see pic) Screen Shot 2018-03-03 at 4.16.20 PM.png I was suggesting you'd have a rule to pad with the blanks. In this example, I just typed this in using the HTML formatter. Here's how it would look in a Query Screen Shot 2018-...
by Jaymer
Sat Mar 03, 2018 5:27 pm
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] Tenant Email Solution. stuck on SMTP Header fields
Replies: 8
Views: 16439

Re: Multi-Tenant Email Solution. Is v8.1 solving this issue

Email header as viewed from yahoo: Screen Shot 2018-03-03 at 12.15.31 PM.png You can see 3 Return-Paths If my EHeader return path REPLACED the prior ones, this would work. You can also see how my "From" from EHeader did not make it into the header correctly. Somehow it got changed to " X-Google-Orig...