Search found 139 matches

by KnightWare
Wed Jul 15, 2020 2:23 pm
Forum: General discussion and questions about Aware IM
Topic: Form used for QUery - Rules
Replies: 6
Views: 7370

Form used for QUery - Rules

When a form is used for a query, does it process the form rules prior to running the query? I have a BO with main form and Search form. I realize under the hood the "SAVE" button is changed to "SEARCH". I need to run rules on the data entered in fields prior to the query, but it doesn't seem to proc...
by KnightWare
Mon May 18, 2020 9:43 pm
Forum: General discussion and questions about Aware IM
Topic: Dynamic Selection restrict to values in list
Replies: 0
Views: 6168

Dynamic Selection restrict to values in list

I have a dynamic selection combo box that is populated thru a query at run time. I use a object changed rule to look up the selected code and populate another form object. The list can contain a blank, but I need to force to a listed value otherwise. Users are typing something in the combo box and s...
by KnightWare
Wed Feb 05, 2020 3:42 pm
Forum: General discussion and questions about Aware IM
Topic: Create new BO from Query Result
Replies: 2
Views: 3801

Re: Create new BO from Query Result

Note to self. Always, Always, Always make sure when creating a BO to an external DB table, you assign the primary key. Thought I had as I always do. As I could not find a way to do it after the fact, I had to delete the BO, re-create designating it an external DB table (This case a view) and made su...
by KnightWare
Tue Feb 04, 2020 9:01 pm
Forum: General discussion and questions about Aware IM
Topic: Create new BO from Query Result
Replies: 2
Views: 3801

Re: Create new BO from Query Result

I run a query against a BO. I have a record operation that starts a process when I select a record and passes the BO that the query runs against as input to the process, but the BO is empty. Selecting a record in a query results doesn't bring an instance of the object to context to be passed to the ...
by KnightWare
Tue Feb 04, 2020 4:49 pm
Forum: General discussion and questions about Aware IM
Topic: Create new BO from Query Result
Replies: 2
Views: 3801

Create new BO from Query Result

How would I go about creating a new BO from the results of a query. The query returns one record only from SQL Server DB. I have an AIM table I wish to create new from that record. However some of the field names do not line up with the AIM BO attributes. I would need to insert each field from a fie...
by KnightWare
Mon Jan 27, 2020 4:55 pm
Forum: General discussion and questions about Aware IM
Topic: Determine user department using AD login
Replies: 4
Views: 5444

Re: Determine user department using AD login

I've stopped running AIM as services and started console on the AIM server. I see all rules being logged from the initial form that displays on the dashboard, EXCERPT those under Regular User. The two rules for checking for current login (Uniqueness of login name) as well as my Validate rule do not ...
by KnightWare
Wed Jan 22, 2020 9:26 pm
Forum: General discussion and questions about Aware IM
Topic: Determine user department using AD login
Replies: 4
Views: 5444

Determine user department using AD login

Trying to determine user Department as Access rights to the Application. Using Active Directory, as I do on most applications. The setup follows the manual. Always works and users don't have to login as long as they already are on the network. The one Regular User rule "Uniqueness of Login Name" exi...
by KnightWare
Tue Jan 07, 2020 6:50 pm
Forum: General discussion and questions about Aware IM
Topic: Lost Work, Application reset
Replies: 0
Views: 5241

Lost Work, Application reset

Never had this happen, what did I do other than NOT update. Started new application this morning. BO's created, forms, queries, access levels and presentations done. Kept saving all throughout. Was saving a property on one of the presentations and Poof! The application reverted back to brand new. Al...
by KnightWare
Tue Sep 24, 2019 4:55 pm
Forum: General discussion and questions about Aware IM
Topic: 8.3 relationship diagrams
Replies: 1
Views: 2891

8.3 relationship diagrams

It states for these to work for local configurator installs, you need to copy the AwareIM\Tomcat\webapps\AwareIM\KendoUI Locally. What the whole folder structure and where? I've tried a few things, not getting it .
by KnightWare
Wed Sep 11, 2019 4:18 pm
Forum: General discussion and questions about Aware IM
Topic: LDAP login for administrator
Replies: 0
Views: 4083

LDAP login for administrator

My applications use LDAP login with allowing Windows users to NOT login flagged. This way a new user already logged into domain just flows into the application. I have access level setup as "Staff" , and presentation for a user access only. There are times when I wish to enter as either user or Admi...
by KnightWare
Wed Jun 12, 2019 4:42 pm
Forum: General discussion and questions about Aware IM
Topic: Production vs Test database name
Replies: 0
Views: 3949

Production vs Test database name

In the External Database dialog, for the Database Name at the bottom, can you point to a system configuration parameter or just hard code the name. In hindsight I guess I could develop my views in the Production AwareIM DB and always use them for testing purpose.
by KnightWare
Wed Jun 12, 2019 4:38 pm
Forum: General discussion and questions about Aware IM
Topic: Number format in Document - Report
Replies: 6
Views: 8672

Re: Number format in Document - Report

Did the trick gents - Thanks.
by KnightWare
Wed Jun 05, 2019 8:38 pm
Forum: General discussion and questions about Aware IM
Topic: Number format in Document - Report
Replies: 6
Views: 8672

Number format in Document - Report

A numeric attribute has a format defined as 0,0 so that there is a thousands separator (12,557). When attribute is used in a tag for a document report inside a table, it places the comma separator after each numeral in the number (1,2,5,5,7).
by KnightWare
Wed Apr 24, 2019 8:07 pm
Forum: General discussion and questions about Aware IM
Topic: Import Child Records of Parent.
Replies: 0
Views: 3650

Import Child Records of Parent.

I've setup an import template to import child records of a parent. Using the user manual, thought I had it, but it constantly adds the records to the parent, not update. If the Parent (owner of Child, multiple) has key fields A & B, I set those first in the import template and csv file. The template...