Search found 2405 matches

by customaware
Mon Apr 28, 2014 6:48 am
Forum: General discussion and questions about Aware IM
Topic: HELP: Starting process in Query using StartProcess
Replies: 5
Views: 3780

Shouldn't it start as...


onClick="AwareApp.startProcess2('myProcess', 'myObjectName', {ID}, 'main')"

and from a previous discussion...the one where we got the quotes sorted out in the last build....

it was indicated that the ObjectName should also be in {ObjectName}
by customaware
Mon Apr 28, 2014 6:36 am
Forum: General discussion and questions about Aware IM
Topic: HELP: Starting process in Query using StartProcess
Replies: 5
Views: 3780

Rennur,

Have you tried just using

{ID}


That was the right answer for when I used in editObject which I am guessing is similar.
by customaware
Mon Apr 28, 2014 5:59 am
Forum: General discussion and questions about Aware IM
Topic: Query From a html Cell
Replies: 3
Views: 2047

my typo.... The Query Name is Booking Documents
by customaware
Mon Apr 28, 2014 5:57 am
Forum: General discussion and questions about Aware IM
Topic: Query From a html Cell
Replies: 3
Views: 2047

Query From a html Cell

I have an instance of a BO called Booking open and an html cell with the following.... <a href="#" class="agent_button" onclick="AwareApp.runQuery('Booking Documents','main', null, { objectName: 'Booking', objectId: '<<Booking.ID>>'})">eTickets</a> The query it calls called Documents has WHERE Docum...
by customaware
Fri Apr 25, 2014 3:27 am
Forum: General discussion and questions about Aware IM
Topic: Custom HTML buttons for close form and close tab
Replies: 7
Views: 5961

Close but no cigar. javascript:AwareApp.closeComponent(AwareApp.getFormPanel(this)); actually triggers the opening of a new page in the browser about:blank Tried changing to javascript:AwareApp.closeComponent(AwareApp.getFormPanel(this),true); but no change. Might just display it in a Pop-Up instead...
by customaware
Fri Apr 25, 2014 2:59 am
Forum: General discussion and questions about Aware IM
Topic: Custom HTML buttons for close form and close tab
Replies: 7
Views: 5961

This is on a Presentation Rennur rather than a HTML cell on a form.

Only been able to see options for Link to URL for an Image and the options are

Specify

or

Determined by contents of the tag


Neither will allow that sort of string.
by customaware
Fri Apr 25, 2014 2:23 am
Forum: General discussion and questions about Aware IM
Topic: Custom HTML buttons for close form and close tab
Replies: 7
Views: 5961

Hi Rennur,


Any idea how one might implement a button on a Presentation for this please?

onclick="AwareApp.closeComponent(AwareApp.getFormPanel(this));"

Tried force feeding it into the Hyperlink of an image button but no go.
by customaware
Thu Apr 24, 2014 12:49 am
Forum: General discussion and questions about Aware IM
Topic: Delete vs Delete From List in Reference Attribute Table
Replies: 2
Views: 1763

Delete vs Delete From List in Reference Attribute Table

Can some please clarify the following.... In a Reference (multiple allowed) Attribute the only option to Delete is a Delete From List operations as compared to a Query where a Delete Object Operation is available. Yesterday I had an issue where invoking a Delete from List did not in fact delete the ...
by customaware
Wed Apr 23, 2014 11:42 pm
Forum: General discussion and questions about Aware IM
Topic: Query Question
Replies: 6
Views: 4517

Thanx guys for the sugestions. Did a re-think and achieved the outcome I wanted with html/css buttons being displayed in a html cell. Particular buttons for particular conditions. <style type="text/css"> .agent_button { -moz-box-shadow:inset 0px 1px 0px 0px #fceaca; -webkit-box-shadow:inset 0px 1px ...
by customaware
Wed Apr 23, 2014 4:01 am
Forum: General discussion and questions about Aware IM
Topic: Query Question
Replies: 6
Views: 4517

Thank Rennur. Didn't work using either CONTAINS or IN Might have to rethink it a bit. This is actually a flight ticket form. FIND FlightTicketStatus WHERE (FlightTicketStatus.TicketStatus='CAN BE RESERVED' AND FlightTicketStatus.TicketStatus IN 'CAN BE RESERVED', 'RESERVED', 'WAITLISTED') OR (Flight...
by customaware
Wed Apr 23, 2014 3:16 am
Forum: General discussion and questions about Aware IM
Topic: Query Question
Replies: 6
Views: 4517

Query Question

Imagine I have a BO called MyStatus that has a single Attribute called Status and has 10 records in it. These records are part of Combo Drop Down which I want to filter. VALUE A VALUE B VALUE C VALUE D VALUE E VALUE F VALUE G VALUE H VALUE I VALUE J I need a query for the following IF VALUE A THEN I...
by customaware
Sat Apr 19, 2014 4:06 am
Forum: General discussion and questions about Aware IM
Topic: Objects not seen in queries until object is resaved
Replies: 9
Views: 5036

Interesting point ACDC. I would be really interested how to do this properly. Relationship originally created as Peer. When child created the link to the parent is created automatically. No problem. Then, later realise later that needed to have the relationship Owned By. Cannot change the original. ...
by customaware
Thu Apr 17, 2014 11:42 pm
Forum: General discussion and questions about Aware IM
Topic: Objects not seen in queries until object is resaved
Replies: 9
Views: 5036

Hi Kingsley. In your video I noticed that you create the Review from the PHS screen. Once you enter the data you press Create button. The popup closes and then you are back at the PHS screen. You then click the Close button on the PHS screen. What happens if at that point you click the Save button r...
by customaware
Wed Apr 16, 2014 12:23 pm
Forum: General discussion and questions about Aware IM
Topic: Conditionally display icon image in Custom Form
Replies: 3
Views: 2689

Nice Rennur.

Gorgeous icons.

Thanx.
by customaware
Tue Apr 15, 2014 9:55 pm
Forum: General discussion and questions about Aware IM
Topic: html forms
Replies: 6
Views: 4419

Which one did you go with Rod?