Search found 20 matches

by sath01
Sat Nov 21, 2009 2:00 pm
Forum: General discussion and questions about Aware IM
Topic: Problems with remote stand alone linux client
Replies: 5
Views: 6676

I run the configuration tool from a console window, and there is a lot of info that comes up, but nothing that makes any sense to me. I have followed all of the instructions, including making sure that the name of the server on both machines (in hosts files) is the exact same as the server machine's...
by sath01
Thu Nov 19, 2009 4:40 am
Forum: General discussion and questions about Aware IM
Topic: Problems with remote stand alone linux client
Replies: 5
Views: 6676

Yes I have. Both the relevant client and server props files have been amended as per the installation guide. Thanks.
by sath01
Wed Nov 18, 2009 10:25 pm
Forum: General discussion and questions about Aware IM
Topic: Problems with remote stand alone linux client
Replies: 5
Views: 6676

Problems with remote stand alone linux client

I have the Aware IM server running on a remote windows machines (hosted), for which I can use the local windows aware im client fine. I have the full install on a separate linux box (doesn't seem to be a client only install). I have a VPN connection from my linux box to the remote server, which I ca...
by sath01
Tue Mar 17, 2009 4:34 am
Forum: General discussion and questions about Aware IM
Topic: Showing a link to a parent object
Replies: 6
Views: 9889

Tom, Here is an example of the code. I wasn't trying to point out a problem, only that the code could be used in the onClick event of a link tag <a>, as well as a button. <a href="#" onClick="AwareApp.startProcessFromForm('EditSourceFromBillable', 'main', this, false)" > <<Billable.SourceObjectNameS...
by sath01
Tue Mar 17, 2009 12:53 am
Forum: General discussion and questions about Aware IM
Topic: Showing a link to a parent object
Replies: 6
Views: 9889

Thanks again Tom - worked a treat (once I realised that you have to setup the BASServer.prop file on the server again). Just a note on the technique in the link, for others reading this. The new function "startProcessFromForm" can also run in an <a> tag, as long as it's in the onClick event. It does...
by sath01
Mon Mar 16, 2009 1:40 pm
Forum: General discussion and questions about Aware IM
Topic: Showing a link to a parent object
Replies: 6
Views: 9889

Thanks Tom, that sounds like it will do the trick. I had a try using the run process, but it kept asking me to pick the contact, it didn't get it from the context of the form. I have just realised I am running V4.1 build 1158. I know it's a silly nOOb question, but how do I upgrade to the newest bui...
by sath01
Mon Mar 16, 2009 5:45 am
Forum: General discussion and questions about Aware IM
Topic: Showing a link to a parent object
Replies: 6
Views: 9889

Showing a link to a parent object

Can anyone help me with the best way to do the following please ? I want to show a simple HTML link to a parent object. For example, I have a 'Contact' BO that has a parent 'Organisation' BO, which is a computed attribute on the Contact BO. Within the contact BO form, I want to show the name and org...
by sath01
Mon Mar 16, 2009 3:35 am
Forum: Tips and Tricks
Topic: Learnings about displaying URLs in AwareIM
Replies: 4
Views: 9681

Great suggestion tazzmaxx. I find the same thing a lot.
by sath01
Thu Mar 12, 2009 7:53 am
Forum: General discussion and questions about Aware IM
Topic: For Support: ANy chance of an RSS feed ?
Replies: 2
Views: 4924

No Response.
Does that mean no, or are you thinking about it ?
by sath01
Thu Mar 12, 2009 3:26 am
Forum: General discussion and questions about Aware IM
Topic: Is there a generic ThisObject ?
Replies: 1
Views: 3458

Is there a generic ThisObject ?

I have a rule that needs to apply to most objects, but not all. Is there a way to reference the current business object (the one the rule is working on). For example: IF ThisObject.StaffMember IS UNDEFINED THEN ThisObject.StaffMember = LoggedInStaffMember Rather than having to have a separately word...
by sath01
Thu Mar 12, 2009 1:09 am
Forum: General discussion and questions about Aware IM
Topic: Hiding an attribute label on a form
Replies: 8
Views: 10488

Having the label on top still means you get a blank line with a colon. I guess it can't be done natively. It would be great if there was a way to simply turn off the label altogether for any attribute. In addition, it would be great to be able to specify an attribute takes up the entire width and he...
by sath01
Thu Mar 12, 2009 12:59 am
Forum: General discussion and questions about Aware IM
Topic: Finding the name of a BO
Replies: 6
Views: 8202

Thanks. How would I specify the caption for a form with multiple sections ?
by sath01
Wed Mar 11, 2009 5:07 am
Forum: General discussion and questions about Aware IM
Topic: Finding the name of a BO
Replies: 6
Views: 8202

Fair enough. I thought I needed it, but when I went back and checked, then I probably don't if it isn't part of a group. Another quick one then: Is it possible to set the Caption for a BO Form to other than the name of the BO ? For instance, I have a number of different types of correspondence, whic...
by sath01
Wed Mar 11, 2009 3:46 am
Forum: General discussion and questions about Aware IM
Topic: Finding the name of a BO
Replies: 6
Views: 8202

Finding the name of a BO

Is there an easy way to find the name of a BO ? If the BO is part of a BO Group, then you can use TYPE(GroupName), but is there a way to find out the BO name if it's not part of a BO Group ?
Thanks.
by sath01
Tue Mar 10, 2009 6:56 am
Forum: General discussion and questions about Aware IM
Topic: Hiding an attribute label on a form
Replies: 8
Views: 10488

OK, I see where the confusion lies. I have a standard attribute showing, not an HTML cell on the form. It is plain text, but using HTML Format, and uses the HTML Editor. I want the HTML editor to take up the entire section (displayed as a tab), without a label. Is this possible ? Thanks for your pro...