Search found 2544 matches

by Jaymer
Thu Jan 16, 2025 7:29 pm
Forum: General discussion and questions about Aware IM
Topic: Can I have more that 1 Appointments type Group? v8.8
Replies: 0
Views: 34

Can I have more that 1 Appointments type Group? v8.8

. @aware_support I have an Appointments Group containing 5 Appointment objects with a large amount of records. 40 fields in common. Works fine for 3+ years. I want to create a new unrelated BO Group (So I can use the calendar). When I make a new Appointment Object (default name is Appointment) it p...
by Jaymer
Thu Jan 16, 2025 5:04 pm
Forum: General discussion and questions about Aware IM
Topic: Does a Scheduled 'System' process have access to the SessionValues NP object? (Ver 8.8)
Replies: 4
Views: 165

Re: Does a Scheduled 'System' process have access to the SessionValues NP object? (Ver 8.8)

For scheduled items there is no logged in user and there is no session, so the Session object will not work. I hear what you're saying... but this works for scheduled processes, correct? Is this unexpected behavior and could go away in a future build? IF LoggedInRegularUser.AccessLevel='System' THE...
by Jaymer
Wed Jan 15, 2025 6:02 pm
Forum: General discussion and questions about Aware IM
Topic: Does a Scheduled 'System' process have access to the SessionValues NP object? (Ver 8.8)
Replies: 4
Views: 165

Does a Scheduled 'System' process have access to the SessionValues NP object? (Ver 8.8)

Scheduled a process which normally runs fine and it crapped out - even though I set the Session values specifically. One reason it crapped out was a process was checking LoggedInRegularUser - which, according to BobK's excellent answer here is NOT available on a Scheduled 'System' task. https://www....
by Jaymer
Wed Jan 15, 2025 3:36 am
Forum: Problem reports
Topic: Forgot password link not working
Replies: 10
Views: 35451

Re: Forgot password link not working

my Logon.html file does NOT reference Logon2 anywhere.
I checked already.
Thats why I thought it might be hardcoded.
Am on Ver 8
Behavior might be diff. now on v9
by Jaymer
Tue Jan 14, 2025 3:36 am
Forum: Problem reports
Topic: Forgot password link not working
Replies: 10
Views: 35451

Re: Forgot password link not working

After the FP process, even with the Logout, Aware want to go to a 'Logon2.html' page.
Is that hardcoded in aware?
How to change that?
by Jaymer
Wed Dec 11, 2024 3:35 am
Forum: General discussion and questions about Aware IM
Topic: User denied Geolocation - login process is stopped
Replies: 3
Views: 3010

Re: User denied Geolocation - login process is stopped

UPDATE Well, this isn't much better. I get a nicer message, but it still stops the app cold... leaving the user trying to figure out how to enable location services. ... which isn't particularly hard, but not everyone can do it. I'd be ok moving forward and let the HR/IT dept. deal with it - some us...
by Jaymer
Tue Dec 10, 2024 10:16 pm
Forum: General discussion and questions about Aware IM
Topic: User denied Geolocation - login process is stopped
Replies: 3
Views: 3010

Re: User denied Geolocation - login process is stopped

1. Thanks, did this work for you?
Does it stay in the app and operate normally after the dialogue?

2. I’ll publish this tonight on app and see what it does.
by Jaymer
Tue Dec 10, 2024 3:33 pm
Forum: General discussion and questions about Aware IM
Topic: User denied Geolocation - login process is stopped
Replies: 3
Views: 3010

User denied Geolocation - login process is stopped

As part of user login, I run some processes. One of them gets the current location. I am finding that if a user has location services blocked in Chrome, they will get this error dialog and the login process is stopped. Access to the app is denied. This is in v8.8. Build 3128 Is anyone using MOBILE G...
by Jaymer
Mon Nov 18, 2024 7:51 pm
Forum: General discussion and questions about Aware IM
Topic: AIDC 2025 Survery
Replies: 7
Views: 6219

Re: AIDC 2025 Survery

There needs to be an option on the survey to indicate that you are not able to attend.
Then, maybe you would have more responses
by Jaymer
Sun Nov 17, 2024 2:34 am
Forum: General discussion and questions about Aware IM
Topic: Content-Type Limitation with PATCH Requests in AwareIM
Replies: 7
Views: 12105

Re: Content-Type Limitation with PATCH Requests in AwareIM

So he should be able to add his own header as in Joachim’s reply.
by Jaymer
Thu Nov 14, 2024 7:26 pm
Forum: General discussion and questions about Aware IM
Topic: GRID: If I want unlimited Recs to display, why must I set a Height
Replies: 1
Views: 3136

GRID: If I want unlimited Recs to display, why must I set a Height

Selecting Unlimited... Screenshot 2024-11-14 at 2.17.41 PM.png shows this popup: Screenshot 2024-11-14 at 2.23.23 PM.png I don't understand why this requirement exists. If you specify 500px, which at best is a rough guess and will require fiddling around several times to make it fit, then you've cr...
by Jaymer
Thu Nov 14, 2024 7:21 pm
Forum: General discussion and questions about Aware IM
Topic: Document vs Picture
Replies: 4
Views: 5028

Re: Document vs Picture

If I need an image on the screen, then BECAUSE I store images/attachments/documents in the FS, I can use HTML with an <img> tag. What I have not tried is showing a Document type (which is an Image) in a Report... that may be a dealbreaker that would force me to store them separately. Then, I would h...
by Jaymer
Thu Nov 14, 2024 3:27 pm
Forum: Problem reports
Topic: Custom HTML Forms
Replies: 3
Views: 3997

Re: Custom HTML Forms

confirmed on Safari Mac
by Jaymer
Wed Nov 13, 2024 4:37 am
Forum: General discussion and questions about Aware IM
Topic: Document vs Picture
Replies: 4
Views: 5028

Document vs Picture

Imagine a Parent BO which will have multiple attachments, like images & PDFs. If I only had a Document field, I can store images in that as well as a PDF. Do I really need a separate Picture field for images? (as shown in the Attached pic) What does a Picture datatype get me that a Document datatype...
by Jaymer
Tue Nov 12, 2024 5:31 pm
Forum: General discussion and questions about Aware IM
Topic: Content-Type Limitation with PATCH Requests in AwareIM
Replies: 7
Views: 12105

Re: Content-Type Limitation with PATCH Requests in AwareIM

“ What would happen if the 'content type' was defined in both places with different values? ”

Good Q. Easily checked if you examine incoming headers somewhere …
Or be a Vlad answer.
Certainly he could check the code.
And if both are sent, should be a way to conditionally go one way or the other.