Search found 1469 matches

by PointsWell
Tue Jul 23, 2024 7:58 am
Forum: General discussion and questions about Aware IM
Topic: Callback function in Aware IM?
Replies: 3
Views: 283

Re: Callback function in Aware IM?

I have had a similar problem before where rules need to be controlled in their execution and I used an attribute with a number. IF BO.Check was changed to 10 then xyz BO.Check=20 IF BO.Check was changed to 20 then abc BO.Check=30 Then your process can be called or stopped if BO.Check doesn't get to ...
by PointsWell
Wed Jul 03, 2024 10:32 pm
Forum: General discussion and questions about Aware IM
Topic: [Implemented] QueryLayout Object
Replies: 6
Views: 21531

Re: [Implemented] QueryLayout Object

Implemented as DISPLAY BO WHERE X,Y,Z USING QueryName What exactly is implemented? I can't remember the initial FR and now when reading it through, I don't fully understand what is implemented and how it works. Is this new functionality documented and possibly with an example somewhere? DISPLAY whe...
by PointsWell
Wed Jul 03, 2024 11:54 am
Forum: General discussion and questions about Aware IM
Topic: [Implemented] QueryLayout Object
Replies: 6
Views: 21531

Re: [Implemented] QueryLayout Object

Implemented as DISPLAY BO WHERE X,Y,Z USING QueryName
by PointsWell
Wed Jul 03, 2024 3:06 am
Forum: General discussion and questions about Aware IM
Topic: Data Export Problem
Replies: 10
Views: 1979

Re: Data Export Problem

No technical solutions but the Jakarta-poi Jar is 1.5.1 and was shipped in 2002.

In all likelihood there are probably a number of improvements between then and now that could be leveraged.
by PointsWell
Wed Jun 26, 2024 2:03 am
Forum: Wish List
Topic: CROSS JOIN
Replies: 0
Views: 1541

CROSS JOIN

The ability to take n BO and cross join these to one table without manually finding each and creating individual rows. I have multiple instances where the user creates 3 business objects which may have between 1 and n instances and then needs to be able to interrogate the combination at a later date...
by PointsWell
Mon Jun 03, 2024 1:52 am
Forum: General discussion and questions about Aware IM
Topic: Variable TAKE BEST
Replies: 9
Views: 2945

Re: Variable TAKE BEST

Looks like a TAKE BEST does not put 3 records in context, but puts all records in context?? TAKE BEST isn’t working because your first process This is my example process: FIND ALL AnObject //this BO contains 6 records AnObject.TryNr=0 //set everything to zero Has brought every AnObject into context...
by PointsWell
Wed May 15, 2024 9:17 am
Forum: Problem reports
Topic: HTML textbox for merge templates > in tags
Replies: 5
Views: 2041

Re: HTML textbox for merge templates > in tags

What happens if you change the EmailTemplate.Message to just be plain text. If the OutgoingEmail.Message is HTML should it not just pickup the formatted text?
by PointsWell
Wed May 15, 2024 3:46 am
Forum: Problem reports
Topic: HTML textbox for merge templates > in tags
Replies: 5
Views: 2041

Re: HTML textbox for merge templates > in tags

https://www.awareim.com/dokuwiki/doku.p ... nside_tags

You have to place double chevrons << >> around rules in html
by PointsWell
Thu Apr 25, 2024 5:57 pm
Forum: General discussion and questions about Aware IM
Topic: Moving app to other server, avoid very sticky browser cache
Replies: 7
Views: 2272

Re: Moving app to other server, avoid very sticky browser cache

I’m not sure I understand the issue fully, but would using a reverse proxy not fix this? As all traffic would go to acme.example.org and the reverse proxy would direct them to the correct private server.
by PointsWell
Fri Apr 19, 2024 3:19 pm
Forum: General discussion and questions about Aware IM
Topic: Friday Teaser
Replies: 2
Views: 1501

Re: Friday Teaser

Create another attribute on Parent called psEnabledRecord

You can dispense with the yes no attribute and instead use a button to insert the Child into psEnabledRecord.

Then if a child record != Parent.psEnabledRecord it is uneditable.
by PointsWell
Sun Mar 24, 2024 1:16 am
Forum: General discussion and questions about Aware IM
Topic: Trigger rule
Replies: 1
Views: 2467

Re: Trigger rule

See Rule Properties / Dynamic
by PointsWell
Mon Mar 04, 2024 11:38 pm
Forum: General discussion and questions about Aware IM
Topic: How to avoid error "BO has been changed by another user"
Replies: 8
Views: 3424

Re: How to avoid error "BO has been changed by another user"

I think you are going to have difficulty in fixing this due to there being two competing changes to the BO, via the UI and via a rule watching an external relationship. Perhaps put the comment and description into a peer single relationship with the Transaction which would allow the comment to be ch...