Search found 7494 matches
- Wed May 31, 2023 5:49 am
- Forum: General discussion and questions about Aware IM
- Topic: Whatsapp integration
- Replies: 1
- Views: 78
Re: Whatsapp integration
Does Whatsapp expose any API (REST or SOAP based)? If they do you can probably integrate with them.
- Wed May 24, 2023 8:48 am
- Forum: Problem reports
- Topic: HTML Window size
- Replies: 2
- Views: 93
Re: HTML Window size
Where is this window?
- Wed May 24, 2023 12:00 am
- Forum: General discussion and questions about Aware IM
- Topic: Display Buttons at Bottom of Form
- Replies: 8
- Views: 176
Re: Display Buttons at Bottom of Form
There is a checkbox "Stretch the form to the bottom of the screen" - try ticking it.
- Tue May 23, 2023 6:05 am
- Forum: General discussion and questions about Aware IM
- Topic: Display Buttons at Bottom of Form
- Replies: 8
- Views: 176
Re: Display Buttons at Bottom of Form
I still don't understand what the problem is. Can you highlight the problem area(s)? What do width and height have to do with anything?
- Tue May 23, 2023 3:09 am
- Forum: General discussion and questions about Aware IM
- Topic: Display Buttons at Bottom of Form
- Replies: 8
- Views: 176
Re: Display Buttons at Bottom of Form
Not sure what you are talking about. If you attach some screenshots it may help.
- Tue May 23, 2023 3:06 am
- Forum: General discussion and questions about Aware IM
- Topic: Build 3137
- Replies: 0
- Views: 60
Build 3137
A new build has now been released. It has one significant improvement. You can now add IGNORE RULES keyword to an action that modifies an attribute of the object, for example: Object.Attribute = 5 IGNORE RULES Normally when you change attributes of an object all rules of the object are evaluated and...
- Sun May 14, 2023 11:50 pm
- Forum: General discussion and questions about Aware IM
- Topic: Show QR code in a Query
- Replies: 3
- Views: 223
Re: Show QR code in a Query
Great stuff!
- Fri May 12, 2023 3:02 am
- Forum: General discussion and questions about Aware IM
- Topic: Compare new record to existing record
- Replies: 3
- Views: 178
Re: Compare new record to existing record
"This" is to distinguish existing customers from the current customer being added to the system.
- Fri May 12, 2023 3:00 am
- Forum: General discussion and questions about Aware IM
- Topic: Extracting time from timestamp attributes
- Replies: 8
- Views: 321
Re: Extracting time from timestamp attributes
I am not sure I understand everything in this thread, but check out at the AS_STRING function, which can format a date according to the specified format - for example AS_STRING (Object.TimestampAttr, "HH:mm") will convert a timestamp to a time string.
- Fri May 12, 2023 2:55 am
- Forum: General discussion and questions about Aware IM
- Topic: Show QR code in a Query
- Replies: 3
- Views: 223
Re: Show QR code in a Query
At the moment QR codes are only supported in reports.
- Fri May 12, 2023 2:52 am
- Forum: General discussion and questions about Aware IM
- Topic: Customze Error Message?
- Replies: 1
- Views: 134
Re: Customze Error Message?
The unique constraint is achieved by a corresponding rule. You can easily change the message in this rule to be whatever you want
- Fri Apr 21, 2023 2:14 am
- Forum: General discussion and questions about Aware IM
- Topic: Send an invoice by email
- Replies: 5
- Views: 267
Re: Send an invoice by email
Sending emails from Aware IM IS easy. It is well documented and there is a video tutorial about it as well. A LOT of applications are successfully using it. To send an attachment just add an attribute of the Document type to the e-mail notification and initialize to the name of a document template. ...
- Wed Apr 19, 2023 4:51 am
- Forum: General discussion and questions about Aware IM
- Topic: Kendo updated 8.5>8.8?
- Replies: 2
- Views: 162
Re: Kendo updated 8.5>8.8?
Cannot remember off the top of my head - please check the changelog available in the new online help system
- Wed Apr 19, 2023 4:50 am
- Forum: General discussion and questions about Aware IM
- Topic: BASE 64 Image string to Aware Picture
- Replies: 6
- Views: 242
Re: BASE 64 Image string to Aware Picture
In the latest build 3136 it is possible to convert the data using a simple assignment:
Object.PictureAttribute = Object.StringAttributeThatHasBase64Image
Object.PictureAttribute = Object.StringAttributeThatHasBase64Image
- Wed Apr 19, 2023 4:47 am
- Forum: General discussion and questions about Aware IM
- Topic: System Lock Error
- Replies: 6
- Views: 266
Re: System Lock Error
Yes, the system is locked after the specified number of unsuccessful login attempts