Search found 109 matches

by mjshen
Mon Aug 29, 2011 9:26 am
Forum: General discussion and questions about Aware IM
Topic: Can direct access a form through a hyperlink?
Replies: 2
Views: 2436

Thanks for advice. I'll try.
by mjshen
Fri Aug 26, 2011 9:51 am
Forum: General discussion and questions about Aware IM
Topic: Can direct access a form through a hyperlink?
Replies: 2
Views: 2436

Can direct access a form through a hyperlink?

I understand Aware provides logonOp.aw so as to allow users to direct access the Business Space without going through login page, such as http://localhost:8080/AwareIM/logonOp.aw?domain=CRM&userName=admin&password=password&testingMode=false Can any advise: Does AwareIM provide any way to allow users...
by mjshen
Tue Jul 19, 2011 8:44 am
Forum: General discussion and questions about Aware IM
Topic: Unable Email from the Library app, SystemSettings, SMTP
Replies: 13
Views: 9420

I have the same problem. In Aware IM Server log, there were error message: Send failed exception thrown Sending failed; nested exception is: class javax.mail.MessagingException: Unknown SMTP host: ctt.bdx.com; nested exception is: java.net.UnknownHostException: ctt.bdx.com Next exception is javax.ma...
by mjshen
Thu Jul 14, 2011 9:48 am
Forum: General discussion and questions about Aware IM
Topic: How to implement 'Delete from List' ?
Replies: 1
Views: 1839

Seems I have resolved this. Thanks.
by mjshen
Thu Jul 14, 2011 9:23 am
Forum: General discussion and questions about Aware IM
Topic: How to implement 'Delete from List' ?
Replies: 1
Views: 1839

How to implement 'Delete from List' ?

I have multiple<->multiple reference between two BOs and use "Add" button to build relations in the table in the BO form. I have to implement some functions which must be done immediately after 'Delete from List', which the Aware Standard 'Delete from List' doesn't support. I couldn't find a way to ...
by mjshen
Thu Jul 14, 2011 9:02 am
Forum: Problem reports
Topic: "Add New'' button problem
Replies: 1
Views: 2467

Can Aware Support please help? Thanks.
by mjshen
Wed Jul 13, 2011 9:24 am
Forum: Problem reports
Topic: "Add New'' button problem
Replies: 1
Views: 2467

"Add New'' button problem

I use a custom implementation to replace the default implementation for the "Add New" button for Reference element in Table of items. When I click the "Add New" button, the form of the Reference element pops up, but the Parent BO's form disappears. Either create a Reference element or cancel, I can ...
by mjshen
Mon Jul 11, 2011 2:43 am
Forum: Problem reports
Topic: problem using FIND - IN BATCHES OF in rule
Replies: 3
Views: 3718

Yes, I tried IN BATCHES OF 1. This problem is exactly caused by using IN BATCHES OF 1. If using a big number ( >= the number of instances got from FIND ), there is no any problem. BTW. the problem appears only in a rule. If defining FIND - IN BATCHES OF 1 in a process, there is no problem too. I am ...
by mjshen
Fri Jul 08, 2011 8:13 am
Forum: Problem reports
Topic: problem using FIND - IN BATCHES OF in rule
Replies: 3
Views: 3718

problem using FIND - IN BATCHES OF in rule

I defined a rule as follow: FIND myBO1 WHERE myBO1 IN myBO2.MyBO1 IN BATCHES OF X myBO2.Name=myBO1.Name for creating/editing myBO2. When FIND gets myBO1 more than X, the system is hanging ( after click save button from the myBO2's form ). However when FIND gets myBO1 <= X, the system works well with...
by mjshen
Fri Jul 08, 2011 2:57 am
Forum: General discussion and questions about Aware IM
Topic: Auto Refresh Not Working
Replies: 12
Views: 10397

Setting 'auto-update every X seconds' for calendar does not work either. Can rocketman kindly introduce your workaround? Thanks a lot.
by mjshen
Mon Jun 20, 2011 7:20 am
Forum: General discussion and questions about Aware IM
Topic: problem to connect AwareIM-5.1
Replies: 1
Views: 2094

problem to connect AwareIM-5.1

I just upgraded AwareIM from 4.95 to 5.1(build 1425). Got a problem after upgrading -- the configuration tool which was installed on windows couldn't connect to AwareIM server which was installed on a Linux. I got an error message in a dialog box as follow: Error establishing connection with the ser...
by mjshen
Mon Feb 28, 2011 3:06 am
Forum: Problem reports
Topic: How get the uploaded file name?
Replies: 2
Views: 3043

Thanks,Tom. It is really helpful. :lol:
by mjshen
Fri Feb 25, 2011 7:47 am
Forum: Problem reports
Topic: How get the uploaded file name?
Replies: 2
Views: 3043

How get the uploaded file name?

Our users uploaded quite some files which attach to a Document attribute in a BO. They need to be exported and re-imported later. Is there any way to get each file's name?

Thanks,
Mojun
by mjshen
Thu Feb 24, 2011 7:00 am
Forum: Problem reports
Topic: Problem using 'Modify Attribute Action'
Replies: 2
Views: 3008

Great. Thanks.
by mjshen
Wed Feb 23, 2011 10:32 am
Forum: Problem reports
Topic: Problem using 'Modify Attribute Action'
Replies: 2
Views: 3008

Problem using 'Modify Attribute Action'

I defined a process to try to modify BO's attribute as follow: FIND ALL myBO myBO.FieldOne = myBO.ID It is supposed that after run the process, each myBO.FieldOne should have the value of each myBO.ID. However, I got the identical value ( one of the myBO's ID ) in myBO.FieldOne. Can anyone help on t...