Search found 1191 matches

by Rennur
Thu Apr 29, 2021 12:28 am
Forum: General discussion and questions about Aware IM
Topic: Customising a checkbox Switch using Init Script
Replies: 22
Views: 21571

Re: Customising a checkbox Switch using Init Script

@Rennur - after re-reading your CSS code, I believe you are not seeing the issue I'm referring to because .km-switch is not wrapped by #myswitch1_w. #myswitch1_w.km-checkbox - doesn't reference anything that I can tell. .km-checkbox is not used with a Kendo switch. The only selector being used is ....
by Rennur
Wed Apr 28, 2021 2:01 am
Forum: General discussion and questions about Aware IM
Topic: Customising a checkbox Switch using Init Script
Replies: 22
Views: 21571

Re: Customising a checkbox Switch using Init Script

Here is my custom switch for specific Cell ID myswitch1. Note that Aware IM creates another ID myswitch1_w by appending _w to the ID (see code): Authorised / Unauthorised labels are set from the Config tool switch form properties. custom_switch_kendo.gif swtich_form_props.png Custom CSS file placed ...
by Rennur
Fri Apr 23, 2021 5:26 am
Forum: General discussion and questions about Aware IM
Topic: Customising a checkbox Switch using Init Script
Replies: 22
Views: 21571

Re: Customising a checkbox Switch using Init Script

Try pointing the css class to the switch ID. Go to BO > forms > open form containing switch > form properties (bottom right) > Cell ID myswitch.png Then nest the custom css style within the #myswitch ID: #myswitch .km-switch { width: 10em !important; } .km-switch-background { background-position: 0e...
by Rennur
Thu Apr 15, 2021 2:42 am
Forum: Problem reports
Topic: MySQL data (exec_context etc.) 50GB?
Replies: 14
Views: 14379

Re: MySQL data (exec_context etc.) 50GB?

Some bugs with BLOB types in MySQL 8 (v8.0.17 & v8.0.19) were identified that may be causing this.
https://bugs.mysql.com/bug.php?id=96466
https://bugs.mysql.com/bug.php?id=99339
by Rennur
Tue Nov 24, 2020 6:24 am
Forum: General discussion and questions about Aware IM
Topic: Feature request: a TimeOut URL - set in BSV
Replies: 16
Views: 17811

Re: Feature request: a TimeOut URL - set in BSV

Version 6 has a timeout field
Desktop-screenshot.png
Desktop-screenshot.png (45.92 KiB) Viewed 9381 times
by Rennur
Sun Nov 08, 2020 11:26 pm
Forum: General discussion and questions about Aware IM
Topic: Advanced Script - Start Process 2
Replies: 10
Views: 15637

Re: Advanced Script - Start Process 2

I think it's just:

AwareApp.startProcess2('NameOfMyProcess','BusinessObjectName',{ID},'main')

It identifies ID for context in queries, haven't tested it in objects
by Rennur
Wed Oct 28, 2020 11:04 pm
Forum: General discussion and questions about Aware IM
Topic: Are we at risk of needing to pay Oracle for Java fees?
Replies: 27
Views: 34592

Re: Are we at risk of needing to pay Oracle for Java fees?

We've purchased a Java subscription back in Dec 2019.
Java SE Subscription
Java SE Subscription
Java.png (50.92 KiB) Viewed 20786 times
by Rennur
Thu Aug 27, 2020 4:08 am
Forum: General discussion and questions about Aware IM
Topic: Temp password expiration in X hours after current time
Replies: 2
Views: 4693

Re: Temp password expiration in X hours after current time

TIME_ADD Description: Returns the timestamp resulting from adding/subtracting the specified number of hours to the specified timestamp Parameters: An expression producing timestamp and an expression producing a number to be added or subtracted (if the number is negative) to the timestamp Example: If...
by Rennur
Thu Jun 18, 2020 11:49 am
Forum: General discussion and questions about Aware IM
Topic: Un Simple Query
Replies: 4
Views: 6201

Re: Un Simple Query

Try:

Code: Select all

FIND Address WHERE Address.qCreateDeletable='No' AND ( Address.psCreateContact.ID=LoggedInRegularUser.CN0000ID OR
(EXISTS Contact WHERE (Address.obContact=Contact AND EXISTS Relationship WHERE (Relationship.psCreateContact.ID=LoggedInRegularUser.CN0000ID)))
by Rennur
Mon Jun 15, 2020 2:49 am
Forum: General discussion and questions about Aware IM
Topic: NOT Selected Problem....
Replies: 12
Views: 11895

Re: NOT Selected Problem....

Maybe:
FIND Employee WHERE Employee=LoggedInEmploee AND NOT(EXISTS Friends WHERE (Employee IN Friends.Employee))
by Rennur
Tue May 12, 2020 12:27 am
Forum: General discussion and questions about Aware IM
Topic: Conditional Hide a Shortcut ???
Replies: 3
Views: 6209

Re: Conditional Hide a Shortcut ???

READ PROTECT the reference attribute hides the shortcut i think
by Rennur
Tue Apr 28, 2020 3:15 am
Forum: General discussion and questions about Aware IM
Topic: SOLVED * REST BO Structure help
Replies: 18
Views: 19692

Re: REST BO Structure help

Like Jaymer siad, the JSON is not valid. If I'm not mistaken on the structure, the JSON should look like this. [ { "station": { "city": "Manchester", "country": "GB", "elevation_ft": 257, "elevation_m": 78, "iata": "MAN", "icao": "EGCC", "latitude": 53.35369873046875, "longitude": -2.274950027465820...
by Rennur
Fri Apr 24, 2020 12:46 am
Forum: Problem reports
Topic: Bug preventing tabs from displaying
Replies: 1
Views: 4553

Re: Bug preventing tabs from displaying

I think there are definitely some hard-coded styling issues around this.
The tabs displayed at the top (displayed at the bottom works fine) with vertical layout.

Try:
In VP > Administrator > Main > Tabs ASC & DESC > layout property > Responsive Grid (Simple)