Search found 41 matches

by mfauzi
Mon Dec 08, 2014 5:29 am
Forum: General discussion and questions about Aware IM
Topic: Need Help on RUle Language
Replies: 6
Views: 3953

Need Help on RUle Language

Hi all, I created the following object. 1. customer - has column segment 2. segment - has relation with customer object 3. regular user 4. user-customer - bridge object to show one user can be assign multiple customer 5. user-segment - bridge object to show user and customer segment My quesiton is: ...
by mfauzi
Wed Dec 03, 2014 12:12 pm
Forum: General discussion and questions about Aware IM
Topic: main Panel display external jsp
Replies: 2
Views: 1909

Able To Work

Thanks for the guide. Able to display external url by using custom and select url under dropdown action
by mfauzi
Tue Dec 02, 2014 2:08 am
Forum: General discussion and questions about Aware IM
Topic: main Panel display external jsp
Replies: 2
Views: 1909

main Panel display external jsp

Hi, I've created a visual perspective with left menu tree and main panel. The main panel currently can display query, reports etc. Somehow I cannot find how can I display an external website jsp page into the main panel. We can call the jsp page from the left menu, but cannot from main panel when us...
by mfauzi
Thu Nov 27, 2014 12:18 pm
Forum: General discussion and questions about Aware IM
Topic: Visual Perspective TAB
Replies: 8
Views: 9864

Geezz

hp123,
That so sad we cannot limit the open tab. Is there any way maybe run a process first to check if the tab available or not, if available then set focus to the current tab and refresh. Sorry I am not familiar with the rule language yet.
by mfauzi
Thu Nov 27, 2014 5:27 am
Forum: General discussion and questions about Aware IM
Topic: Visual Perspective TAB
Replies: 8
Views: 9864

Visual Perspective TAB

Hi all, 1. I created a visual perspective with left panel contain tree menu. 2. When I click on left menu item, system open newer tab and display a query. 3. If I click the same the VP will open new TAB. So now I have open 2 TAB of the same query. Is there any way I can limit the VP to open only I n...
by mfauzi
Wed May 21, 2014 4:39 am
Forum: General discussion and questions about Aware IM
Topic: Query Time Lapse
Replies: 10
Views: 6765

Bump any help to point to correct steps required here pls
by mfauzi
Wed May 21, 2014 4:34 am
Forum: General discussion and questions about Aware IM
Topic: Storing GPS data
Replies: 20
Views: 24533

Lat Long

I think this should be included in the future enhancement.
I also has the need to store the lat/long since most of our customer remote location do not has proper address
by mfauzi
Mon May 19, 2014 1:29 pm
Forum: General discussion and questions about Aware IM
Topic: Query Time Lapse
Replies: 10
Views: 6765

Help

Maybe support can provide some insight on how to achive this
by mfauzi
Mon May 19, 2014 11:26 am
Forum: General discussion and questions about Aware IM
Topic: Query Time Lapse
Replies: 10
Views: 6765

Help

This is easier in direct sql such as :

select ( sysdate - order.live_time ) as lapse from order, but in Awareim I cannot find the way.
by mfauzi
Mon May 19, 2014 9:44 am
Forum: General discussion and questions about Aware IM
Topic: Query Time Lapse
Replies: 10
Views: 6765

help

Yes I have tried to use duraiton type, but I cannot find where to put the lapse formula. The formula is dynamic , I tried to put at default value but it gives error.
I've tried to use businss rule, but it also not working.
by mfauzi
Mon May 19, 2014 5:58 am
Forum: General discussion and questions about Aware IM
Topic: Query Time Lapse
Replies: 10
Views: 6765

Help

What I really want to achieve is this: I have a order transaction with the order date. I want to display the outstanding order say orderno, order date, and lapse between order date and the current time in minutes. Example query output: Order No Order Date Lapse(Min) 12345678 2014/05/19 13.10 30 1245...
by mfauzi
Sun May 18, 2014 11:08 pm
Forum: General discussion and questions about Aware IM
Topic: Query Time Lapse
Replies: 10
Views: 6765

Additional Info

Maybe I do not clarify my self properly here. In traditional way it is easy for me to do this with sql. example below select ( sysdate - object.live_time ) as lapse from object. This will display the current lapse time on the query. In Awareim where do I put this , is it query ( how? I cannot fiind ...
by mfauzi
Sun May 18, 2014 11:04 pm
Forum: General discussion and questions about Aware IM
Topic: Query Time Lapse
Replies: 10
Views: 6765

Help

Bump, I searched the forun and still cannot get any clue on how to do this.
Really need the here pls
by mfauzi
Sun May 18, 2014 8:11 am
Forum: General discussion and questions about Aware IM
Topic: Query Time Lapse
Replies: 10
Views: 6765

Query Time Lapse

Hi all, I need to put a list of transaction and the lapse time between transaction datetime to current datetime.
I have tried to use duration fields and use query to display the time alpse but it does not work.
I really appreciate if anyone can show the rope on how to achieve this.

regards
by mfauzi
Thu May 08, 2014 9:37 am
Forum: General discussion and questions about Aware IM
Topic: Multiple Access Levels Per User
Replies: 6
Views: 5649

Thanks

RentProperty,
Thanks for for suggestion, we will investigate whether it will meet our requirements or no.

But how is the default access level field set to. Do you set it to Administrator or am I missing something...