Search found 64 matches

by corradomatt
Wed Nov 27, 2013 6:21 am
Forum: Tips and Tricks
Topic: Java
Replies: 23
Views: 53667

Yea Support! 32bit is soooo 2010! Maybe offer 2 packages for download at least, one for each. That way legacy customers who still need 32bit will still have an option until they upgrade.
by corradomatt
Wed Feb 20, 2013 5:11 am
Forum: General discussion and questions about Aware IM
Topic: Google Integration Addon Request
Replies: 17
Views: 19841

Google Integration Addon Request

Hey AwareIM Support! There is a small group of users that would like to be able to integrate our awareim applications with specific google services. The big one for everyone in the group would be google calendar integration. You can see our live working spec sheet of our requirements and a wishlist ...
by corradomatt
Thu Oct 25, 2012 6:52 pm
Forum: General discussion and questions about Aware IM
Topic: Wish list. iCalendar support
Replies: 14
Views: 18732

Any update on when this feature will be in awareim?
by corradomatt
Thu Oct 25, 2012 5:31 am
Forum: General discussion and questions about Aware IM
Topic: Wish list: reference attributes, drag and drop ordering
Replies: 13
Views: 21020

I second this suggestion...it would be very nice to have this feature as well.
by corradomatt
Fri Oct 12, 2012 6:47 am
Forum: Problem reports
Topic: Bug Querying a Recurring Event
Replies: 0
Views: 3956

Bug Querying a Recurring Event

Whenever I setup an Appointment BO with recurring events I cannot pull up a query of the recurring events in a list format. For example, I have a query setup on my project that looks for staff members who have an appointment scheduled for a specific date and/or time and returns a standard query list...
by corradomatt
Fri Oct 12, 2012 6:27 am
Forum: General discussion and questions about Aware IM
Topic: Rules in Html format (Plain text) attribute
Replies: 4
Views: 8846

Nevermind...I got it to work perfectly. I changed all the double quotes to single quotes in my html code (like <span style='color:green;'> for example) and then I made sure to add the opening and closing <html> tag and everything worked great!
by corradomatt
Fri Oct 05, 2012 7:26 am
Forum: General discussion and questions about Aware IM
Topic: Rules in Html format (Plain text) attribute
Replies: 4
Views: 8846

I take it this is still a bug because I'm having trouble with this as well. In fact, I can't even get the email body to use html formatting at all even though the attribute is set to HTML Format.
by corradomatt
Fri Oct 05, 2012 6:25 am
Forum: General discussion and questions about Aware IM
Topic: Setting Appointments / Availability Calendars - Need Help
Replies: 5
Views: 12464

You're awesome fuseon!! Thanks for that...it worked, kind of. It finds the staff members now....but here's a problem.... Let's say I have 2 staff members. Staff A is available from 8am until 5pm. Staff B is available from 8am until 12 noon. If I setup the query with a start time of 8am and an end ti...
by corradomatt
Thu Oct 04, 2012 6:48 pm
Forum: General discussion and questions about Aware IM
Topic: Setting Appointments / Availability Calendars - Need Help
Replies: 5
Views: 12464

OK, so now I can't get the query to return any results again and I thought I had it solved last night. I may have been wrong about a possible awareim bug with my last post. Here is the query I have.... FIND StaffAvailability WHERE ((((StaffAvailability.StartTime<=?'End Time' AND StaffAvailability.En...
by corradomatt
Wed Oct 03, 2012 11:49 pm
Forum: General discussion and questions about Aware IM
Topic: Setting Appointments / Availability Calendars - Need Help
Replies: 5
Views: 12464

Ok, I discovered why my query didn't display any available staff options based on the StaffAvailability BO (which is an Appointment object). The availability instances were setup as a recurring instance. When I looked at availability based upon the first instance of the recurring appointment (which ...
by corradomatt
Wed Oct 03, 2012 10:25 pm
Forum: General discussion and questions about Aware IM
Topic: Setting Appointments / Availability Calendars - Need Help
Replies: 5
Views: 12464

I'm also interested in adding the following functionality to the system after I get the above working... 1. Calculate driving time between appointments using the Google Maps addon that will determine if there is enough time to drive between the appointments and schedule them accordingly. 2.Create a ...
by corradomatt
Wed Oct 03, 2012 10:21 pm
Forum: General discussion and questions about Aware IM
Topic: Setting Appointments / Availability Calendars - Need Help
Replies: 5
Views: 12464

Setting Appointments / Availability Calendars - Need Help

I'm having trouble conceptualizing how to work this problem and I could use some input from the community. I'm building an application that will be used to set appointments between customers and staff. I have the following BOs... 1. Customer 2. Staff 3. StaffAvailability (Appointment BO - apart of A...
by corradomatt
Wed Oct 03, 2012 4:48 am
Forum: General discussion and questions about Aware IM
Topic: Trouble with Rule Calculations
Replies: 2
Views: 5647

OK, I figured it out finally - probably too much caffine and not enough sleep that night. :)

I ended up being....

StaffHours.WorkHours=SUM Job.Hours WHERE (StaffHours.Staff=Job.Staff)

...just in case someone is interested.
by corradomatt
Thu Sep 27, 2012 7:33 am
Forum: General discussion and questions about Aware IM
Topic: Trouble with Rule Calculations
Replies: 2
Views: 5647

Here are a few of the rules I've tried.... StaffHours.WorkHours=SUM Job.Hours WHERE (StaffHours.Staff=Job.Hours) StaffHours.WorkHours=SUM Job.Hours WHERE (Job.Hours=StaffHours.Staff) StaffHours.WorkHours=SUM Job.Hours WHERE (StaffHours.Staff IN Job.Hours) StaffHours.WorkHours=SUM Job.Hours WHERE (Jo...
by corradomatt
Thu Sep 27, 2012 7:27 am
Forum: General discussion and questions about Aware IM
Topic: Trouble with Rule Calculations
Replies: 2
Views: 5647

Trouble with Rule Calculations

I've got 3 BO's - Job, Staff and StaffHours. I want to use StaffHours to calculate a staff members hours for the week and store it in an attribute called WorkHours. Each week the staff member might do several Jobs which are stored in the Job BO under an attribute called Hours. I used "StaffHours.Wor...