Search found 32 matches

by Sparkblender
Sun Aug 02, 2020 6:04 pm
Forum: General discussion and questions about Aware IM
Topic: Modeling relationshps with properties
Replies: 4
Views: 5599

Re: Modeling relationshps with properties

I see what you are saying.
Thanks!
by Sparkblender
Sun Aug 02, 2020 7:02 am
Forum: General discussion and questions about Aware IM
Topic: Modeling relationshps with properties
Replies: 4
Views: 5599

Re: Modeling relationshps with properties

Hi Mark,

thanks for your prompt comments.

Yes, you are right. I actually made a mistake; the PersonSite-->Person relationship should be as follows to ensure integrity:

https://www.screencast.com/t/HNFY7Tqgm0A

Cheers,
Mathias.
by Sparkblender
Sat Aug 01, 2020 11:20 pm
Forum: General discussion and questions about Aware IM
Topic: Modeling relationshps with properties
Replies: 4
Views: 5599

Modeling relationshps with properties

I was wondering if this is the right way of modeling/implementing a relationship with properties in AwareIM, i.e. similar to an edge with properties in a graph database: https://www.screencast.com/t/BYQkKoxvC I understand that AwareIM doesn't require building auxiliary tables/BO's in many-to-many re...
by Sparkblender
Thu Oct 17, 2019 12:21 am
Forum: General discussion and questions about Aware IM
Topic: How to clear field after validation rule fails
Replies: 13
Views: 16369

Re: How to clear field after validation rule fails

My way of dealing with this in the past was to prompt for the email address right up-front before the rest of the data is taken on, handle confirmation and form refresh before proceeding with the rest of the take on.... (its a workaround to the way its normally done but achieves the same result ) I...
by Sparkblender
Tue Oct 15, 2019 6:14 am
Forum: General discussion and questions about Aware IM
Topic: AwareIM build history
Replies: 3
Views: 5234

AwareIM build history

Is there a place where I can find a history of AwareIM builds?

Cheers.
by Sparkblender
Tue Oct 15, 2019 6:06 am
Forum: General discussion and questions about Aware IM
Topic: How to clear field after validation rule fails
Replies: 13
Views: 16369

Re: How to clear field after validation rule fails

Add a checkbox (Y/N attribute): IsEmailCheckFailed ... Thanks for the tip Rennur. I actually started exploring down that road as well. After some more testing, I've been able to narrow down on the actual issue. I found that by just using the following rule I'm able to clear the field content: If Cu...
by Sparkblender
Mon Oct 14, 2019 5:09 pm
Forum: General discussion and questions about Aware IM
Topic: How to clear field after validation rule fails
Replies: 13
Views: 16369

Re: How to clear field after validation rule fails

Customer.EmailAddressCheck=UNDEFINED remove this from the rule and just Report Error if they not equal - If we remove this action, how are we going to accomplish the goal of resetting the field? BTW, if you use rule in dynamic recalc on forms, you may get the right behaviour Yes, I tried this alrea...
by Sparkblender
Mon Oct 14, 2019 3:35 pm
Forum: General discussion and questions about Aware IM
Topic: How to clear field after validation rule fails
Replies: 13
Views: 16369

Re: How to clear field after validation rule fails

If Customer.EmailAddressCheck<>UNDEFINED Try: IS DEFINED or IS UNDEFINED in your rule as opposed to <> Then =UNDEFINED I changed the condition to IS DEFINED as you suggested. This seems to be more proper, thanks. Nevertheless, it does yield the same results. In fact, the mismatch between Customer.E...
by Sparkblender
Mon Oct 14, 2019 3:21 pm
Forum: General discussion and questions about Aware IM
Topic: How to clear field after validation rule fails
Replies: 13
Views: 16369

Re: How to clear field after validation rule fails

try adding COMMIT TRANSACTION before Report Error Have not tried this in Object rules only processes. The Report Error will rollback any changes prior to it being called. Thanks for the tip. Unfortunately it didn't work. The rule is from the Customer BO, so I'm getting the following message. COMMIT...
by Sparkblender
Mon Oct 14, 2019 6:39 am
Forum: General discussion and questions about Aware IM
Topic: How to clear field after validation rule fails
Replies: 13
Views: 16369

How to clear field after validation rule fails

Hi, I have a form where the user needs to enter detailed contact information, including his/her email address (Customer.EmailAddress) and confirm it by re-typing it into a second field (Customer.EmailAddress.Check). I created an Update Rule for the Customer BO as follows: If Customer.EmailAddressChe...
by Sparkblender
Wed May 24, 2017 5:30 pm
Forum: General discussion and questions about Aware IM
Topic: Inconsistent search results in multi-selector input string
Replies: 5
Views: 15110

Re: Inconsistent search results in multi-selector input stri

Sorry for the confusion. The original post is correct, but I misspelled 'Flemish'. The full search string is "Dutch; Flemish nl", as shown here: https://www.screencast.com/t/VH286guRBq12 The problem is that, when I type "Fl" for "Flemish", the search doesn't show any results: https://www.screencast....
by Sparkblender
Tue May 23, 2017 7:41 pm
Forum: General discussion and questions about Aware IM
Topic: Inconsistent search results in multi-selector input string
Replies: 5
Views: 15110

Re: Inconsistent search results in multi-selector input stri

Thanks for the post. Regarding your comment: only records containing the search string as is will be shortlisted That's exactly the problem: even though the record contains the search string, it is not being shortlisted. Given the string "Dutch; Flemish nl", the search results are inconsistent, as t...