Search found 46 matches

by bssxfire8
Tue Jun 22, 2021 11:15 pm
Forum: General discussion and questions about Aware IM
Topic: I dont see how Aware can process this JSON data from Quickbooks
Replies: 3
Views: 2029

Re: I dont see how Aware can process this JSON data from Quickbooks

Because I was bored for a minute earlier I was curious just what aware would do with the response. I've attached a sample bsv and a csv of the data ColData table from after I made the api call. It is beyond complicated on the response's Business Object relationship structure and I kind just threw ev...
by bssxfire8
Thu Nov 05, 2020 8:46 pm
Forum: General discussion and questions about Aware IM
Topic: Dynamic query for Text drop-down errors with Order By
Replies: 6
Views: 5668

Re: Dynamic query for Text drop-down errors with Order By

Yep it is a very easy to pinpoint/replicate problem in SQL. You can't use distinct in the select statement of a query where you are ordering by a specific column and not include that column in the select statement. The issue is that there is no way in aware (that I know of) to modify what is being s...
by bssxfire8
Wed Nov 04, 2020 11:46 pm
Forum: General discussion and questions about Aware IM
Topic: Dynamic query for Text drop-down errors with Order By
Replies: 6
Views: 5668

Dynamic query for Text drop-down errors with Order By

I have SQL as my db and any time I try to do a Dynamic query drop-down with an ORDER BY clause for a Plain Text attribute I get this error: com.microsoft.sqlserver.jdbc.SQLServerException: ORDER BY items must appear in the select list if SELECT DISTINCT is specified. Is this something I am doing wro...
by bssxfire8
Thu Oct 29, 2020 5:12 pm
Forum: General discussion and questions about Aware IM
Topic: multi server multi client deployment
Replies: 5
Views: 5462

Re: multi server multi client deployment

How do we redirect 1-10 clients users to server A-same bsv 10-20 clients users to server B-same bsv and so on... and clients hitting myproject.com and redirect them to server a or server b or server c all having tomcat and aware installed. In IIS there is a load balancer rules, not sure how it work...
by bssxfire8
Thu Jul 09, 2020 8:07 pm
Forum: General discussion and questions about Aware IM
Topic: better filtering for kendogrids
Replies: 8
Views: 12130

Re: better filtering for kendogrids

So, this works as desired in the first post? What is the performance on a real dB table? Does it go back to the dB to find these unique values, or only show unique’s from what’s on the page (ie. If Aware is paging and has 50 recs on Page 1, do the unique values come from only Page 1)? So I really j...
by bssxfire8
Wed Jul 08, 2020 11:10 pm
Forum: General discussion and questions about Aware IM
Topic: better filtering for kendogrids
Replies: 8
Views: 12130

Re: better filtering for kendogrids

I got it to work by putting this in the Initialization script: config.columns[3].filterable= {multi: true};

The column had to have the filter button in the column header.
by bssxfire8
Wed May 06, 2020 10:10 pm
Forum: General discussion and questions about Aware IM
Topic: How Do I Properly Receive REST API Response
Replies: 4
Views: 9055

Re: How Do I Properly Receive REST API Response

I think screen shots with some descriptions will best explain my thinking here. 1.Simple REST Service setup with the reply going into the plain text attribute - ResponseText of my TSheetsResponse BO https://i.imgur.com/QoDpIsT.jpg?1 2.Here's the BO... Nothing special No rules. https://i.imgur.com/mO...
by bssxfire8
Tue May 05, 2020 3:53 pm
Forum: General discussion and questions about Aware IM
Topic: How Do I Properly Receive REST API Response
Replies: 4
Views: 9055

Re: How Do I Properly Receive REST API Response

I was able to get a solution, I have had to research this and if this is a ridiculously easy thing to do that everyone already knows then I will take down this post but I think that if it is useful to some then awesome! Because I think my first post was unclear, what I am trying to do is identify an...
by bssxfire8
Fri May 01, 2020 8:59 pm
Forum: General discussion and questions about Aware IM
Topic: How Do I Properly Receive REST API Response
Replies: 4
Views: 9055

How Do I Properly Receive REST API Response

I am trying to get a Rest API process working for tsheets pulling jobcodes. My main question is How do I handle a response value that contains a table of values but is also variable itself and not just a value label/name? For example Like I have colored red in my response code below: { "results": { ...
by bssxfire8
Fri Mar 27, 2020 4:54 pm
Forum: General discussion and questions about Aware IM
Topic: PROTECT by can still DELETE?
Replies: 3
Views: 9716

Re: PROTECT by can still DELETE?

We use PROTECT Bo FROM ALL but are still able to delete the Bo. We cannot change anything in it, but we CAN delete it! This doesn’t seems right, or should it be this way? You should be able to protect it by putting the PROTECT Bo FROM ALL rule in the deletion rules of the business object if I remem...
by bssxfire8
Mon Feb 10, 2020 11:06 pm
Forum: General discussion and questions about Aware IM
Topic: 2020 Aware IM Developers International Conference
Replies: 22
Views: 37853

Re: 2020 Aware IM Developers International Conference

It would be very awesome to make it to another conference! Hopefully this is happening!
by bssxfire8
Mon Feb 03, 2020 9:04 pm
Forum: General discussion and questions about Aware IM
Topic: NOT GOOD - AwareIM let one member delete another
Replies: 15
Views: 17514

Re: NOT GOOD - AwareIM let one member delete another

Ok I've done some testing on this, and my earlier suggestion was correct that you must include System in the PROTECT rule, but you have to make sure you put the PROTECT rule in the Deletion Rules as well if you don't have it there already.
by bssxfire8
Mon Feb 03, 2020 8:05 pm
Forum: General discussion and questions about Aware IM
Topic: NOT GOOD - AwareIM let one member delete another
Replies: 15
Views: 17514

Re: NOT GOOD - AwareIM let one member delete another

Can you test this Rule in your scenario to see if it fixes your issue?

IF Member <> LoggedInMember THEN
PROTECT Member from Member AND System

I am wondering if maybe the issue is that your delete process is not running as the Member but at a System level instead.
by bssxfire8
Tue Dec 17, 2019 11:53 pm
Forum: General discussion and questions about Aware IM
Topic: Is Mobile Microphone Access Possible
Replies: 1
Views: 2739

Is Mobile Microphone Access Possible

Is it possible to access the microphone of a mobile device to record something like voice memos?
I am envisioning a Process similar to the MOBILE CAMERA SNAP INTO or MOBILE CAMERA GET INTO processes.
Has anyone tried this?
Would I need to get a plug-in for it?