Search found 1146 matches

by ACDC
Fri May 26, 2023 11:22 pm
Forum: General discussion and questions about Aware IM
Topic: Cloning an app to same server after migrating from MySQL to MariaDB
Replies: 5
Views: 4833

Re: Cloning an app to same server after migrating from MySQL to MariaDB

or just ask ChatGPT :D The error message you received indicates that the row size in your database table is too large. In MySQL, the maximum row size is 65,535 bytes. The specific error message you provided suggests that the row size exceeds this limit (8126 bytes). To resolve this issue, you can co...
by ACDC
Wed May 24, 2023 6:13 pm
Forum: Wish List
Topic: GUID Function needed for REST POST endpoints
Replies: 5
Views: 24768

Re: GUID Function needed for REST POST endpoints

In my case, I want to include the Object.ID as part of the remote GUID, so at any time I can backtrack where the transaction came from.
both seem to be good options, Thanks again
by ACDC
Tue May 23, 2023 5:12 pm
Forum: Wish List
Topic: GUID Function needed for REST POST endpoints
Replies: 5
Views: 24768

Re: GUID Function needed for REST POST endpoints

Thank you, this will work for me .

What are your thoughts about inserting a timestamp in the formula ?
by ACDC
Fri May 12, 2023 5:23 am
Forum: Wish List
Topic: GUID Function needed for REST POST endpoints
Replies: 5
Views: 24768

GUID Function needed for REST POST endpoints

When configuring a REST setup and utilizing the POST method to create a new entry, it's often necessary to provide a unique identifier in the target application. It would be highly beneficial to have a function that can generate a GUID specifically for this purpose. The AwareIM ID attribute may not ...
by ACDC
Thu May 04, 2023 8:01 pm
Forum: General discussion and questions about Aware IM
Topic: REST configuration- Boolean being sent as text in a POST
Replies: 5
Views: 5896

Re: REST configuration- Boolean being sent as text in a POST

It seems the way around this is to use the string option "Use this string" and make sure the REST request body contains true or false, without the inverted commas This means you cannot use the "Take from context" option if there exists a boolean attribute in the object This is a severe limitation in...
by ACDC
Tue May 02, 2023 11:35 pm
Forum: General discussion and questions about Aware IM
Topic: REST configuration- Boolean being sent as text in a POST
Replies: 5
Views: 5896

REST configuration- Boolean being sent as text in a POST

When sending a Yes/No attribute to a REST endpoint using POST, its being sent as text as opposed to a Boolean format data type. It's being rejected because of this. How do we get around this problem, is it a bug inside the Awareim REST config ? (The Yes and No setting on the attribute in the configu...
by ACDC
Tue Apr 25, 2023 4:19 pm
Forum: General discussion and questions about Aware IM
Topic: Import Document from URL
Replies: 20
Views: 26437

Re: Import Document from URL

Java is a considerably degree more complex and cumbersome so PHP is a good middleground.
Interesting, would Python not be a better option for this purpose?
by ACDC
Tue Apr 25, 2023 12:59 am
Forum: General discussion and questions about Aware IM
Topic: Import Document from URL
Replies: 20
Views: 26437

Re: Import Document from URL

I didn't think about other ways to do this, good idea. Here is also another way using cURL and PHP:
The javascript example makes sense, but using a PHP method from inside AwareIm doesn't make sense ? Are you running PHP with AwareIM on the same server ?
by ACDC
Sat Apr 15, 2023 7:01 pm
Forum: General discussion and questions about Aware IM
Topic: REST GET,POST,PUT,DELETE?
Replies: 25
Views: 27997

Re: REST GET,POST,PUT,DELETE?

As I recall, you can consume but not expose in test mode. Ssl not required for consuming Yes that's what I thought, thank you. I have had some strange issues with the configuration that don't make sense, was wondering if it's because i am in Test Mode, also getting java errors in the configurator. ...
by ACDC
Sat Apr 15, 2023 6:19 am
Forum: General discussion and questions about Aware IM
Topic: REST GET,POST,PUT,DELETE?
Replies: 25
Views: 27997

Re: REST GET,POST,PUT,DELETE?

Jaymer wrote: Sat Apr 15, 2023 2:00 am @ACDC
pbrad wrote: Fri Apr 14, 2023 8:44 pm Webhook.site can expose a URL to post to and then view received post
what he said
Yes this does seem like a solution. Thank You
BTW, is there any constraints trying to get this working in TEST mode on a local pc with no ssl in place
by ACDC
Sat Apr 15, 2023 12:12 am
Forum: General discussion and questions about Aware IM
Topic: REST GET,POST,PUT,DELETE?
Replies: 25
Views: 27997

Re: REST GET,POST,PUT,DELETE?

How do I capture the POST url at the server level for debug purposes -- any ideas? not sure what that means. A REST call going TO Aware? I am connecting to a remote API and posting an Invoice from my AwareIM APP The ....POST url that AwareIM generates from the Aware configured REST Object contains ...
by ACDC
Fri Apr 14, 2023 7:33 pm
Forum: General discussion and questions about Aware IM
Topic: REST GET,POST,PUT,DELETE?
Replies: 25
Views: 27997

Re: REST GET,POST,PUT,DELETE?

I have used REST a lot with NODE. Calling Node FROM Aware not in reverse. A few suggestions: 1) GET POSTMAN! This lets you very easily with a GUI create REST calls and see the return. Use it, Love it. This way you are only debugging the Aware part of this. Bruce This is fine for constructing a REST...
by ACDC
Thu Mar 23, 2023 7:58 pm
Forum: General discussion and questions about Aware IM
Topic: FR: Trash bin
Replies: 4
Views: 2101

Re: FR: Trash bin

This is what is commonly known as "version history" or "revisions". Sharepoint as well as WordPress has it out of the box, and I agree it would be a nice addition. Sometimes we log changes made with help of the GET_CHANGES function: If ImportantBo WAS CHANGED Then CREATE Log WITH Log.Changes=GET_CH...
by ACDC
Wed Mar 22, 2023 3:49 am
Forum: General discussion and questions about Aware IM
Topic: Anyone tried the Stripe plugin? Think its worth $500?
Replies: 9
Views: 3471

Re: Anyone tried the Stripe plugin? Think its worth $500?

Can "we" still get a kickback if someone already has a Stripe account or does it have to be a new acct? I don't think so, you would have to convert them onto a new contract that works with your system. There should be no difference in the transaction fee they are currently paying, or maybe there is...
by ACDC
Wed Mar 22, 2023 12:19 am
Forum: General discussion and questions about Aware IM
Topic: Anyone tried the Stripe plugin? Think its worth $500?
Replies: 9
Views: 3471

Re: Anyone tried the Stripe plugin? Think its worth $500?

They don't markup the transaction fees and I'm not going to keep a % either. Transaction fees on credit cards are not transparent, so if you don't claim someone else will. By setting yourself up with Stripe you are participating in the merchant fee they would normally charge, your client does not i...