Search found 2451 matches

by Jaymer
Thu Jul 05, 2018 2:52 am
Forum: General discussion and questions about Aware IM
Topic: FOR SALE: SSL Cert
Replies: 0
Views: 3199

FOR SALE: SSL Cert

Hi I made an error when buying an SSL cert. Technically, I "submitted the CSR code during SSL activation in your SSLs.com account and then completed the domain control validation procedure to get the certificate issued." Something was incorrect (like the domain name did or didn't have a *.xxxxxx, ca...
by Jaymer
Thu Jul 05, 2018 2:24 am
Forum: General discussion and questions about Aware IM
Topic: What is the trick with REST to send a JSON String?
Replies: 9
Views: 11987

Re: What is the trick with REST to send a JSON String?

Dave & Bruce Bruce was initially talking about a bug concerning the automatically inserted ? after the Base URL (an issue thats being fixed in the next build after 2465) But Dave, FYI, I've been POSTing JSON with no issues since several builds before 2461. I successfully POST this JSON string in a B...
by Jaymer
Wed Jul 04, 2018 4:58 pm
Forum: General discussion and questions about Aware IM
Topic: Importing pictures
Replies: 8
Views: 11445

Re: Importing pictures

1
You can check to see if the file exists before doing the import, else assign it to the no image

2
The CRM does this as an example that

3
In a custom Q, you can use an if statement to selectively not output the IMG tag when image is undefined
by Jaymer
Wed Jul 04, 2018 3:55 pm
Forum: General discussion and questions about Aware IM
Topic: Encrypt Data at Rest MySQL
Replies: 17
Views: 21679

Re: Encrypt Data at Rest MySQL

Q: "not be read when looking in the DB"

you mean totally hidden from someone using a DB tool?
or you mean they can see the encrypted data?
how heavily does it need to be encrypted?
by Jaymer
Tue Jul 03, 2018 5:01 am
Forum: General discussion and questions about Aware IM
Topic: What’s the trick to build a JSON string
Replies: 40
Views: 74680

Re: What’s the trick to build a JSON string

Well, since I'm using MS SQL SERVER, I can take advantage of "FOR JSON" on a SELECT statement and it makes pretty JSON for me.
Couldn't be happier.

jaymer...
by Jaymer
Tue Jul 03, 2018 2:45 am
Forum: General discussion and questions about Aware IM
Topic: What’s the trick to build a JSON string
Replies: 40
Views: 74680

Re: What’s the trick to build a JSON string

yes, 2465 fixed this 1 issue with JSON strings
by Jaymer
Mon Jul 02, 2018 11:59 pm
Forum: General discussion and questions about Aware IM
Topic: Unable to get Zoho in REST OAuth provider
Replies: 1
Views: 3176

Re: Unable to get Zoho in REST OAuth provider

not having done this, but I don't think you need to worry about that.
for now, just use any other provider thats 2.0
and adjust the URLs

you may waste a lot of time on getting ZOHO into the list (or not).
by Jaymer
Mon Jul 02, 2018 11:55 pm
Forum: General discussion and questions about Aware IM
Topic: Add parameters in Authorization URL in OAUTH Request form
Replies: 1
Views: 3342

Re: Add parameters in Authorization URL in OAUTH Request fo

have you read the post on REST Basics?
https://www.awareim.com/forum/viewtopic ... est+thread

Thats standard OAuth2 requirements ZOHO asks for.
Works fine in Aware 8.1.
by Jaymer
Mon Jul 02, 2018 10:28 pm
Forum: General discussion and questions about Aware IM
Topic: Hide Button for Operation with Records on Query
Replies: 3
Views: 4880

Re: Hide Button for Operation with Records on Query

don't think you can check a reference field there - try a shortcut
by Jaymer
Mon Jul 02, 2018 10:26 pm
Forum: General discussion and questions about Aware IM
Topic: REST: anyone solve issue of no ? before parms
Replies: 6
Views: 8254

Re: REST: anyone solve issue of no ? before parms

Hi Rennur INCORRECT It ignores the /?/ in terms of throwing an error, but THEN it ignores anything coming after the ? (i removed the -H authorization info) curl -H https://us18.api.mailchimp.com/3.0/lists/af1ed4d272 would return details for a specific list. curl -H https://us18.api.mailchimp.com/3.0...
by Jaymer
Mon Jul 02, 2018 8:11 pm
Forum: General discussion and questions about Aware IM
Topic: SUM Conundrum OR Bug?
Replies: 3
Views: 4209

Re: SUM Conundrum OR Bug?

I’m not sure I’d say that’s a bug. Usually a report writer SUMS a field that’s a column in the report. And a plain SUM would work in the report writer. I think you’re going to have to have another field that has that value put in it based on your condition. Then a regular SUM on that temporary field...
by Jaymer
Mon Jul 02, 2018 3:42 am
Forum: General discussion and questions about Aware IM
Topic: What’s the trick to build a JSON string
Replies: 40
Views: 74680

What’s the trick to build a JSON string

Now that the new build is out, and the REST process will properly send a JSON string, is there a particular strategy or technique that makes building this potentially long string easy?
by Jaymer
Sun Jul 01, 2018 7:30 pm
Forum: General discussion and questions about Aware IM
Topic: 2 VIDEOs <ENTER> can create 2 Recs sometimes, click does 1
Replies: 13
Views: 17910

Re: 2 VIDEOs <ENTER> can create 2 BOs sometimes, clicking do

hmmmm, yes, i bet that is.

so, how to upgrade to Kendo UI R2 2018 SP1 ?
by Jaymer
Sun Jul 01, 2018 5:33 am
Forum: General discussion and questions about Aware IM
Topic: REST: anyone solve issue of no ? before parms
Replies: 6
Views: 8254

Re: REST: anyone solve issue of no ? before parms

This would work...
except it doesn't work:

BASE URL: https://us18.api.mailchimp.com/3.0/list ... >>/members

You can use field tags in the OAuth dialog in several places.
WHY can't the BASE URL field allow it?
Would solve the entire issue and open up more options.