Search found 345 matches

by RentProperty
Mon Aug 22, 2016 12:42 pm
Forum: General discussion and questions about Aware IM
Topic: Advanced Script to Check Document Size before upload
Replies: 4
Views: 8048

Advanced Script to Check Document Size before upload

Hi guys, Just thought we'd share this Scriptlet we got working for checking document size before it is uploaded to AwareIM. I.e. the size is checked when the document is selected. You can put it in the Advance Initialization Script of the Form and change the size and message. Works like a charm for ...
by RentProperty
Mon Aug 22, 2016 12:38 pm
Forum: General discussion and questions about Aware IM
Topic: [RESOLVED] A Problem that slows down the UI (V7)
Replies: 14
Views: 15887

Re: A Problem that slows down the UI (V7)

We discovered this as well while upgrading one of our systems to V7 in the last few weeks. Same code that would run perfectly in 5.9 is now getting crazy slow over the course of 15 minutes or so to a point where you have to log out and log back in again. Then we discovered this Blog post: http://sco...
by RentProperty
Mon Aug 15, 2016 7:41 am
Forum: General discussion and questions about Aware IM
Topic: ►FR◄ 2 New Object Properties/Annotations
Replies: 7
Views: 8702

Re: ►FR◄ 2 New Object Properties/Annotations

+10
Some good ideas!! I'm sure support will consider. and tip of the cap for what they have now already done with the styles! Will save a lot of time.

Excited to see where this product will be in 2 years in terms of JSON service and the configurator.
by RentProperty
Thu Aug 11, 2016 1:07 pm
Forum: General discussion and questions about Aware IM
Topic: Latest Version Of Chrome Causing Problems for AIM5.9
Replies: 2
Views: 3859

Re: Latest Version Of Chrome Causing Problems for AIM5.9

Hi Ben, Yes... we are just about done porting one of our apps to version 7. Doing the new release tomorrow night. Problem is... We have 4 Other applications still running on 5.9 and even though our intention is to port them all eventually... It will take some time since we are bogged down with exist...
by RentProperty
Thu Aug 11, 2016 12:31 pm
Forum: Problem reports
Topic: BUG - Export To CSV Not Respecting Canceled Filters
Replies: 5
Views: 11650

BUG - Export To CSV Not Respecting Canceled Filters

Hi Support,

We just found another Bug in 7... When you Filter on Any Query and Cancel the filter and then export that Query to CSV...
The exported file still contains the Filtered results even though there is no filter on the query anymore. This happens on any query of any object.
by RentProperty
Wed Aug 10, 2016 2:10 pm
Forum: General discussion and questions about Aware IM
Topic: Latest Version Of Chrome Causing Problems for AIM5.9
Replies: 2
Views: 3859

Latest Version Of Chrome Causing Problems for AIM5.9

Has anyone else been experiencing issues with 5.9 applications and the latest version of chrome? The update seems to ave screwed up the calculation of the left margin for some save buttons and as a result users cannot see them. Causing chaos at the moment because everyone things its a system problem.
by RentProperty
Tue Aug 02, 2016 9:06 am
Forum: General discussion and questions about Aware IM
Topic: Modelss Window From Process
Replies: 1
Views: 3399

Modelss Window From Process

Hi Guys, Is it possible to open an Object in a Modeless Window from a Process? or using Aware.StartProcess in a Custom Query? I have a Process that has about 10 rules and depending on the object type I might want to DISPLAY LAYOUT or in other instances Just want to find and open an Object in a Model...
by RentProperty
Thu Jul 21, 2016 4:27 am
Forum: General discussion and questions about Aware IM
Topic: [SOLVED]►Q◄ Will 7.1 still install 32-bit Java files in Bin?
Replies: 4
Views: 5311

Re: [SOLVED]►Q◄ Will 7.1 still install 32-bit Java files in

Hi Support...

Do you have am ETA for 7.1? 64bit out of the box is going to be a game changer...Will really make things alot easier. :D
by RentProperty
Sat Jul 09, 2016 1:34 pm
Forum: General discussion and questions about Aware IM
Topic: Dynamic Name using rules
Replies: 13
Views: 11387

Re: Dynamic Name using rules

I have a number of places where I implemented something similar... For instance if you have a couple of address fields and want one field that contains the Full Calculated Address. What we do (Easy and works like a charm) is to setup a process that does the concatenation. Have a seperate rule for ea...
by RentProperty
Thu Jul 07, 2016 9:27 am
Forum: General discussion and questions about Aware IM
Topic: PROTECTION Has a huge performance impact
Replies: 5
Views: 8099

Re: PROTECTION Has a huge performance impact

Thanks Ben, Yes we can certainly explore this for Slow queries etc, problem is the ID of both the user and the company is indexed by default. So when implementing the protection as Vladimir explains in the video it's not a complicated Check. I'm not sure if Aware perhaps Fetches all the columns for ...
by RentProperty
Wed Jul 06, 2016 11:21 am
Forum: General discussion and questions about Aware IM
Topic: PROTECTION Has a huge performance impact
Replies: 5
Views: 8099

PROTECTION Has a huge performance impact

Hi Guys, sooo since realizing how easy it is for a user to get ALL the data (even data that doesn't belong to him) in a multi-tenancy app we've been trying to implement the READ PROTECTION as demonstrated in the Video by Vlad. However... We noticed that these rules have a HUGE impact on the speed of...
by RentProperty
Sat Jul 02, 2016 5:54 am
Forum: General discussion and questions about Aware IM
Topic: Feature request: Autorefresh returns to same place on form
Replies: 2
Views: 3193

Re: Feature request: Autorefresh returns to same place on fo

+1000 This would be very helpfull for all types of saves or refreshes.
by RentProperty
Thu Jun 30, 2016 11:45 am
Forum: General discussion and questions about Aware IM
Topic: Support - What's the story with Batches of 1?
Replies: 10
Views: 9711

Re: Support - What's the story with Batches of 1?

Usually if I need to use FIND to perform some processing I do this: FIND Object WHERE ... SubProcessThatTakesObjectAsParameter The sub-process then handles each instance put in the context by the FIND action independently. Do we need to do an EXISTS check at the start of this rule? What if the FIND...
by RentProperty
Mon Jun 27, 2016 12:26 pm
Forum: General discussion and questions about Aware IM
Topic: Select Distinct In Query?
Replies: 4
Views: 4444

Re: Select Distinct In Query?

Thanks Tom, Yeah I thought I might have to go that route but Hoped there was an easier way to do something that is really so simple.

Anyways, thanks for the feedback. :-)
by RentProperty
Mon Jun 27, 2016 10:28 am
Forum: General discussion and questions about Aware IM
Topic: Select Distinct In Query?
Replies: 4
Views: 4444

Select Distinct In Query?

Hi Guys, I want to do a ListLine of a Attribute on a Child Object on the ParentObject but only want unique values. For example. ParentObject Field --> Categories = LIST_LINE(ParentObject.Children,',',','Category') However... I Only want 1 instance of each of the children found for each Category. So ...