Search found 98 matches

by bkonia
Mon Apr 11, 2022 12:46 am
Forum: General discussion and questions about Aware IM
Topic: Multiple Allowed with External Tables
Replies: 0
Views: 2536

Multiple Allowed with External Tables

I have an external table called Students and an external table called Languages. Each student can have multiple languages. In AIM, I'm trying to create a Student form containing a Languages widget that would allow the user to select multiple languages. The Students table contains a reference attribu...
by bkonia
Sun Oct 08, 2017 5:59 am
Forum: Wish List
Topic: Hierarchical Selection
Replies: 2
Views: 22938

Hierarchical Selection

The tree control in Aware IM seems to function like a grid, that enables you to add references in a hierarchical fashion. However, it provides no way to select existing hierarchical references. For instance, I have a three-level self-referencing hierarchy. The top level contains two categories. Each...
by bkonia
Tue Oct 03, 2017 4:09 pm
Forum: Wish List
Topic: BPMN Process Execution
Replies: 2
Views: 10157

BPMN Process Execution

I've come to realize that Aware IM processes can be directly modeled using BPMN (Business Process Modeling and Notation). For those not familiar with BPMN, it's like a flow chart, but with a formalized structure and containing objects specific to business processes, such as Tasks, Gateways, Subproce...
by bkonia
Mon Oct 02, 2017 4:12 pm
Forum: Problem reports
Topic: Tip won't show for radio buttons widget
Replies: 1
Views: 5588

Re: Tip won't show for radio buttons widget

I'm having the same issue. Also, tip text is not displayed for checkboxes and swap selectors.
by bkonia
Sat Sep 09, 2017 3:53 pm
Forum: Wish List
Topic: Suppress Display of Objects in Attributes Type List
Replies: 0
Views: 6412

Suppress Display of Objects in Attributes Type List

When adding a new attribute in the Configurator, I find the "attribute type" dropdown is populated with many temporary objects and other objects that would never be used as attributes. Therefore, I'd like to request a new object property, "Suppress display in attribute type list". If this property i...
by bkonia
Fri Aug 25, 2017 7:23 pm
Forum: Wish List
Topic: SET PROPERTY Action
Replies: 1
Views: 8786

SET PROPERTY Action

It would be great if we had a SET PROPERTY action in the rules language that would allow us to set field properties dynamically, overriding the static values set in the Configurator. There are hundreds of uses for this, but here's a quick example of how it could be used: Suppose we have cascading dr...
by bkonia
Fri Aug 25, 2017 6:46 pm
Forum: Wish List
Topic: Set HTML Attributes in Configurator
Replies: 0
Views: 6358

Set HTML Attributes in Configurator

Currently, we have the ability to set custom CSS styles for fields, but there's often a need to set other HTML attributes, such as class, ID, data attributes, etc... For instance, Kendo UI supports many options that can be controlled via data attributes, but there's no way to set those attributes fr...
by bkonia
Tue Aug 22, 2017 8:22 am
Forum: Wish List
Topic: Improve Validation
Replies: 3
Views: 12381

Improve Validation

If you set an attribute to Required, that attribute will be unconditionally required in all forms, regardless of whether or not the field is visible and even if the field does not even appear on the form. This is the correct behavior, since the attribute is a property of its parent object, not a pro...
by bkonia
Tue Aug 15, 2017 4:27 pm
Forum: Wish List
Topic: Additional Import Formats for SET Action
Replies: 0
Views: 6344

Additional Import Formats for SET Action

The SET action is extremely powerful, in terms of its ability to build an Aware IM object hierarchy from an imported XML object. However, in addition to XML, I'd like to request support for JSON, which is much more popular than XML these days. It would also be nice if it supported standard query str...
by bkonia
Mon Aug 14, 2017 7:33 pm
Forum: Wish List
Topic: Nested Conditions
Replies: 6
Views: 18952

Re: Nested Conditions

For ANY Process that is only being called by only one other Process then I us the Display Under feature which is great. Hi Mark, That's a good suggestion, thanks. The only problem is, the subprocesses don't automatically inherit contexts from parent processes, so it can get messy manually passing t...
by bkonia
Sun Aug 13, 2017 2:47 pm
Forum: Wish List
Topic: Nested Conditions
Replies: 6
Views: 18952

Nested Conditions

There have been numerous forum discussions regarding nested conditions and the various complicated workarounds to simulate nested conditions within Aware IM. The most common workaround is to start a subprocess. While this works fine, it creates UI clutter in the Configurator and makes it difficult t...
by bkonia
Sun Aug 13, 2017 2:34 pm
Forum: General discussion and questions about Aware IM
Topic: Anyway to Stop/Kill a process w/o using Report Error?
Replies: 8
Views: 15794

Re: Anyway to Stop/Kill a process w/o using Report Error?

Yes , you're essentially simulating a nested IF. It's too bad Aware IM doesn't support nested conditions within a process, as that would greatly simplify this and many other aspects as well.
by bkonia
Sun Aug 13, 2017 7:26 am
Forum: General discussion and questions about Aware IM
Topic: Anyway to Stop/Kill a process w/o using Report Error?
Replies: 8
Views: 15794

Re: Anyway to Stop/Kill a process w/o using Report Error?

I would like this as well. Something like CANCEL PROCESS to cancel a process in a rule, if some condition occurs. I don't want to use REPORT ERROR because I want to redirect the user to a different VP.
by bkonia
Wed Aug 09, 2017 2:19 am
Forum: Wish List
Topic: Access to HttpServletRequest object in plugin framework
Replies: 0
Views: 6437

Access to HttpServletRequest object in plugin framework

In a separate posting, I requested access to GET/POST/SESSION/COOKIE objects from within business rules and processes. On a related matter, I'd like to have access to the HttpServletRequest object from within the plugin framework. This object contains the the above referenced objects and much more, ...
by bkonia
Sat Jul 22, 2017 4:44 pm
Forum: General discussion and questions about Aware IM
Topic: Feature Sugg.: Device Fingerprinting, addit. att's to enable
Replies: 5
Views: 13655

Re: Feature Sugg.: Device Fingerprinting, addit. att's to en

I'd like to have access to all the Tomcat server variables. For example, being able to retrieve the current host name, etc...