Search found 4199 matches
- Thu Jan 28, 2021 6:15 pm
- Forum: General discussion and questions about Aware IM
- Topic: custom query template examples
- Replies: 4
- Views: 2743
Re: custom query template examples
Nice share, Jaymer!!
- Mon Jan 18, 2021 7:51 pm
- Forum: Wish List
- Topic: FR - phpBB improvements
- Replies: 6
- Views: 2133
Re: FR - phpBB improvements
I would consider posting more tricks if I knew that they did in fact come in handy for other users. I've posted a lot of tips over my years in Aware IM land. While some posts didn't get much comment traction early on, over time comments were made either on the forums or by PM that confirmed people ...
- Tue Jan 05, 2021 3:19 pm
- Forum: General discussion and questions about Aware IM
- Topic: Displaying Updated totals after inline editing
- Replies: 10
- Views: 737
Re: Displaying Updated totals after inline editing
One other option is to add an OrderLines_Count attribute to OrderHeader and use a rule to keep the new attribute current.The solution here is to use COUNT instead to establish if OrderLines exist
- Thu Dec 10, 2020 2:11 am
- Forum: Tips and Tricks
- Topic: MySQL profiler tools
- Replies: 2
- Views: 484
Re: MySQL profiler tools
Would you mind sharing some examples of how you would use these?
- Wed Nov 25, 2020 5:41 pm
- Forum: General discussion and questions about Aware IM
- Topic: Refresh the form via rule script
- Replies: 2
- Views: 511
Re: Refresh the form via rule script
EDIT or VIEW the form again ?
- Tue Nov 24, 2020 2:47 pm
- Forum: General discussion and questions about Aware IM
- Topic: Feature request: a TimeOut URL - set in BSV
- Replies: 16
- Views: 7635
Re: Feature request: a TimeOut URL - set in BSV
Is part of this request to also have the user's screen IMMEDIATELY be sent to the specified URL when the timeout occurs (like what happens when you are on a banking site)?
- Fri Nov 20, 2020 7:31 pm
- Forum: General discussion and questions about Aware IM
- Topic: 2 Redraw bugs in 8.4 - or is it just me
- Replies: 5
- Views: 692
Re: 2 Redraw bugs in 8.4 - or is it just me
I thought it might force a redraw.
What if you added a child counter attribute to the parent?
These are obviously just possible workarounds though.
What if you added a child counter attribute to the parent?
These are obviously just possible workarounds though.
- Fri Nov 20, 2020 7:11 pm
- Forum: General discussion and questions about Aware IM
- Topic: 2 Redraw bugs in 8.4 - or is it just me
- Replies: 5
- Views: 692
Re: 2 Redraw bugs in 8.4 - or is it just me
I always put the BO (TicketStorage in this case) in Auto Refresh. I've found situations many versions ago when it was needed, so I've been in the habit.
Would it make sense to make the rule dynamic & see what impact that has?
Would it make sense to make the rule dynamic & see what impact that has?
- Fri Nov 20, 2020 5:14 pm
- Forum: General discussion and questions about Aware IM
- Topic: 2 Redraw bugs in 8.4 - or is it just me
- Replies: 5
- Views: 692
Re: 2 Redraw bugs in 8.4 - or is it just me
Is TicketStorage included in Auto Refresh criteria?
Is the rule you mentioned Dynamic?
Is the rule you mentioned Dynamic?
- Fri Nov 20, 2020 4:45 pm
- Forum: General discussion and questions about Aware IM
- Topic: passing parameters to processes triggered by rules
- Replies: 5
- Views: 843
Re: passing parameters to processes triggered by rules
^^ me too.
It's most helpful when talking asking for help with process or rules if you post the exact process or rules you are using rather than just describing them.
As a friend of mine says "it's like trying to send a haircut in the mail"
It's most helpful when talking asking for help with process or rules if you post the exact process or rules you are using rather than just describing them.
As a friend of mine says "it's like trying to send a haircut in the mail"
- Fri Nov 20, 2020 4:34 pm
- Forum: General discussion and questions about Aware IM
- Topic: passing parameters to processes triggered by rules
- Replies: 5
- Views: 843
Re: passing parameters to processes triggered by rules
I don't have a clear picture of whether Stage 1, Stage 2, and Stage 3 are processes or what they are.
It would be helpful if you outlined your processes with:
1- Process name
2- Process input
3- Indication about what processes call other processes.
Thanks!
It would be helpful if you outlined your processes with:
1- Process name
2- Process input
3- Indication about what processes call other processes.
Thanks!
- Tue Nov 17, 2020 8:35 pm
- Forum: General discussion and questions about Aware IM
- Topic: [SOLVED] Grids: Retain column config with SAVE STATE. Error saving.
- Replies: 7
- Views: 1145
Re: [SOLVED] Grids: Retain column config with SAVE STATE. Error saving.
^^ is that basically an Aware bug, Jaymer?
- Mon Nov 09, 2020 3:11 am
- Forum: Problem reports
- Topic: INSERT reference in not-persisted BO does not work
- Replies: 13
- Views: 2273
Re: INSERT reference in not-persisted BO does not work
This will work.bo.LIRUID=LoggedInRegularUser.ID
- Thu Nov 05, 2020 4:16 pm
- Forum: General discussion and questions about Aware IM
- Topic: Dynamic query for Text drop-down errors with Order By
- Replies: 4
- Views: 817
Re: Dynamic query for Text drop-down errors with Order By
There are a bunch of listing if you Google "order by items must appear in the select list if select distinct is specified" so it's not Aware specific.
I don't have an answer for you, but I would explore there.
I don't have an answer for you, but I would explore there.
- Tue Nov 03, 2020 9:58 pm
- Forum: General discussion and questions about Aware IM
- Topic: Create action with multiple parameters not supported yet. Will process the first parameter only
- Replies: 9
- Views: 1529
Re: Create action with multiple parameters not supported yet. Will process the first parameter only
but I have to say that it is at times like this that I miss the more flexible looping constructs that are available in traditional programming languages. Calling sub-processes works in basically the same way. I carefully name my processes when they have subs so at a glance I know the relationship /...