Questions tagged [aviarc]

Aviarc is a high productivity application development platform designed to deliver user-centric applications effectively and efficiently.

Aviarc is a platform upon which multiple business-specific applications are developed and deployed. The focus of the Aviarc platform is to provide a productive environment to enable high collaboration between application developers and end users. Its primary goal is to allow applications to be developed and maintained in a cost effective manner and to ensure that a common understanding is established between the end users and the development team.

At the core of Aviarc is a patent-pending execution engine that supports easy suspension and resumption of executing processes. The properties of the engine make Aviarc ideal for building browser-based applications, by removing the issues associated with the stateless nature of the web. The nature of the execution engine also gives important benefits in the areas of user feedback and error tracking.

Aviarc includes a rich set of components covering areas such as server side processing, user interface, data access and business rules that provide a capable framework for rapid creation of applications built using user-centric agile methods. All areas of engine components can be extended by application developers using Java APIs in order to meet whatever specific needs an application has.

37 questions
0
votes
1 answer

How can I prevent a client-side data rule workflow from being executed the first time the screen loads?

The problem I have is this: I have a data rule which validates a field against a regex. I've provided both server- and client-side versions of the data rule, and bound them to appropriate dataset events. The problem is, when I load the screen which…
Adam Sharp
  • 3,618
  • 25
  • 29
0
votes
1 answer

404 error when debugging an Aviarc application

I open the Aviarc debugger and select my application from the list. I set a breakpoint in a workflow and then I Run to Next Screen, Workflow, Breakpoint. I get a 404 error. My application works fine on it's own.
savs
  • 202
  • 1
  • 8
0
votes
1 answer

Aviarc workflow error "CommandException: If condition did not produce a Boolean value: getArgument returned 1"

The error occurs on this if statement: I've double checked that the dataset field references are returning the correct…
Adam Sharp
  • 3,618
  • 25
  • 29
0
votes
2 answers

Aviarc Cannot Create Null Databroker

Just wondering if any one might now how to fix this issue. Every part of the databroker is created and also all the database connectivity is functional. But once we try to place them together we come up with a error saying cannot create Null…
0
votes
1 answer

FieldName must not be null or undefined error on the screen after upgrading to Aviarc 3.6.0 from RC4

After upgrading to the Aviarc 3.6.0 we are getting the mentioned error on one of the screens. The part of the screen which raises an error:
Vlad
  • 385
  • 3
  • 10
0
votes
1 answer

aviarc text-edit widget not saving when closing window widget

I've got a text-edit in a window and the text edit fills the entire window. The problem is that after filling in text in the text edit, if you immediately close the window the text-edit won't save it's changes back to the field it is bound to. It…
Jim
  • 166
  • 6
0
votes
3 answers

How do you implement parameter aliases in an SQL databroker operation?

I have a table whose primary key is claims_id, but for legacy reasons I need to be able to look up records with either of the parameters claims_id or claim_id. How can I achieve this? I've used a pattern like the following for search queries…
Adam Sharp
  • 3,618
  • 25
  • 29
1 2
3