Search found 595 matches

by aware_support2
Thu Feb 23, 2006 12:29 am
Forum: General discussion and questions about Aware IM
Topic: Setting attribute values before object creation?
Replies: 1
Views: 7050

Terry, You can achieve this by adding the following rule to Account object: If Account.AssignedTo IS UNDEFINED Then Account.AssignedTo = LoggedInRegularUser Aware IM regards rules with such a condition as initialisation rules and executes them even before the form for the new instance is displayed t...
by aware_support2
Tue Feb 21, 2006 8:39 am
Forum: General discussion and questions about Aware IM
Topic: Evaluating AwareIM
Replies: 6
Views: 25945

If you want to allow the users to dynamically add any number of desired properties to an object, here is how you can do it in Aware IM. Let's consider a scenario where the users should be able to register a job with some details for the job. The details may include, for example, Start date, Duration...
by aware_support2
Fri Feb 17, 2006 3:39 am
Forum: General discussion and questions about Aware IM
Topic: list within list
Replies: 4
Views: 10871

There are two more ways to achieve what you want in Aware IM. The first is to use a presentation, rather than a report, to display the results of your query. Presentations are very similar to reports except that instead of a PDF file the information is displayed as HTML and you can add hyperlinks to...
by aware_support2
Wed Feb 15, 2006 2:07 am
Forum: General discussion and questions about Aware IM
Topic: Merge Documents
Replies: 1
Views: 6041

Currently the users can generate documents only from templates that you created in the Configuration Tool. We are planning to add support (around mid-year) for user-defined templates where the users can add their own templates at run time to generate documents without having to change the configurat...
by aware_support2
Wed Feb 15, 2006 1:45 am
Forum: General discussion and questions about Aware IM
Topic: Business Objecxt with Multiple References
Replies: 3
Views: 5449

One way of achieving this is by taking advantage of the Aware IM feature know as business object group. Let's consider a scenario where we want to register a reseller that can carry products of different types. We could configure a couple of business objects: SoftwareProduct and HardwareProduct. Bot...
by aware_support2
Thu Feb 09, 2006 1:04 pm
Forum: General discussion and questions about Aware IM
Topic: Printing
Replies: 18
Views: 30805

Here is an alternative idea to create a single document with multiple unrelated invoices in it - pretty much as you would get with the Word mail merge. It involves two Word-type templates in Aware IM. The first, say called Invoice, would include all the tags relevant to the Invoice object, for examp...
by aware_support2
Sun Feb 05, 2006 4:00 am
Forum: General discussion and questions about Aware IM
Topic: HELLO WORLD . I HAVE QUESTIONS ABOUT AWARE IM
Replies: 1
Views: 6718

The Aware IM Personal Edition can be used only by one person and only for non-commercial purposes. For your purposes you would need the Aware IM Professional Edition. If you want to distribute your applications to your clients you would need the Aware IM Developer Edition. For details on how many li...
by aware_support2
Thu Feb 02, 2006 9:23 pm
Forum: General discussion and questions about Aware IM
Topic: Search Objects
Replies: 3
Views: 10508

Your modified rule would look like this:

If TYPE(LoggedInSystemUser) = 'Member' AND LoggedInMember.Location<>'All' AND Item.Location<>LoggedInMember.Location
Then READ PROTECT Item FROM ALL
by aware_support2
Wed Feb 01, 2006 1:11 am
Forum: General discussion and questions about Aware IM
Topic: Search Objects
Replies: 3
Views: 10508

> 1. From the Visual perspectives / Menu / Standard / Search Objects - how do I control what attributes show using this search and the order of the attributes in the displayed table? To specify the desired attributes to display and the sort order, please define a query. Then in Menu / Standard / Se...
by aware_support2
Wed Feb 01, 2006 12:26 am
Forum: General discussion and questions about Aware IM
Topic: wrong identifier
Replies: 1
Views: 6907

You are getting this message because object Company is not in the context for this rule (please refer to Aware IM User Guide for details on the context). If this rule is defined for the object People the initial context is the instance of People. Therefore, all identifiers used in the rule must star...
by aware_support2
Tue Jan 31, 2006 2:24 am
Forum: General discussion and questions about Aware IM
Topic: can end users create their own reports
Replies: 4
Views: 11429

We are planning it around mid-year.

Best Regards
by aware_support2
Sat Jan 28, 2006 5:24 am
Forum: General discussion and questions about Aware IM
Topic: can end users create their own reports
Replies: 4
Views: 11429

Terry, if your clients only need to find data and are not concerned with how the results are presented they can use queries rather than reports. Aware IM offers several features that let users run dynamic queries, i.e. queries that they define at run time, rather than at the configuration time. Thes...
by aware_support2
Thu Jan 26, 2006 9:23 am
Forum: General discussion and questions about Aware IM
Topic: I need some direction on the best way to accomplish
Replies: 1
Views: 6542

> I have multiple customers that each have their own version of the inspection. (This could be over hundreds of customers) > Do I create a business object for each different type of inspection? This depends on how different the inspection versions are. If you could generalize them and come up with ...
by aware_support2
Thu Jan 26, 2006 2:00 am
Forum: General discussion and questions about Aware IM
Topic: Internal Error Problem with Shortcut Attribute
Replies: 4
Views: 11204

Is 'Multiple allowed' box for attribute StableOutfallProject checked or un-checked?

Did you save the object before trying to re-create the shortcut attribute?

What is the type of attribute ProjectName?
by aware_support2
Thu Jan 26, 2006 12:08 am
Forum: General discussion and questions about Aware IM
Topic: Internal Error Problem with Shortcut Attribute
Replies: 4
Views: 11204

Most probably the problem is caused by the 'Multiple allowed' option set to Yes for attribute StableOutfallProject. The system does not allow this in shortcuts because if there are multiple related object instances it would have no way of knowing which of the instances the shortcut should point to. ...