Search found 17 matches

by craigd
Tue Mar 19, 2019 12:41 am
Forum: General discussion and questions about Aware IM
Topic: Shared or global business rules
Replies: 7
Views: 9306

Re: Shared or global business rules

It actually would be super convenient if you could write rules against the BO-Group. Naturally these rules would apply to all BOs in the group. Right now, when we have BOs in a group, and we write a rule for one of those BOs we get this jumbo dialog box asking how we want to sync the rules. Miss thi...
by craigd
Tue Feb 12, 2019 5:01 pm
Forum: General discussion and questions about Aware IM
Topic: How do I track incoming rest request values
Replies: 2
Views: 3775

Re: How do I track incoming rest request values

have you tried via Postman or similar tool so you can control exactly what headers are sent and see what the HTTP (error) response is. Browsers sometimes hide the details because they may already have cached tokens and default headers so it's hard to know what worked or not when using the browser. T...
by craigd
Wed Feb 06, 2019 2:38 pm
Forum: Problem reports
Topic: Cannot save Queries in configurator
Replies: 9
Views: 12863

Re: Cannot save Queries in configurator

All, your mileage may vary. I sure this isn't new to most. Update the UIConfig.props file and then restart AwareIM/Tomcat. Below are my notes so I don't have to reinvent things when AwareIM magically modifies the file without telling me. It's just powershell showing the diff between old and new. Sam...
by craigd
Wed Feb 06, 2019 3:56 am
Forum: Problem reports
Topic: Cannot save Queries in configurator
Replies: 9
Views: 12863

Re: Cannot save Queries in configurator

There is an AwareIM conf file that needed all the URL, and port settings. Correcting that fixed the preview mess. I'll find the conf file name.
by craigd
Fri Feb 01, 2019 2:55 pm
Forum: Problem reports
Topic: using shortcuts in a HTML Query Result
Replies: 5
Views: 11229

Re: using shortcuts in a HTML Query Result

Single. There is only one child for the parent. So the reference lookup is straightforward for AwareIM.
by craigd
Fri Feb 01, 2019 3:44 am
Forum: Problem reports
Topic: using shortcuts in a HTML Query Result
Replies: 5
Views: 11229

Re: using shortcuts in a HTML Query Result

I'm noticing the same problem. Parent_BO has a reference to Child_BO then Parent_BO.parent_attribute is a shortcut to Child_BO.child_attribute. When I display this in an HTML 'expand row' section, like {parent_attribute} the HTML form displays the "Child_BO: ###: <attribute value>". Or in my case "A...
by craigd
Tue Jan 29, 2019 1:48 am
Forum: Problem reports
Topic: LDAP ... user moves to new OU. Now can't log in
Replies: 4
Views: 7694

Re: LDAP ... user moves to new OU. Now can't log in

Not sure what this checkbox field is. I should have written Combo-Box, because I tested with Combo-Boxes, not a checkbox Are you talking about a dropdown for single-reference attributes? Yes, There is one LDAP BO related as a "peer" to a RegularUser BO. Example, to reference the LDAP BO from the RU...
by craigd
Fri Jan 18, 2019 3:32 pm
Forum: General discussion and questions about Aware IM
Topic: Digital / Electronic Signing of Reports
Replies: 3
Views: 5331

Re: Digital / Electronic Signing of Reports

Assuming that this is an authenticated application. If the user has signed in then they have already authenticated their identity. All the digital signature does is confirm their intent. A 'checkbox' or 'type-your-name' here should be sufficient for that. (that is just my opinion of course.) BTW thi...
by craigd
Thu Jan 17, 2019 9:21 pm
Forum: General discussion and questions about Aware IM
Topic: Not present when
Replies: 7
Views: 8008

Re: Not present when

I was wondering about something similar. On a form, if I don't want a tab to show up if the BO is new, I tried to set the Not Present When value to

Code: Select all

<BO> IS NEW
but no dice. I'm trying to find out what about a BO indicates that it doesn't actually exist yet. Maybe ID is UNDEFINED … ?
by craigd
Tue Jan 15, 2019 2:54 am
Forum: General discussion and questions about Aware IM
Topic: ...
Replies: 32
Views: 35333

Re: Has anyone tried Google's "Flutter"?

my use case is: I want to accept task responses via REST (from links in an email but that's not relevant for the example) 1. I create a BO (called REST_TaskUpdate) with two attributes: UUID (plain text), and Response (plain text choices) 2. I create a REST service - documented somewhere in docs 8.2 ...
by craigd
Tue Jan 15, 2019 1:08 am
Forum: General discussion and questions about Aware IM
Topic: ...
Replies: 32
Views: 35333

Re: Has anyone tried Google's "Flutter"?

W.R.T. Documentation BUT, there's not one hint of how to use a parameter. Sure, I can put it on my URL .../REST/mytestbsv/offices?lic=00818176 It's just like the other incoming services. Add a reference to a BO and then that BO is created when the REST request is received. For example, I have a ser...
by craigd
Wed Jan 09, 2019 7:12 pm
Forum: Problem reports
Topic: LDAP ... user moves to new OU. Now can't log in
Replies: 4
Views: 7694

Re: LDAP ... user moves to new OU. Now can't log in

Further testing, no further forward. Set login to NOT create users on login. Manually added a RegularUser and associated the LDAP_BO with this user. (on my form it's just a check-box dropdown using userprincipalname for the displayed attribute). All good. test a log in with this 'new' user. Works. G...
by craigd
Tue Jan 08, 2019 7:15 pm
Forum: Problem reports
Topic: LDAP ... user moves to new OU. Now can't log in
Replies: 4
Views: 7694

LDAP ... user moves to new OU. Now can't log in

LDAP login fails when users move to new OU Users cannot login after their account moves to a new OU. Set up: Version 8.2 1. LDAP_BO : business object group with 3 LDAP BOs. One for each of 3 OUs 2. RegularUser_BO : with LDAP attribute referencing the LDAP_BO Login setup: LDAP_BO.userPrincipalName ma...
by craigd
Mon Jan 07, 2019 3:07 am
Forum: General discussion and questions about Aware IM
Topic: 8.3 New Years Wish List - please add to list
Replies: 42
Views: 45832

Re: 8.3 New Years Wish List - please add to list

Rules for buttons to set color. Right now seems to be a combo of JS/CSS when a rule or setting would be more scalable. I don't understand this one Sorry, poorly worded. Settings to set button color. Something similar to the current Item display rules but associated with the panel buttons and the re...
by craigd
Mon Jan 07, 2019 3:01 am
Forum: General discussion and questions about Aware IM
Topic: 8.3 New Years Wish List - please add to list
Replies: 42
Views: 45832

Re: 8.3 New Years Wish List - please add to list

SEND TO This is already supported. What's the problem with it? My request is for the ability to specify an arbitrary expression in the 'TO' argument. For example, SEND <msg> TO auser@domain.com Currently documentation says that 'TO' only supports a BO as its argument. Another practical example: I h...