Search found 1460 matches

by PointsWell
Fri May 25, 2018 1:08 am
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] REGEX Pain / Problem
Replies: 6
Views: 8205

[SOLVED] REGEX Pain / Problem

I am trying to build a Validate As regex for telephone numbers (specifically that they only contain numbers and notation elements - i.e. not characters and not tabs etc) - so I tried first with /[\\d ().-]/ and that didn't work even though when I test it at Regex101.com it validates correctly. After...
by PointsWell
Wed May 23, 2018 5:46 am
Forum: General discussion and questions about Aware IM
Topic: [OFFICIAL] the v8.2 "minor" improvement list
Replies: 46
Views: 102175

Re: [OFFICIAL] the v8.2 "minor" improvement list

In the configurator when editing a BO a window to show the BO rules that are associated with the currently selected attribute.

Would make it quicker to delete / modify attributes if you could see the rules (which means this probably sits below the attribute list window in order to be wide enough.
by PointsWell
Wed May 23, 2018 5:41 am
Forum: General discussion and questions about Aware IM
Topic: [OFFICIAL] the v8.2 "minor" improvement list
Replies: 46
Views: 102175

Re: [OFFICIAL] the v8.2 "minor" improvement list

Filtering of functions and ops that are not capable of being actioned here - here being either a bus rule or a process.

I found out why a previous issue I was having wouldn’t work was because REQUEST SERVICE can only be called from a process.

Alternatively allow everything to be used everywhere.
by PointsWell
Wed May 23, 2018 5:21 am
Forum: General discussion and questions about Aware IM
Topic: [OFFICIAL] the v8.2 "minor" improvement list
Replies: 46
Views: 102175

Re: [OFFICIAL] the v8.2 "minor" improvement list

Enjoying REST, so thanks for getting that working. My suggestion requires no development work (in AIM) There's a lot of documentation available. But... it's really in a format that is not brilliant. I'd really like to see the help documentation move away from PDFs and into a more dynamic environment...
by PointsWell
Sat May 19, 2018 12:11 am
Forum: General discussion and questions about Aware IM
Topic: Invoice Header Line Problem
Replies: 3
Views: 4480

Re: Invoice Header Line Problem

I have this issue as well and “fixed” it by changing the order of the steps in the process. If you know the customer to be invoiced could you create an intermediate step to identify the customer first then Create InvoiceBO with Customer inserted and then edit the same InvoiceBO, then it would be in ...
by PointsWell
Fri May 18, 2018 8:25 am
Forum: General discussion and questions about Aware IM
Topic: REST Parameter Field and unwanted &amp
Replies: 2
Views: 3766

REST Parameter Field and unwanted &amp

I have a REST API that I am testing but have come across an unwanted side effect from building up my parameters. my API calls api.address.com/function?API_KEY=1234567890&input_variable=somethingToCheck When I use a computed field to compile everything after the ? it is changing the & to & in the bac...
by PointsWell
Fri May 18, 2018 5:39 am
Forum: General discussion and questions about Aware IM
Topic: REST APIs as validations of fields
Replies: 1
Views: 3535

REST APIs as validations of fields

I have a problem If you start a create BO using a process (as opposed to the built in CREATE operation from a Form or Query) you then cannot use any other process inside your forms. Why would I use a process in a business rule - because the functionality I am trying to create is too complex for a st...
by PointsWell
Tue May 15, 2018 11:05 pm
Forum: General discussion and questions about Aware IM
Topic: Where do we stand with FontAwesome 5
Replies: 3
Views: 4833

Re: Where do we stand with FontAwesome 5

Nope... Tried but it totally messed up existing and screwed with different elements on the form. Would love to have it implemented though. I have made only the most cursory attempts at this, but it seems that there is a trend towards removing the -o suffix within the v4 names and replacing them wit...
by PointsWell
Tue May 15, 2018 5:37 am
Forum: General discussion and questions about Aware IM
Topic: how to keep NEXT/PREV buttons from disappearing
Replies: 2
Views: 3572

Re: how to keep NEXT/PREV buttons from disappearing

This isn’t a solution but you could change the ordering (dependent on your UI rules)

You could put the save cancel (or the next previous) at the right of the tool bar.
by PointsWell
Mon May 14, 2018 6:48 am
Forum: Tips and Tricks
Topic: Mac Development Environments
Replies: 0
Views: 5726

Mac Development Environments

I'm currently playing around with Coda from Panic and quite liking it as it is a combined term, ftp client, sql client. Still playing around with it at the moment but I am liking the built in linkage to CSS / HTML reference materials and the CSS color picker plug in - so far saving me a lot of time ...
by PointsWell
Thu May 10, 2018 9:38 am
Forum: General discussion and questions about Aware IM
Topic: Does anyone use Let's Encrypt SSL on their server?
Replies: 12
Views: 20781

Re: Does anyone use Let's Encrypt SSL on their server?

I’m using Aim v8.1 I haven’t changed the Tomcat.

But if updating Tomcat would make my life easier then I will do (just need to leave a thousand post it notes to remind me when I update AIM)
by PointsWell
Thu May 10, 2018 2:22 am
Forum: General discussion and questions about Aware IM
Topic: Does anyone use Let's Encrypt SSL on their server?
Replies: 12
Views: 20781

Re: Does anyone use Let's Encrypt SSL on their server?

Can anyone point to some resources for using Let's Encrypt on Linux with Aware's Tomcat?

I've gone cross eyed already trying to understand this
by PointsWell
Thu May 10, 2018 1:04 am
Forum: General discussion and questions about Aware IM
Topic: URL Questions
Replies: 4
Views: 21469

Re: URL Questions

This is a bit of an out of date / late response - I have been playing around with synthetic DNS records and use a redirect for my users I have a registered host: servername.com I then have subdomain forwarding set to say: www.clientserver.com -> servername.com:8080/AwareIM/logonOp.aw?domain=ClientAp...
by PointsWell
Mon May 07, 2018 12:49 am
Forum: General discussion and questions about Aware IM
Topic: [OFFICIAL] the v8.2 "minor" improvement list
Replies: 46
Views: 102175

Re: Drop Tick Button from Process Editor

UnionSystems wrote:I may be wrong suggesting this (please feel free to inform me why the button is a good thing!)
My understanding is that the button is to check the code is syntactically correct not save it. I rarely press it and all my code saves.
by PointsWell
Mon Apr 30, 2018 8:00 pm
Forum: General discussion and questions about Aware IM
Topic: [OFFICIAL] the v8.2 "minor" improvement list
Replies: 46
Views: 102175

Re: DELETE ALL OBSOLETE VERSIONS OF BSV

UnionSystems wrote:In Configuration Tool, "Business Spaces" panel > right click of a BSV , a new menu option to "Delete all Obsolete Versions"
With the ability to set any non current versions as obsolete so that you can then delete them.