Search found 595 matches

by aware_support2
Fri Sep 09, 2005 10:37 am
Forum: General discussion and questions about Aware IM
Topic: currency format
Replies: 8
Views: 21347

Since calculations may involve multiple attributes, the system does not apply the format defined for any of the attributes to the operation result. If you use a calculation in a report you will need to specify the format for the operation result, for example: SUM Transaction.Amount WHERE (Transactio...
by aware_support2
Tue Aug 23, 2005 1:48 pm
Forum: General discussion and questions about Aware IM
Topic: Generating a Default Password
Replies: 7
Views: 19441

Depending on your design you may not need the second action in your rule (Staff.Notification = Staff.ID), nor the attribute Staff.Notification. First, attribute Staff.ID is always available (as read-only) and never changes once an object is created. You can display it on a form or use it for initial...
by aware_support2
Fri Aug 12, 2005 3:01 pm
Forum: General discussion and questions about Aware IM
Topic: Questions before I try Aware IM
Replies: 3
Views: 12456

Wilfred, Named user licenses are required for each employee of an organization that purchases and installs Aware IM who configure and/or use applications. In your case it would be one user license for you and one for each person working with/for you (if there are any) who creates and maintains Aware...
by aware_support2
Thu Jul 14, 2005 12:00 pm
Forum: Problem reports
Topic: Document is not accessible to a read only user
Replies: 1
Views: 6332

This problem has recently been fixed. You need to get the latest version of the software.
by aware_support2
Thu Jul 14, 2005 11:58 am
Forum: General discussion and questions about Aware IM
Topic: Compulsory search field
Replies: 1
Views: 7128

By intention a search does not force the user to enter search parameters. If the user does not enter any parameters the system will display all available object instances (actually, only the first portion if the list is large - for practical reasons). If you do want to enforce a search parameter, th...
by aware_support2
Mon Jul 04, 2005 9:43 am
Forum: General discussion and questions about Aware IM
Topic: restricting access to delete operation
Replies: 1
Views: 7289

An operation of type Delete configured for an object will be available only to users who have Full Access to the object. The system will not display the operation on the form for other access levels. If no access levels other than Administrator have full access to FoundingSource then you do not have...
by aware_support2
Fri Jun 24, 2005 11:27 am
Forum: General discussion and questions about Aware IM
Topic: editing LoggedInUser details
Replies: 4
Views: 12237

'Creator: modify, others: read-only' will work for you because the system uses attribute LoginName to determine who is the creator (actually, the owner) of the instance. Non-intelligent objects will have attribute LoginName added to them if there is an creator-dependent access defined for the object...
by aware_support2
Fri Jun 24, 2005 1:26 am
Forum: General discussion and questions about Aware IM
Topic: editing LoggedInUser details
Replies: 4
Views: 12237

You are probably getting the error because the form name uses a reserved word - there is Update action in the rule language. If you change the name the problem should go away. Also, your PROTECT rule will disallow a staff member to edit his own details because it specifically protects Staff object f...
by aware_support2
Sat Jun 18, 2005 2:19 am
Forum: General discussion and questions about Aware IM
Topic: process from rules
Replies: 1
Views: 7341

The message about being unable to serialize process context was caused by a problem in the software that has now been fixed. While it is definitely possible to run a process from a rule attached to an object, please keep in mind that object rules can be executed at any time when the object data is c...
by aware_support2
Thu Jun 02, 2005 9:49 am
Forum: General discussion and questions about Aware IM
Topic: Generic delete data process
Replies: 4
Views: 12473

A generic delete operation is already available in the system, so you do not need to write any special processes at all. All you need to do is to add an operation of type Delete Object on an object form. When the user invokes this operation in the operation mode, the system first prompts the user to...