Search found 1141 matches

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

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

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

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

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

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

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

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

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

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

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...
by ACDC
Tue Mar 21, 2023 10:29 pm
Forum: General discussion and questions about Aware IM
Topic: Anyone tried the Stripe plugin? Think its worth $500?
Replies: 9
Views: 2684

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

i asked him yesterday. the website says non-profits get a 35% disc on aware. so i asked him the price for a non-profit and he said $400, and i re-emailed him to verify that was non-profit. so the regular price is somewhere above $500, but i don't know exactly. Well then its changed, I have an email...
by ACDC
Tue Mar 21, 2023 9:17 pm
Forum: General discussion and questions about Aware IM
Topic: Anyone tried the Stripe plugin? Think its worth $500?
Replies: 9
Views: 2684

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

As far as I know its $200, confirmed by Vlad. Unless of course it's changed
by ACDC
Mon Mar 20, 2023 6:31 pm
Forum: General discussion and questions about Aware IM
Topic: Is it worth putting images in S3?
Replies: 2
Views: 781

Re: Is it worth putting images in S3?

I have document store (250GB), having the files on S3 would make it easier to move servers without having to deal with the files, and also more secure. So I am planning to migrate.
by ACDC
Fri Mar 17, 2023 8:57 pm
Forum: Problem reports
Topic: The Record does not appear on the page
Replies: 8
Views: 15334

Re: The Record does not appear on the page

This looks like you have the incorrect object setup in the INPUT settings of the process. By removing it the selection list will go away When I choose the object in which the object must go, it does not work anymore, as you can see on the screenshot belowInputObject.png Remove the object from the I...
by ACDC
Fri Mar 17, 2023 8:45 pm
Forum: Wish List
Topic: Add Category option to REST Discover Option form
Replies: 0
Views: 48841

Add Category option to REST Discover Option form

When setting up a REST service and using the discover button and then selecting ALL, please will you consider placing a Category Field option on the form. This will allow a developer to place all newly created REST Objects in a relevant Category at the time of creation At the moment one has to go th...