Search found 130 matches

by bondicoffee
Sun Feb 24, 2019 9:29 pm
Forum: General discussion and questions about Aware IM
Topic: REST API base URL and parameter not working
Replies: 4
Views: 6751

Re: REST API base URL and parameter not working

Hey Jaymer, Thanks for replying 1) even though you don't show it, i assume you're sending something in the header, correct? The HTTP headers here do not contain anything at all. The authorization code is sent through the oAuth2 protocol. 2) and even though you didn't mention it, this is more complic...
by bondicoffee
Fri Feb 22, 2019 3:49 am
Forum: General discussion and questions about Aware IM
Topic: REST API base URL and parameter not working
Replies: 4
Views: 6751

REST API base URL and parameter not working

Hello. I've been trying to do a Get call using REST API. However I keep getting this error. -Execution Exception after starting process FindBooksItemWHResponse message Service provider returned the following error: no protocol: <<SystemSettings.ZohoAPIID>>?organization_id=683874215 The URL needs 2 p...
by bondicoffee
Wed Dec 12, 2018 2:48 am
Forum: General discussion and questions about Aware IM
Topic: How can we check in form level changes to BSV?
Replies: 0
Views: 3065

How can we check in form level changes to BSV?

Hi,

I need to check in form level changes to BSV in dev mode. Can someone advise how can I achieve this?

Thanks
by bondicoffee
Thu Nov 29, 2018 12:50 am
Forum: General discussion and questions about Aware IM
Topic: Set up client for REST Oauth2.0
Replies: 4
Views: 5582

Re: Set up client for REST Oauth2.0

Apologies...

P.S I am currently working on build 2458.

I tried to connect through server credentials. Its giving me same issue.
When I test the service in Postman using server credentials its running fine.
by bondicoffee
Wed Nov 28, 2018 10:50 pm
Forum: General discussion and questions about Aware IM
Topic: Set up client for REST Oauth2.0
Replies: 4
Views: 5582

Set up client for REST Oauth2.0

Hi,

I am currently in process of setting up OAuth for connecting to Zoho modules.

Attached is screenshot to connect with localhost at Zoho.

Can someone please confirm if the client domain and client URL to test service is correct?
by bondicoffee
Sun Nov 18, 2018 9:55 pm
Forum: General discussion and questions about Aware IM
Topic: How to enable horizontal orientation for calendar query
Replies: 2
Views: 4707

How to enable horizontal orientation for calendar query

Hi friends, Can someone help me how do I display a calendar with horizontal orientation instead of vertical? The following link shows an implementation in KendoUI https://demos.telerik.com/kendo-ui/scheduler/resources-grouping-horizontal Secondly, the resource for the timeline views is disabled for ...
by bondicoffee
Sun Nov 11, 2018 10:52 pm
Forum: General discussion and questions about Aware IM
Topic: Help With SOAP Service
Replies: 3
Views: 10824

Re: Help With SOAP Service

You need to pass only 3 parameters in the request, whereas as per logs you seem to be passing 4 parameters. Following are the three parameters: <UserName>string</UserName> <Password>string</Password> <CustomerID>int</CustomerID> Link : https://securedwebapp.com/api/service.asmx?op=GetCustomerByID
by bondicoffee
Sat Nov 10, 2018 4:35 am
Forum: General discussion and questions about Aware IM
Topic: "Relative Path" issues when storing images via FILE SYSTEM
Replies: 15
Views: 20032

Re: Need help with Setting File System path for images

Hi Ben,

We are running our apps with a similar configuration. Can you try updating path in SystemSettings attribute value to "../Tomcat/webapps/AwareIM/Custom/Images/<YOUR_APP_NAME>/"
by bondicoffee
Wed Oct 24, 2018 8:22 pm
Forum: General discussion and questions about Aware IM
Topic: Query presentation corrupted for specific user
Replies: 2
Views: 3686

Re: Query presentation corrupted for specific user

Apologies for confusing narrative. Attached is screenshot and below is data returned for date columns in the browser console <ContactTime org_value="11/10/2018 09:11"><div style="text-align: left;font-size: 10px;font-weight: bold;" class="aw-decorated-grid-cell" >|</ContactTime> <DueDate org_value="...
by bondicoffee
Wed Oct 24, 2018 7:38 pm
Forum: General discussion and questions about Aware IM
Topic: Query presentation corrupted for specific user
Replies: 2
Views: 3686

Query presentation corrupted for specific user

Hi, We are facing a weird issue wherein date columns of a query is corrupted only for a specific user. We are displaying the same query in three different perspectives each with different access levels. Its working fine for everyone except one specific user. We tried a quick fix by creating another ...
by bondicoffee
Thu Oct 04, 2018 9:07 pm
Forum: General discussion and questions about Aware IM
Topic: Remove photo from db
Replies: 1
Views: 4116

Remove photo from db

Hi,

I am trying to remove pictures from the customer table. I am using command Customer.Photo=undefined, however this is not removing blob data from Photo_docdata column in the customer table.

Please let me know how can this be achieved using awareim.

Thanks.
by bondicoffee
Tue Sep 25, 2018 8:45 pm
Forum: General discussion and questions about Aware IM
Topic: Disable creating images in webapps/AwareIm directory
Replies: 2
Views: 3626

Re: Disable creating images in webapps/AwareIm directory

Thanks, Mark. I created a folder under images folder in Tomcat directory and it solved the issue.
by bondicoffee
Mon Sep 24, 2018 3:55 am
Forum: General discussion and questions about Aware IM
Topic: Disable creating images in webapps/AwareIm directory
Replies: 2
Views: 3626

Disable creating images in webapps/AwareIm directory

Hi,

I am moving images from the database to file directory. However, in both types image is getting created at webapps/AwareIM folder.

Is there a way to disable creating images in webapps/AwareIM directory ?


Thanks