Search found 133 matches

by wings
Sat Feb 06, 2010 2:00 am
Forum: General discussion and questions about Aware IM
Topic: Navigating upwards in a hierarchy to display a parent
Replies: 2
Views: 4877

Navigating upwards in a hierarchy to display a parent

AwareIM has excellent support for navigating down hierarchies. Our problem is, when selecting a level in a hierarchy to view, we need to show the name attribute of the object immediately above it to give the user context on the view details form. For example: In your help where you have the Part A, ...
by wings
Thu Jan 07, 2010 12:13 am
Forum: General discussion and questions about Aware IM
Topic: Can you upgrade a runtime without reinstalling it
Replies: 14
Views: 19059

Thanks heaps Is there anything in the pipeline for an update option that doesn't overwrite all of the customisation especially the development runtime. This is what we have to do every time we update the development environment and a customer. Does anyone else have this issue? 1. Modify AwareIM/bin/...
by wings
Wed Jan 06, 2010 6:24 am
Forum: General discussion and questions about Aware IM
Topic: Can you upgrade a runtime without reinstalling it
Replies: 14
Views: 19059

Can you upgrade a runtime without reinstalling it

We need to implement the improvement we paid for being 'Invisibiltiy condition for VP' I don't want to have to spend a couple of hours re-installing the runtime and then customise it to suite the customer. This is a costly exercise for us. As we can't build a runtime patch which just includes the ch...
by wings
Wed Jan 06, 2010 6:12 am
Forum: General discussion and questions about Aware IM
Topic: Invisibiltiy condition for VP
Replies: 3
Views: 5748

Glad to be of help as we paid for the improvement.
by wings
Tue Dec 08, 2009 8:22 am
Forum: General discussion and questions about Aware IM
Topic: Update of BO attribute in process not running rules on BO
Replies: 5
Views: 8058

BSV sent with instructions
by wings
Fri Dec 04, 2009 10:05 am
Forum: General discussion and questions about Aware IM
Topic: Update of BO attribute in process not running rules on BO
Replies: 5
Views: 8058

Is this something that will be fixed or do you want a bsv to replicate it.
by wings
Wed Dec 02, 2009 10:48 am
Forum: Tips and Tricks
Topic: Displaying audit details for an object ID
Replies: 3
Views: 11144

ok, if anyone is interested this is how I managed to get an audit search going on a business object form. For each BO (say Address) 1. create a query (aud_Search_Address) ---in the WHERE put Audit.ObjectID=Address.ID ---order by Address.MadeOn. ---In Display results I display Action, MadeOn, ObjectN...
by wings
Wed Dec 02, 2009 10:23 am
Forum: General discussion and questions about Aware IM
Topic: Update of BO attribute in process not running rules on BO
Replies: 5
Views: 8058

Update of BO attribute in process not running rules on BO

I have a process called 'nam_initials_rebuild' that runs a rule which will rebuild the name initials field as FIND Names WHERE Names.Type='Person' IN BATCHES OF 1 Names.Initials=SUBSTRING(Names.FirstName,0,1)+' '+SUBSTRING(Names.SecondNames,0,1) It runs fine except the 'WAS CHANGED' rules on the BO ...
by wings
Tue Dec 01, 2009 11:13 am
Forum: General discussion and questions about Aware IM
Topic: Themes
Replies: 6
Views: 9789

Can you change the theme at startup based on a user preference on regular user without changing perspectives?
by wings
Tue Dec 01, 2009 9:04 am
Forum: General discussion and questions about Aware IM
Topic: Back from query edit not returning to original page
Replies: 0
Views: 3739

Back from query edit not returning to original page

I have a query that displays 5 pages of results with 10 rows per page.

If I edit an item on page 3 and either select Back or Save then Back it returns to page 1 not the last page I was originally on which was page 3.
by wings
Sun Nov 22, 2009 2:04 am
Forum: Problem reports
Topic: Help icon (?)
Replies: 1
Views: 4507

Help icon (?)

We have noticed that the help question icon seems only to display on a HTML format field.

We have help text on all the fields in the Business Object.

These field are of diffient types including Timestamp, PlainText, Number.
by wings
Mon Nov 16, 2009 6:50 am
Forum: General discussion and questions about Aware IM
Topic: GET_CHANGES output - Audit BO
Replies: 28
Views: 30483

Thanks support
by wings
Sun Nov 15, 2009 7:30 am
Forum: General discussion and questions about Aware IM
Topic: GET_CHANGES output - Audit BO
Replies: 28
Views: 30483

Back to my original problem. How can I display the output better in aware: Modified instance 200288 of Address AttributeOld valueNew value HouseNumber222 FormattedAddress11/2 Jones Street11/22 Jones Street UpdatedOn 2009-09-27T15:20:00 2009-09-30T18:50:00 UnitNumber111 The REPLACE function wont work...
by wings
Sat Nov 14, 2009 12:01 pm
Forum: Problem reports
Topic: Help: Issue with 4.8 update - wont run as a service
Replies: 8
Views: 15923

rocketman was correct. If you start the services too quickly this error will occur and the AwareIM service will stop which is not what the issue as as the port isn't blocked. Giving it at least 20-30 secinds between each service startup: JBoss Tomcat AwareIM Will get rid of the issue. Thanks rocketm...
by wings
Sat Nov 14, 2009 11:57 am
Forum: Tips and Tricks
Topic: Displaying audit details for an object ID
Replies: 3
Views: 11144

Displaying audit details for an object ID

I have created an object called Audit with the following attributes: Action > Choices: Insert, Update, Delete, Viewed Description MadeBy ModeOn ObjectID ObjectName On each BO I have three rules (For BO Activity): Audit_New If Activity IS NEW Then CREATE Audit WITH Audit.Action='Insert',Audit.Descrip...