Search found 297 matches

by Jhstephenson
Tue Nov 06, 2018 3:44 pm
Forum: General discussion and questions about Aware IM
Topic: [SOLVED]Unable to edit/view unresolved object on Process
Replies: 10
Views: 12736

Re: Unable to edit/view unresolved object on Process

PointsWell, The FIND on the mfNoteType is finding the correct record. I have verified that. Also, as far as the INSERT or just assigning the mfNoteType, I really don't even think that it is getting to the point where it tried to do it. It seems like the error is hitting when I try to find all of the...
by Jhstephenson
Tue Nov 06, 2018 3:26 pm
Forum: General discussion and questions about Aware IM
Topic: [SOLVED]Unable to edit/view unresolved object on Process
Replies: 10
Views: 12736

Re: Unable to edit/view unresolved object on Process

I have tried it with both the INSERT (why I used that I don't know) and also just a normal assignment: ClientNotes.NoteType=ThismfNoteType The result is the same either way. The odd thing is that this process actually worked before we moved to 8.2. But I hadn't run it for several months, so I am jus...
by Jhstephenson
Mon Nov 05, 2018 11:34 pm
Forum: General discussion and questions about Aware IM
Topic: [SOLVED]Unable to edit/view unresolved object on Process
Replies: 10
Views: 12736

[SOLVED]Unable to edit/view unresolved object on Process

I have a Notes BO that I want to find some specific text in and if found assign a NoteType to those records. So, I have a process that does the following: FIND mfNoteTypes WHERE mfNoteTypes.NoteType='REQUEST FOR DISCOVERY' FIND ClientNotes WHERE (ClientNotes.Note CONTAINS 'requested discovery' OR Cl...
by Jhstephenson
Wed Oct 31, 2018 3:42 pm
Forum: Problem reports
Topic: Query Filter on Date shortcut attribute returns nothing
Replies: 5
Views: 8008

Re: Query Filter on Date shortcut attribute returns nothing

PointsWell, it is being placed on a grid. We are then trying to just look for a specific date with the filter options.
by Jhstephenson
Tue Oct 30, 2018 8:30 pm
Forum: Problem reports
Topic: Query Filter on Date shortcut attribute returns nothing
Replies: 5
Views: 8008

Re: Query Filter on Date shortcut attribute returns nothing

Jaymer, it is actually a Date Type. I checked and rechecked for that. What I ended up doing was just putting a Date attribute in my Names BO and have a rule set that it just updates it with the DOB attribute from the Client BO. Now the date search works. But I would rather not do it that way. I trie...
by Jhstephenson
Tue Oct 30, 2018 3:27 pm
Forum: Problem reports
Topic: Query Filter on Date shortcut attribute returns nothing
Replies: 5
Views: 8008

Query Filter on Date shortcut attribute returns nothing

Is there a trick to doing a search on a Date attribute, on a query, that is a shortcut to another BO? Here is what I have... Names BO that has a DOB shortcut that is coming from a Client File. The attributes are: AlsoKnownAs, Text IsAka, Yes/No parent_Client ---> ClientMaster ClientDOB, shortcut to ...
by Jhstephenson
Mon Oct 29, 2018 10:03 pm
Forum: General discussion and questions about Aware IM
Topic: Enable/Disable Operations with Records
Replies: 2
Views: 3512

Re: Enable/Disable Operations with Records

Thanks JonP that works.

Now the questions are WHY?

Why is it different than the query itself where it works without the .ID?

Is this documented someplace?
by Jhstephenson
Mon Oct 29, 2018 9:36 pm
Forum: General discussion and questions about Aware IM
Topic: Enable/Disable Operations with Records
Replies: 2
Views: 3512

Enable/Disable Operations with Records

I must be looking at this wrong... I have a query where I want to control what operations can be performed based on who is logged in and what record(s) they are looking at. So, in my query, Operations with Records, I have defined an Edit operation where it is Applicable if "LoggedInRegularUser=TimeO...
by Jhstephenson
Mon Oct 29, 2018 3:16 pm
Forum: General discussion and questions about Aware IM
Topic: Search on Shortcut Date Attribute
Replies: 0
Views: 3012

Search on Shortcut Date Attribute

Is there a trick to doing a search on a Date attribute, on a query, that is a shortcut to another BO? Here is what I have... Names BO that has a DOB shortcut that is coming from a Client File. The attributes are: AlsoKnownAs, Text IsAka, Yes/No parent_Client ---> ClientMaster ClientDOB, shortcut to ...
by Jhstephenson
Fri Oct 19, 2018 8:47 pm
Forum: General discussion and questions about Aware IM
Topic: Does unlimited really mean 'unlimited'?
Replies: 1
Views: 2508

Re: Does unlimited really mean 'unlimited'?

After playing with it some more it appears that the records do eventually get there, but only after much scrolling up and down. Even though it is set to 'Fetch records for all pages at once....'
by Jhstephenson
Fri Oct 19, 2018 7:07 pm
Forum: General discussion and questions about Aware IM
Topic: Does unlimited really mean 'unlimited'?
Replies: 1
Views: 2508

Does unlimited really mean 'unlimited'?

I have a query that should show records that do not have a Date Closed. I am grouping these records by a CaseType. When I specify that I want the display to be Unlimited, I define the Height to be 1200. Nothing complicated so far. I should get 1200 records out of 37000. Instead I get 100. If I chang...
by Jhstephenson
Wed Oct 17, 2018 5:58 pm
Forum: General discussion and questions about Aware IM
Topic: View logged in Users
Replies: 3
Views: 5123

View logged in Users

This is probably a dumb question, but I was wondering if there is a way to see a list of the users currently logged in to a BSV.

The reason is we would like to send a message to those users whenever we want to take the system down for period of time.
by Jhstephenson
Tue Oct 09, 2018 10:13 pm
Forum: General discussion and questions about Aware IM
Topic: Report Process FIND issue
Replies: 2
Views: 3453

Report Process FIND issue

I have a process that prepares a query for a report. My report works fine with the following: FIND CaseMaster WHERE CaseMaster.DateFiled>=PromptData.DateBeginning AND CaseMaster.DateFiled<=PromptData.DateEnding ORDER BY CaseMaster.CaseTypeDescription,CaseMaster.DateFiled IN BATCHES OF 100000 DISPLAY...
by Jhstephenson
Mon Sep 10, 2018 8:43 pm
Forum: General discussion and questions about Aware IM
Topic: Query Column Header Alignment Question
Replies: 7
Views: 10807

Re: Query Column Header Alignment Question

Thanks Jaymer, As a side to that... Is it possible to override the location of the actual data element on the grid? So, that Yes/No or Date fields get left justified instead of centered, or a Numeric is centered instead of right justified. The column settings options that you mentioned seem to only ...