Search found 2648 matches
- Mon Jan 20, 2025 11:21 am
- Forum: General discussion and questions about Aware IM
- Topic: Hide Subject Text on Scheduler
- Replies: 2
- Views: 101
Re: Hide Subject Text on Scheduler
Subject can't be empty but you can use query presentation rules to make the subject font transparent or same color as foreground and works great. Only thing is, the user still see subject when hoovering over the date but you can solve that if absoutely crucial via a JS script. There are potentially ...
- Mon Jan 20, 2025 11:14 am
- Forum: General discussion and questions about Aware IM
- Topic: So I need an easy calendar alternative cause I can't use Aware's Appointment BO.
- Replies: 1
- Views: 65
Re: So I need an easy calendar alternative cause I can't use Aware's Appointment BO.
I have used a couple of different external calenders in the past and you have many options depending on what you need. I have not read/understood you problem entirely but here are some options you maybe can use: - Have another BS with the stuff you need and show a scheduler from that app in your mai...
- Fri Jan 03, 2025 9:09 am
- Forum: General discussion and questions about Aware IM
- Topic: Ongoing process, timeout, completed?
- Replies: 4
- Views: 2188
Re: Ongoing process, timeout, completed?
Yes, I will probably build some way of verifying the process going to completion and then test it. I just never thought about what actually happens in situations like these before, I usually roll back and redo.
- Thu Jan 02, 2025 6:20 pm
- Forum: General discussion and questions about Aware IM
- Topic: Ongoing process, timeout, completed?
- Replies: 4
- Views: 2188
Ongoing process, timeout, completed?
Hi all, I have a question to anyone who knows. Say I run a process in the browser and it runs long and after 30 min I get an timeout error and am logged out, will that process run to completion in the background by itself or what happens? I had this issue recently and when I was logged out due to th...
- Sat Dec 21, 2024 5:23 am
- Forum: General discussion and questions about Aware IM
- Topic: Aware + AI (GPTs/LLMs) + Workflows
- Replies: 11
- Views: 14203
Re: Aware + AI (GPTs/LLMs) + Workflows
We are training a model about all things Aware IM as we speak. We are using a tool called "chatbase" ( https://www.chatbase.co/ ) Does anyone have any experience with this tool? Are there better ones? Which ones are you using? Which models are you using? In our experience the Claude Sonnet model se...
- Fri Dec 20, 2024 5:34 am
- Forum: General discussion and questions about Aware IM
- Topic: Aware + AI (GPTs/LLMs) + Workflows
- Replies: 11
- Views: 14203
Re: Aware + AI (GPTs/LLMs) + Workflows
I am fairly certain ChatGPT can interpret and change Aware XML. I have used it for various code/text replacement and other changes in different formats e.g HTML, CSS, JS etc. and works well BUT is not perfect and you need to validate a lot. The "problem" I found many times was that ChatGPT "complete...
- Thu Dec 19, 2024 3:24 pm
- Forum: General discussion and questions about Aware IM
- Topic: Aware + AI (GPTs/LLMs) + Workflows
- Replies: 11
- Views: 14203
Re: Aware + AI (GPTs/LLMs) + Workflows
We are training a model about all things Aware IM as we speak. We are using a tool called "chatbase" ( https://www.chatbase.co/ ) Does anyone have any experience with this tool? Are there better ones? Which ones are you using? Which models are you using? In our experience the Claude Sonnet model se...
- Tue Dec 03, 2024 9:41 am
- Forum: Wish List
- Topic: busting cached stylesheets to force CSS changes
- Replies: 3
- Views: 4056
Re: busting cached stylesheets to force CSS changes
take a look at startup.html and how the aware script is versioned and if that works, a similar approach should work for CSS. I suppose you refer to this part: src="aware_kendo/aware.js?V3123" There is no doubt in my mind that it would be possible to do some configuration changes to make the CSS cac...
- Tue Dec 03, 2024 8:35 am
- Forum: Wish List
- Topic: busting cached stylesheets to force CSS changes
- Replies: 3
- Views: 4056
Re: busting cached stylesheets to force CSS changes
1+ for something like this automated and this should be possible manually, take a look at startup.html and how the aware script is versioned and if that works, a similar approach should work for CSS. I have not gotten around to testing and implementing this so I can't tell you for sure that it works.
- Thu Nov 21, 2024 6:34 pm
- Forum: Problem reports
- Topic: Scheduler resource locale?
- Replies: 0
- Views: 3366
Scheduler resource locale?
Hi all/support, This is a question and potentially a bug report (posting in problem reports as I think it is a bug but if not, please move it). In the scheduler, I have an appointment BO and a unit BO which is the resource and in the unit BO I have a plain text attribute with the unit name as choice...
- Mon Nov 18, 2024 3:54 pm
- Forum: Tips and Tricks
- Topic: Scheduler available start/end dates
- Replies: 3
- Views: 9863
Re: Scheduler available start/end dates
Update, here is the range version with dates calculated at runtime and it is from todays date until December 31st next year (i.e the following year based on current year): const currentDate = new Date();config.min = currentDate;const nextYear = currentDate.getFullYear() + 1;config.max = new Date(nex...
- Tue Nov 12, 2024 10:46 pm
- Forum: Tips and Tricks
- Topic: Scheduler available start/end dates
- Replies: 3
- Views: 9863
Re: Scheduler available start/end dates
Yes, that is what I intend to do, that and/or populate date via JS e.g if I need current date or something i.e then do directly client side minimizing Aware´s involvement.PointsWell wrote: ↑Tue Nov 12, 2024 4:24 am Cool, can that be modified to use a BO attribute so you can vary the date easily?
- Mon Nov 11, 2024 5:05 pm
- Forum: Tips and Tricks
- Topic: Scheduler available start/end dates
- Replies: 3
- Views: 9863
Scheduler available start/end dates
Hi all, Here is a tip on how to limit the available start/end dates in the scheduler so say I want the user to only be able to select dates 2024 and onward (init. script): config.min=new Date('2024/1/1') Or dates only up til 2025: config.max=new Date('2025/12/1'); Or both i.e range Jan 1st 2024 unti...
- Fri Nov 08, 2024 6:24 pm
- Forum: General discussion and questions about Aware IM
- Topic: AIDC 2025 Survery
- Replies: 7
- Views: 6290
Re: AIDC 2025 Survery
Awesome, I will be there if I can and great that you guys keep doing this so kudos and also on selecting a bit more exotic locations (not that it should matter but always nice to see cool locations and also if you want to hold the conference in Denmark or Sweden in the future, let me know.).
- Fri Nov 08, 2024 6:20 pm
- Forum: General discussion and questions about Aware IM
- Topic: SignUpURL
- Replies: 3
- Views: 3887
Re: SignUpURL
Here is one way of doing it, use a process using the startProcessWithInit instead: http://localhost:8080/AwareIM/logonGuest.aw?domain=CRM&firstCommand=startProcessWithInit,Process,main,BO&Attribute=Value&testingMode=true NB: I took this from one of my apps and I use it when the user is logged in (I ...