Search found 130 matches

by bondicoffee
Sat Aug 11, 2018 4:03 am
Forum: General discussion and questions about Aware IM
Topic: Kanban fun
Replies: 28
Views: 51358

Re: Kanban fun

Can you please share bsv on to implement kanban board ?
by bondicoffee
Wed Jul 11, 2018 10:13 pm
Forum: General discussion and questions about Aware IM
Topic: Memory Issue while connecting to incoming email account
Replies: 2
Views: 5910

Memory Issue while connecting to incoming email account

Hi, After migrating the AwareIm version in the server from 7.1 to 8.1 has brought many memory issues primarily while connecting to an incoming email account. AwareIm server just consumes memory and it doesn't release memory. We have tried clicking on 'Active processes' to release memory but it doesn...
by bondicoffee
Wed Jul 11, 2018 10:03 pm
Forum: General discussion and questions about Aware IM
Topic: How to add menu/folder for tabs in a form?
Replies: 3
Views: 5743

Re: How to add menu/folder for tabs in a form?

Thanks Jaymer.

I have tried this in another app and it works perfectly fine. But as this particular app is big with many fields in registration, moving them to left or right is reducing the size of form for the user. If this panel header becomes collapsible, even this would do the job . :D
by bondicoffee
Wed Jul 11, 2018 3:42 am
Forum: General discussion and questions about Aware IM
Topic: [WEBINAR] Friday, 8AM EST Node.js & Aware
Replies: 8
Views: 12583

Re: [WEBINAR] Friday, 8AM EST Node.js & Aware

Thanks for arranging this...

Can you share the recording of this session as we need to implement Awareim integration with node js .
by bondicoffee
Wed Jul 11, 2018 12:46 am
Forum: General discussion and questions about Aware IM
Topic: How to add menu/folder for tabs in a form?
Replies: 3
Views: 5743

How to add menu/folder for tabs in a form?

Hi,

I have a B.O with many tabs in a form. Similiar to adding a folder for panel operations, is there a way we can add a folder/menu for tabs in a form?

Thanks.
by bondicoffee
Tue Jul 10, 2018 2:07 am
Forum: General discussion and questions about Aware IM
Topic: Other values allowed not working on attribute
Replies: 4
Views: 6142

Other values allowed not working on attribute

Hi,

I am trying to enable 'Other values are allowed on an attribute' in the new application we developed on V8.1. However it's not working on form.

Can someone confirm if this is a known bug in v8.1?

Currently, I am using build 2465.

Thanks
by bondicoffee
Wed Jul 04, 2018 10:50 pm
Forum: General discussion and questions about Aware IM
Topic: Office 365 imap marking emails as 'read'
Replies: 0
Views: 3327

Office 365 imap marking emails as 'read'

Hi,

Has anyone faced issue while syning emails from Office 365 wherein emails are marked as read automatically in office365 when email is recieved in awareim?

Thanks
by bondicoffee
Mon Jul 02, 2018 11:41 pm
Forum: General discussion and questions about Aware IM
Topic: Unable to get Zoho in REST OAuth provider
Replies: 1
Views: 3182

Unable to get Zoho in REST OAuth provider

Hi,

I need to add Zoho as REST OAuth provider.
I added Zooho.props file in com.awaresoft.awareim.configtool_1.0.0.201806221623.jar file as advised in the documentation and restarted the server.

However, I didn't get Zoho as a provider. Can you suggest if I need to update any other file?
by bondicoffee
Mon Jul 02, 2018 11:36 pm
Forum: General discussion and questions about Aware IM
Topic: Add parameters in Authorization URL in OAUTH Request form
Replies: 1
Views: 3343

Add parameters in Authorization URL in OAUTH Request form

Hi, I need to add parameters in Authorization URL in OAuth Request form to fetch access token from Zoho. Following is the template mentioned in Zoho documentation : https://accounts.zoho.com/oauth/v2/auth?scope={scope}&client_id={client_id}&response_type=code&access_type={offline or online}&redirect...
by bondicoffee
Mon May 14, 2018 11:28 pm
Forum: General discussion and questions about Aware IM
Topic: Enable reordering in calendar query
Replies: 3
Views: 4492

Re: Enable reordering in calendar query

Thanks for responding. I added rules and its working thanks. However, as I am displaying three objects on same calendar query using Appointment group, while dragging and dropping a record over another BO I need to update both the BOs. When I added rules, its touching only 'drag' BO. Hence I need to ...
by bondicoffee
Mon May 14, 2018 9:22 pm
Forum: Tips and Tricks
Topic: Booking Schedule Slots Demo
Replies: 11
Views: 22233

Re: Booking Schedule Slots Demo

Hi Mark,

Can you share this bsv, as the link you shared isn't working anymore.

Thanks
by bondicoffee
Mon May 14, 2018 9:07 pm
Forum: General discussion and questions about Aware IM
Topic: Enable reordering in calendar query
Replies: 3
Views: 4492

Enable reordering in calendar query

Hi,

I want to add process when moving appointments in calendar query. I observed reordering is missing for calendar view.

Can someone suggest me how can I achieve adding process on moving appointments?
by bondicoffee
Mon May 07, 2018 4:17 am
Forum: General discussion and questions about Aware IM
Topic: update zindex of a form
Replies: 1
Views: 3387

Re: update zindex of a form

I need to move the form in background. On using parser.m_formId, I am getting id with AW_FORM_(dynamic ID).I need window id from form which has format AW_WINDOW_(dynamic ID)
by bondicoffee
Mon May 07, 2018 2:16 am
Forum: General discussion and questions about Aware IM
Topic: update zindex of a form
Replies: 1
Views: 3387

update zindex of a form

Hi,

Can some help me with js code for updating zindex of a BO form?
by bondicoffee
Wed May 02, 2018 11:43 pm
Forum: General discussion and questions about Aware IM
Topic: How to trigger embedded spreadsheet functions from BO form
Replies: 3
Views: 6411

Re: How to trigger embedded spreadsheet functions from BO fo

Resolved by adding below code on render script of form :

($('[id ^="AW_SPREADSHEET_"][id $="_tb_wrapper"]').find('a.k-button:first').trigger('click'));
($('[id ^="AW_SPREADSHEET_"][id $="_tb_wrapper"]').find('a.k-button:eq(1)').trigger('click'));