Search found 2430 matches

by Jaymer
Mon May 28, 2018 4:33 pm
Forum: General discussion and questions about Aware IM
Topic: [OFFICIAL] the v8.2 "minor" improvement list
Replies: 46
Views: 101690

Re: [OFFICIAL] the v8.2 "minor" improvement list

It would be nice to insert comments in process rules, to help document the code. There is a description available in the sub-element properties window, but its narrow, and you have to click a button to be able to edit it. I'd propose this simple change to this screen: Screen Shot 2018-05-28 at 12.15...
by Jaymer
Mon May 28, 2018 3:45 pm
Forum: General discussion and questions about Aware IM
Topic: Need Help from Win Upcloud users on 8.1 Slow Email test
Replies: 22
Views: 28398

Re: Slow outgoing Email on Upcloud. Need ideas plz (Video)

UPDATE May 28 Vlad doesn't see an issue sending mail with 8.1 on his server, so he can't reproduce. Since email works on other servers, we're leaning towards some issue with Upcloud. We need anyone who has UPCLOUD WITH WINDOWS to do an email test using the demo CRM app. 5 minutes is all thats needed...
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: 5794

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

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

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

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

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

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

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

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

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

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

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

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

►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