Search found 2458 matches

by Jaymer
Mon May 28, 2018 3:33 pm
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] REPLACE_PATTERN & Multiple Patterns
Replies: 4
Views: 5845

Re: REPLACE_PATTERN & Multiple Patterns

Sean
Do you want me to write you a Java function to remove those 4 characters?

Contact.Phone = PHONE_STRIP(Contact.Phone)

if so, supply me with the working regular expression that achieves what you need.

jaymer...
by Jaymer
Mon May 28, 2018 2:48 am
Forum: General discussion and questions about Aware IM
Topic: Header and Lines in HTML form question
Replies: 10
Views: 11237

Re: Header and Lines in HTML form question

Mark, I’m not a super expert on the built in report writer, but in that situation I have the main file of the report as the line items. And the group is on the header. So group header for the invoice information, then all the line items, then a sub total area,. Works exactly like it should. It may b...
by Jaymer
Sun May 27, 2018 11:26 pm
Forum: General discussion and questions about Aware IM
Topic: Header and Lines in HTML form question
Replies: 10
Views: 11237

Re: Header and Lines in HTML form question

LIST_TABLE_START, LIST_TABLE_END Description: Whereas the LIST_TABLE function prints the entire table including the header, the combination of LIST_TABLE_START and LIST_TABLE_END functions allows using an existing header of the table. Just like the LIST_TABLE function it prints out members of a list...
by Jaymer
Sun May 27, 2018 8:20 pm
Forum: General discussion and questions about Aware IM
Topic: Header and Lines in HTML form question
Replies: 10
Views: 11237

Re: Header and Lines in HTML form question

LIST_TABLE_START / END in User Guide jaymer... the cycle: edit html in editor and save import the Document Template, overwriting the prior one save, run repeat 1. be sure the START and END "cells" have a field in them , exactly like it shows in docs. This is pickier than Magic HTML Merge. 2. When it...
by Jaymer
Sun May 27, 2018 2:38 am
Forum: General discussion and questions about Aware IM
Topic: Import Document from URL
Replies: 20
Views: 25156

Re: Import Document from URL

Use curl
Download the file
Then import

Should be easy
by Jaymer
Sat May 26, 2018 10:11 pm
Forum: General discussion and questions about Aware IM
Topic: Mass email process
Replies: 15
Views: 23427

Re: Mass email process

Tom, thanks a lot for the detailed code - but I'm stuck at the beginning. 1) I created a new field: RegularUser.pm_Leads 2a) I have a Query with "multi allowed" and I can tags recs and click and the list gets built 2b) ANNOYING. Interesting that Tagging ALL only selected the ones on the current page...
by Jaymer
Sat May 26, 2018 7:26 pm
Forum: General discussion and questions about Aware IM
Topic: Anyone know how to do Field ToolTip NOT using Aware
Replies: 12
Views: 15584

Re: Anyone know how to do Field ToolTip NOT using Aware

JT, yes, renaming that field makes a lot of difference. now, this isn't your fault or a problem in your code, but... 1) since i'm using an icon in the 1st column, the value of the Private field is neither Yes or No. In fact, when output in the .js, its nothing. Its NULL. Its not UNDEFINED. It just d...
by Jaymer
Sat May 26, 2018 4:55 pm
Forum: General discussion and questions about Aware IM
Topic: Anyone know how to do Field ToolTip NOT using Aware
Replies: 12
Views: 15584

SUCCESS

thanks JT True, the kendo code was there, but it took that other 5% of the JT Voodoo to get it Aware-ready. Couple of points... 1) Here's your modified code: $("#" + parser.m_gridId).kendoTooltip({ filter: "td:nth-child(2)", //this filter selects the second column's cells position: "right", width: 6...
by Jaymer
Sat May 26, 2018 4:17 pm
Forum: General discussion and questions about Aware IM
Topic: Anyone know how to do Field ToolTip NOT using Aware
Replies: 12
Views: 15584

Re: Anyone know how to do Field ToolTip NOT using Aware

i.e you can populate a HTML BO attribute with the HTML for the popover and then in the render script initialize the actual popover. Henrik, I like your example also. Thats a nice standard to have those all throughout an app for user info. Q: So lets say you have 30-50 of these HELP icons throughout...
by Jaymer
Sat May 26, 2018 1:45 am
Forum: General discussion and questions about Aware IM
Topic: Anyone know how to do Field ToolTip NOT using Aware
Replies: 12
Views: 15584

Re: Anyone know how to do Field ToolTip NOT using Aware

Thanks Henrik I remember seeing that in your gallery. But what I need is a rollover expansion for a long field. Like if I made a several hundred character note on a customer, but I’m seeing only the first 80 characters in a grid. I’d like to hover over that part of the note that I can see and have a...
by Jaymer
Fri May 25, 2018 10:15 pm
Forum: General discussion and questions about Aware IM
Topic: Anyone know how to do Field ToolTip NOT using Aware
Replies: 12
Views: 15584

Anyone know how to do Field ToolTip NOT using Aware

per https://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/Layout/grid-with-kendo-ui-tooltip here's the way the built-in implementation looks: Screen Shot 2018-05-25 at 6.11.20 PM.png I don't like that. I need to select the field to put into the tip - Aware only lets me pick ALL or H...
by Jaymer
Fri May 25, 2018 4:55 pm
Forum: General discussion and questions about Aware IM
Topic: Mass email process
Replies: 15
Views: 23427

Re: Mass email process

Tom for clarification... If you checked (and then recorded in the "om") 100 contacts, are there 100 separate emails being sent? ... or is something going on behind the scenes to send 1 email with multiple recipients? Is Aware actually contacting the SMTP server 100 times? ... or just once? I'd imagi...
by Jaymer
Fri May 25, 2018 3:07 pm
Forum: General discussion and questions about Aware IM
Topic: ►HowTo◄ Reconfig the Configurator Layout v8.0/8.1 [Video]
Replies: 3
Views: 4756

►HowTo◄ Reconfig the Configurator Layout v8.0/8.1 [Video]

here's something I discovered and am now using as my standard layout.
hope it helps someone.

Video --> https://www.flickr.com/gp/10438488@N00/E79U8k
by Jaymer
Fri May 25, 2018 2:52 pm
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] REGEX Pain / Problem
Replies: 6
Views: 8207

Re: REGEX Pain / Problem

I use the Input Mask for US Phone #s: Screen Shot 2018-05-25 at 10.46.52 AM.png Its too bad this doesn't allow a derived/calculated input mask. I have the Luxury of only allowing US phone #s. Would be nice if you could do: If Lead.Country = 'US' THEN Mask='999-999-9999' If Lead.Country = 'GB' THEN M...
by Jaymer
Fri May 25, 2018 6:04 am
Forum: General discussion and questions about Aware IM
Topic: Show percentage symbol
Replies: 6
Views: 7292

Re: Show percentage symbol

johntalbott wrote:In the Column Settings, set the Display Format to p
Mr Smarty Pants!!!
and also for you...
clap.jpg
clap.jpg (37.03 KiB) Viewed 7275 times