Search found 595 matches

by aware_support2
Sat Dec 01, 2007 11:24 am
Forum: General discussion and questions about Aware IM
Topic: Event Creator
Replies: 9
Views: 13149

Hi PEFS, Perhaps you could use a scheduling rule with a condition and a couple of actions. The condition would check the day, time, etc. to determine whether to execute the actions. The first action would find the accounts for which an order need to be created, for example: FIND Account WHERE ... Th...
by aware_support2
Sat Dec 01, 2007 10:59 am
Forum: General discussion and questions about Aware IM
Topic: New Builds
Replies: 11
Views: 20113

We will think about how we can improve this.

Currently the latest build number can be found at http://www.awareim.com/downloads.html and summary of changes at http://www.awareim.com/changelog/
by aware_support2
Fri Nov 30, 2007 12:48 pm
Forum: General discussion and questions about Aware IM
Topic: Importing data from another database/questions about AwareIm
Replies: 18
Views: 23018

Try using the Log Viewer to see the results of execution of your process (set the logging level to full). 1. This is done by selecting an object name for attribute type when defining an attribute. 2. You can define SQL queries for Aware IM objects using the SQL Form tab in the query editor. 3. You c...
by aware_support2
Wed Nov 28, 2007 10:54 am
Forum: General discussion and questions about Aware IM
Topic: Two BO:s in the same form?
Replies: 12
Views: 15954

In the presentation dialog for a reference attribute select Table Of Items option, select Allow Inline Editing, in the Display Method section on the right select Use Form For Each Row option, click Details button next to it.
by aware_support2
Wed Nov 28, 2007 2:07 am
Forum: General discussion and questions about Aware IM
Topic: Event Creator
Replies: 9
Views: 13149

Recurring processing is implemented in the Library sample application (see the scheduled processing of overdue loans). In that case the recurrence interval is hardcoded inside a rule. You can take a similar approach but use an object attribute instead to let the users control the interval.
by aware_support2
Wed Nov 28, 2007 2:01 am
Forum: General discussion and questions about Aware IM
Topic: Two BO:s in the same form?
Replies: 12
Views: 15954

Other than specifying attributes for online editing, you can also choose a form of the related object to be shown inside the form of the main object. If desired you can define a separate form on the related object to be used for this purpose.
by aware_support2
Wed Nov 28, 2007 1:54 am
Forum: General discussion and questions about Aware IM
Topic: Editing Objects warning - is this a bug ?
Replies: 6
Views: 8098

We will investigate this.
by aware_support2
Tue Nov 27, 2007 4:50 am
Forum: General discussion and questions about Aware IM
Topic: Sequential Wizard-Style Question
Replies: 1
Views: 3666

You can have multiple related objects shown using their own form inside the form of the main object. This can done using the inline editing option for a reference attribute and selecting to use a form for each row. The user will be able to add as many related objects as necessary without leaving the...
by aware_support2
Tue Nov 27, 2007 4:33 am
Forum: General discussion and questions about Aware IM
Topic: Find record(s) from URL request
Replies: 1
Views: 4109

This is not possible at the moment.
by aware_support2
Sun Nov 25, 2007 2:34 am
Forum: General discussion and questions about Aware IM
Topic: How easy is it to customize generated form
Replies: 1
Views: 3394

Form sections in Aware IM have grid-based layout with multiple rows and columns. The default forms have one column but you can insert more if desired. You can move attributes between the cells in the grid using drag and drop (click a cell, then click it again, hold and drag to a different location)....
by aware_support2
Sat Nov 24, 2007 11:39 am
Forum: Problem reports
Topic: Rceived Email - V3
Replies: 10
Views: 11006

Here is an example of a rule attached to the IncomingEmail notification from the CRM sample application:

FIND Customer WHERE IncomingEmail.FromAddress CONTAINS Customer.EmailAddress
...

It should work for your scenario.
by aware_support2
Sat Nov 24, 2007 11:34 am
Forum: General discussion and questions about Aware IM
Topic: Generate editable combo box - Configuration Tool Bug?
Replies: 1
Views: 3701

We tested it using build 1023 and it works fine on our systems. Please keep in mind that attribute presentation properties can be specified in two places. One is on the attribute level, which will be used by default for all forms. The other is in the Edit Layout Cell dialog for a form where you can ...
by aware_support2
Sat Nov 24, 2007 11:32 am
Forum: General discussion and questions about Aware IM
Topic: Tab order
Replies: 3
Views: 5667

The Tab Order column in the Edit Layout Cell dialog is used to control the order of controls on the form when the user presses the Tab key. You need to enter numbers into that column according to the desired order of navigation between controls.
by aware_support2
Sat Nov 24, 2007 11:31 am
Forum: General discussion and questions about Aware IM
Topic: Shortcut
Replies: 1
Views: 3153

Yes, this should be possible.
by aware_support2
Fri Nov 23, 2007 1:54 am
Forum: General discussion and questions about Aware IM
Topic: Wishlist - GUI improvements
Replies: 7
Views: 8167

Hi Pete,

Thanks for your suggestions. We will be reviewing these and other UI improvements shortly. We plan to address at least some of the issues you mentioned in the near future.