Search found 2598 matches

by hpl123
Tue Jun 25, 2013 2:11 am
Forum: General discussion and questions about Aware IM
Topic: Context Q?
Replies: 6
Views: 2904

Re: Process input

Another related question. When it comes to the "Process Input" option, is this what i think it is, basically a feature to add a BO to the context before running process actions? I tried adding a BO to the "Process Input" option but when i ran the process, if the BO i used in the "Process Input" had...
by hpl123
Tue Jun 25, 2013 2:08 am
Forum: General discussion and questions about Aware IM
Topic: Context Q?
Replies: 6
Views: 2904

Process input

Another related question. When it comes to the "Process Input" option, is this what i think it is, basically a feature to add a BO to the context before running process actions?
by hpl123
Tue Jun 25, 2013 2:03 am
Forum: General discussion and questions about Aware IM
Topic: Current date + value from attribute
Replies: 4
Views: 2678

Re: Solution

hpl123 wrote:FIND Settings WHERE LoggedInSystemUser.LoginName=Settings.Owner
ENTER NEW Invoice WITH Invoice.InvoiceDate=CURRENT_DATE,Invoice.DueDate=CURRENT_DATE+Settings.InvoiceDuedate
Removing "SUM". It shouldn´t be there, was a workaround trial i did.
by hpl123
Tue Jun 25, 2013 2:01 am
Forum: General discussion and questions about Aware IM
Topic: Context Q?
Replies: 6
Views: 2904

Context Q?

Hi all, I am trying to understand the AIM context feature and was wondering if it is possible to create a BO (instance) that functions in the same way as "SystemSettings" so the instance IS ALWAYS in the context? and thereby always being available to rules etc.? I am trying to create a custom "Syste...
by hpl123
Tue Jun 25, 2013 1:52 am
Forum: General discussion and questions about Aware IM
Topic: Current date + value from attribute
Replies: 4
Views: 2678

Solution

I figured this one out. The problem was with the settings BO not being in the context (i think).

FIND Settings WHERE LoggedInSystemUser.LoginName=Settings.Owner
ENTER NEW Invoice WITH Invoice.InvoiceDate=CURRENT_DATE,Invoice.DueDate=CURRENT_DATE+SUM Settings.InvoiceDuedate
by hpl123
Tue Jun 25, 2013 1:38 am
Forum: General discussion and questions about Aware IM
Topic: Owner attribute?
Replies: 11
Views: 6341

Read protect

I tried incorporating the READ PROTECT rule but couldn´t get it to work. I added this rule to the Note BO. "If Note.Owner<>LoggedInSystemUser.LoginName READ PROTECT Note FROM ALL EXCEPT SYSTEM AND Administrator" Now i can´t save a new Note instance. When I try to save it i get a unauthorized user er...
by hpl123
Tue Jun 25, 2013 1:20 am
Forum: General discussion and questions about Aware IM
Topic: Current date + value from attribute
Replies: 4
Views: 2678

Current date + value from attribute

Hi all, I am trying to create a setting for users to have a custom invoice due date for their invoices. I am trying to have an number attribute called "InvoiceDuedate" in a BO called "Settings" be part of a process to create the invoice and populate the date fields: "ENTER NEW Invoice WITH Invoice.I...
by hpl123
Mon Jun 24, 2013 6:58 pm
Forum: Tips and Tricks
Topic: Auto minimize AIM control panel (Windows)
Replies: 0
Views: 3933

Auto minimize AIM control panel (Windows)

Hi all, This is a tip on how to automatically minimize the Aware IM control panel to the system tray area at computer/server (Windows) startup. First of all, create a shortcut for the startup of the Aware IM control panel. Place this shortcut in the autostart/startup folder of your Windows (start me...
by hpl123
Mon Jun 24, 2013 6:50 pm
Forum: General discussion and questions about Aware IM
Topic: Budget server solution, production+development+
Replies: 9
Views: 7453

AWS

Ok, yes they have a lot of services and is interesting i think for several reasons. I understand many developers use their services for applications, storage etc. and are satisfied with performance, cost etc. How are their prices compared to other providers of a similar solution? Also, this solution...
by hpl123
Mon Jun 24, 2013 2:01 pm
Forum: General discussion and questions about Aware IM
Topic: Budget server solution, production+development+
Replies: 9
Views: 7453

Server solution

That was my though as well, that this could be done and i think it can and probably fairly troublefree. There are risks however and even though slim, the cost is very large if it would actually happen. I am currently rethinking my strategy and don´t know yet what to do. Kklosson, when it comes to th...
by hpl123
Sun Jun 23, 2013 3:37 pm
Forum: General discussion and questions about Aware IM
Topic: Budget server solution, production+development+
Replies: 9
Views: 7453

Bad idea

At closer consideration, this is probably just a dream. To many risks for some convenience and to save a few bucks :).
by hpl123
Sat Jun 22, 2013 8:23 pm
Forum: General discussion and questions about Aware IM
Topic: Budget server solution, production+development+
Replies: 9
Views: 7453

Re: Budget server solution, production+development+

Hi all, I know the best thing/setup is to have a production server solely used for a Aware IM active application (s). This is the ideal Forgot to mention that this solution (the one described in the quote) is also the solution i will use when i have developed a application that "works" in a market ...
by hpl123
Sat Jun 22, 2013 8:10 pm
Forum: General discussion and questions about Aware IM
Topic: Budget server solution, production+development+
Replies: 9
Views: 7453

Budget server solution, production+development+

Hi all, This is a general question about a custom server / Aware IM server solution I am thinking about setting up. The solution is to setup/use 1 server that functions as my Aware IM production server but also at the same time functions as my main Aware IM development server. Also i would use the s...
by hpl123
Sat Jun 22, 2013 7:48 pm
Forum: General discussion and questions about Aware IM
Topic: Owner attribute?
Replies: 11
Views: 6341

Read protect

Thanks Tom. Yes this was a concern i had and i can see yours and Nlarson´s point. I will try to incorporate the read protect rule.
by hpl123
Fri Jun 21, 2013 8:51 pm
Forum: General discussion and questions about Aware IM
Topic: Owner attribute?
Replies: 11
Views: 6341

Owner attribute

Note: This is a comment to this post and also: http://www.awareim.com/forum/viewtopic.php?t=6124 Thanks for the useful comments. I solved this in the following way: First of all, i added a attribute called "Owner" in all BO´s. I also added this rule to the BO´s (Note BO example): "If Note IS NEW The...