Search found 2602 matches

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

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

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

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

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

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

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

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

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...
by hpl123
Wed Jun 19, 2013 10:26 pm
Forum: General discussion and questions about Aware IM
Topic: Owner attribute?
Replies: 11
Views: 6345

Multitenancy

The application is kind of multitenancy. The application consists of several BO´s (3 examples: Calendar, Contacts, Notes). Each user of the application use/work with these same BO´s and create instances etc. but the instances should be kept separated from each other so each user only sees / works wi...
by hpl123
Wed Jun 19, 2013 8:09 pm
Forum: General discussion and questions about Aware IM
Topic: Owner attribute?
Replies: 11
Views: 6345

Owner attribute?

Hi all, I am building a application with multiple users and every user have their own sets of BO´s that they work with. Standard AIM / out of the box, "shares" everything so if user 1 creates a BO Calendar entry, user 2 will see this entry as well. What is the best approach to configure this so each...
by hpl123
Sat Jun 15, 2013 5:54 pm
Forum: General discussion and questions about Aware IM
Topic: Cannot issue an IF after a FIND statement
Replies: 5
Views: 3478

Results

Got this to work. I was referencing SystemUser.xxxx instead of LoggedInSystemUser.xxx. That was causing the operation error and internal error. So, in summary, since I needed to maintain a rule order, I called a single process in the business rule, and the process did everything, including REPORT E...
by hpl123
Wed Jun 12, 2013 11:37 pm
Forum: General discussion and questions about Aware IM
Topic: Custom theme, customization?
Replies: 3
Views: 2294

Apollo + Bootstrap

Ok thanks. I tried installing 2 themes, Apollo and Bootstrap (both recommended in tips & tricks post) and they installed fine but then there were small things that didn´t match fully e.g. query filter icons, side panels icons/text etc. I leaved it at that and will continue playing with this in the f...
by hpl123
Tue Jun 11, 2013 12:37 pm
Forum: General discussion and questions about Aware IM
Topic: Custom CSS, "Home" problem + IE
Replies: 3
Views: 2881

Problem 1

When you change perspective, are you using "current theme" or is it being changed? Most version of IE do not support css3, so depending on your changes that could be a reason. Thanks, well when changing perspective i just use the "DISPLAY PERSPECTIVE" action followed by the name of the perspective ...
by hpl123
Tue Jun 11, 2013 12:31 pm
Forum: General discussion and questions about Aware IM
Topic: Change Calendar "Today 3.25PM" to 24h format? alt.
Replies: 1
Views: 1937

Workaround

I managed to "fix" a workaround for this problem. I created a custom calendar css file and changed the color of the text to the same yellow collor as the today area. No it LOOKS like there is no text there (yellow only). To find the setting for the color of the text, use firebug. To create a custom ...
by hpl123
Tue Jun 11, 2013 11:38 am
Forum: General discussion and questions about Aware IM
Topic: Custom theme, customization?
Replies: 3
Views: 2294

Re: Custom theme, customization?

hpl123 wrote:additional customization required
With this i mean configuration of various things i.e. filepaths, css files, custom icons, possible small changes in colors etc. etc.