Search found 2462 matches

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

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

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

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

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

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 15926 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: 15974

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

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...
by Jaymer
Sat Mar 03, 2018 5:17 pm
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] Tenant Email Solution. stuck on SMTP Header fields
Replies: 8
Views: 16464

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

Jaymer Wrote: Email that are sent all appear to come from the server when viewed by the recipient, not an individual's name. Again what are you talking about? There is FromAddress field in a notification that you can control In Notification: OutboundEmail, I have the following: Attribute: FromAddre...
by Jaymer
Fri Mar 02, 2018 11:21 pm
Forum: General discussion and questions about Aware IM
Topic: Solved: How to prevent leading spaces being clipped?
Replies: 8
Views: 15974

Re: How to prevent leading spaces being clipped?

what if you had a 2nd field (Field2) that was always initialized to your desired field.
Field2 is a type HTML.
You do a REPLACE (or whatever) to change leading spaces to  
Display this field in the query

jaymer...
by Jaymer
Fri Mar 02, 2018 11:18 pm
Forum: General discussion and questions about Aware IM
Topic: Exporting and Importing Data Help
Replies: 1
Views: 3641

Re: Exporting and Importing Data Help

I'd be more than happy to help you via a skype session - barring someone posting a revealing answer.
Jaymer...
by Jaymer
Fri Mar 02, 2018 10:54 pm
Forum: General discussion and questions about Aware IM
Topic: Build 2240
Replies: 13
Views: 24960

new SMPT eHeaders working?

Any updates on this guys? Any examples of what your new email header (EHeaders) strings look like? I'd like to alter the header to show the real name of the employee/user who is sending the email, plus a valid return path for that user. AIM v8 docs only has this: You can also optionally add the EHea...
by Jaymer
Fri Mar 02, 2018 10:10 pm
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] Tenant Email Solution. stuck on SMTP Header fields
Replies: 8
Views: 16464

[SOLVED] Tenant Email Solution. stuck on SMTP Header fields

<EDIT> Skip to SOLVED post later on page 1... I was holding off until seeing new features in v8.1, but other than the much needed "Don't delete email from server", I'm still not sure how to handle several issues. Return-Path for many users/many tenants is a big issue. Email that are sent all appear ...
by Jaymer
Mon Feb 26, 2018 4:39 am
Forum: General discussion and questions about Aware IM
Topic: 8.1 beta released
Replies: 39
Views: 68156

Re: 8.1 beta released

Also, would it be possible to start a new [temporary] section in the forum just for v8.1 beta Q&A?
That way we won't feel like we're crudding up the main msg board.
thx
by Jaymer
Mon Feb 26, 2018 4:10 am
Forum: General discussion and questions about Aware IM
Topic: 8.1 beta released
Replies: 39
Views: 68156

Re: 8.1 beta released

Can this be installed and run on a production machine?
What if Tomcat is already running on port 80? (ie. was changed from the default 8080)
Will this run 2 tomcats?
thx