Search found 2594 matches

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: 2672

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: 6326

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: 2672

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: 3929

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: 7432

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: 7432

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: 7432

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: 7432

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: 7432

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: 6326

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: 6326

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...
by hpl123
Thu Jun 20, 2013 3:13 pm
Forum: General discussion and questions about Aware IM
Topic: Initial value tag/number?
Replies: 3
Views: 2799

Loginname

I managed to figure this out by using the "LoggedInSystemUser.LoginName" as the "Owner" attribute (populated automatically by Aware IM through tag expression) instead of MemberNo (loginname is always unique so it should work). Now i wonder, should i leave it as is so each new BO instance gets this i...
by hpl123
Thu Jun 20, 2013 12:05 pm
Forum: General discussion and questions about Aware IM
Topic: Owner attribute?
Replies: 11
Views: 6326

Best practise

What is the best practice when it comes to creating a application that divides data / instances in this way? I am currently working on this idea and trying to use a ID attribute in a user BO that acts as a owner of BO´s so when a user create a new instance of a BO (all BO´s except user BO´s) this ID...
by hpl123
Thu Jun 20, 2013 12:01 pm
Forum: General discussion and questions about Aware IM
Topic: Initial value tag/number?
Replies: 3
Views: 2799

Only first/last name?

Update. I tried another plain text attribute and that didn´t work either? Is it only e.g. first/last name attributes that can be used in a tag expression like this? (can this be because the tag expression refers to a attribute in the system user group?)
Thanks
by hpl123
Thu Jun 20, 2013 11:56 am
Forum: General discussion and questions about Aware IM
Topic: Initial value tag/number?
Replies: 3
Views: 2799

Initial value tag/number?

Hi all, I am trying to use the initial value function of a attribute and use a tag expression to populate the initial value and it seems as thought this works for plain text attributes but not number attributes? I have a "User" BO and a attribute called "MemberNo" and the "MemberNo" is populated/cal...