Search found 1143 matches

by ACDC
Sat Apr 27, 2024 9:58 pm
Forum: General discussion and questions about Aware IM
Topic: Disable Selected Records in PICK Query
Replies: 9
Views: 1177

Re: Disable Selected Records in PICK Query

I would disagree that “all the necessary needed parts are provided “ unless you were able to modify the template. Normally in aware, we end up modifying the HTML that was created in the render script. What this example does is put a conditional statement in the template, which is something Vlad wou...
by ACDC
Wed Apr 17, 2024 4:49 pm
Forum: General discussion and questions about Aware IM
Topic: anyone have weird saving issues in Config Tool - v9 ?
Replies: 4
Views: 129

Re: anyone have weird saving issues in Config Tool - v9 ?

Well done, been pulling my hair out on this one for a while and blaming the Eclipse dog
by ACDC
Thu Apr 11, 2024 9:15 pm
Forum: General discussion and questions about Aware IM
Topic: V9 NEW FEATURES discussion
Replies: 20
Views: 34376

Re: V9 NEW FEATURES discussion

Yes, although it probably makes sense to make the changes before you upgrade. I only discovered the issue after upgrading , but was able to make the changes without a problem
by ACDC
Thu Apr 11, 2024 8:50 pm
Forum: General discussion and questions about Aware IM
Topic: V9 NEW FEATURES discussion
Replies: 20
Views: 34376

Re: V9 NEW FEATURES discussion

Once in V9 , it won't let you put into Test or Pubish if a name is conflict.
Renaming the attribute while in V9 is then needed.
by ACDC
Tue Apr 09, 2024 3:39 am
Forum: General discussion and questions about Aware IM
Topic: Annoying Unable to FIND Issue.
Replies: 3
Views: 160

Re: Annoying Unable to FIND Issue.

Unable to find ThisLeaveAssignment.EndDate in aggregate operation SUM I had something similar going on and solved it by creating a new EndDate attribute.(delete the existing one or create EndDate2) There must have been something lurking in the upgrade process to the new V9 version, maybe it's relat...
by ACDC
Fri Mar 22, 2024 6:08 am
Forum: General discussion and questions about Aware IM
Topic: Config tool AI?
Replies: 6
Views: 12223

Re: Config tool AI?

Any other suggestions are most welcome. 1. Constructing Advanced Scripts 2. Complex Processes written more efficiently 3. Business Object Rules assessment for efficiency 4. Report Writing - Auto layout and layout templates based on examples 5. Plugins - assistance in writing code for java plugins b...
by ACDC
Tue Mar 19, 2024 4:42 pm
Forum: General discussion and questions about Aware IM
Topic: Config tool AI?
Replies: 6
Views: 12223

Re: Config tool AI?

X 1000

How would you envisage a co-pilot equivalent working in the Configurator?
What kind of tasks could it do to make things easier ?
by ACDC
Sat Mar 09, 2024 12:48 am
Forum: General discussion and questions about Aware IM
Topic: V9 NEW FEATURES discussion
Replies: 20
Views: 34376

Re: V9 NEW FEATURES discussion

Day
Month
Year
by ACDC
Fri Dec 22, 2023 6:07 pm
Forum: General discussion and questions about Aware IM
Topic: Dear Santa ... Priorities
Replies: 10
Views: 182003

Re: Dear Santa ... Priorities

Extend the Advanced Script feature with an AI prompt tool that understands the AIM model and can build scripts to achieve things not capable with the standard Configurator.
by ACDC
Thu Dec 14, 2023 8:17 pm
Forum: Wish List
Topic: Badge feature on Form grouped grid references
Replies: 0
Views: 42476

Badge feature on Form grouped grid references

The current Badge feature on Menu items and Form Tabs is cool, please consider extending this feature on Grid type form references(when they are grouped on a single line with tabs exposed). This would be really really cool :) Alternatively, being able to customise the reference Grid label with html ...
by ACDC
Tue Dec 12, 2023 6:33 pm
Forum: General discussion and questions about Aware IM
Topic: [SOLVED]Custom format for decimal numbers
Replies: 2
Views: 7601

Re: Custom format for decimal numbers

try a variation of this in the custom format: #,##0.0000 or #,##0.00
by ACDC
Sun Dec 10, 2023 8:28 pm
Forum: General discussion and questions about Aware IM
Topic: Next Version Release Date - any news ?
Replies: 9
Views: 104570

Re: Next Version Release Date - any news ?

The slide in LEFT menu feature implemented in AwareIM is focused on MOBILE use rather than using it in the desktop. Currently it supports only single menu items. If I have a hierarchy in my menu and click on the expand menu option, it closes the menu before I can select the menu item. A Standard men...
by ACDC
Fri Nov 17, 2023 8:43 pm
Forum: General discussion and questions about Aware IM
Topic: Docusign Integration
Replies: 6
Views: 19482

Re: Docusign Integration

but they also have a Java SDK which might be useful if you would want to integrate from the AIM server. I simply want to create a PDF document and send it to Docusign for processing and then retrieve it once signed I am sure this can be done using their REST api. Creating a Java plugin as suggested...
by ACDC
Thu Nov 16, 2023 6:46 pm
Forum: General discussion and questions about Aware IM
Topic: Docusign Integration
Replies: 6
Views: 19482

Re: Docusign Integration

Anyone done a Docusign (docusign.com) integration using their API?

Looking to do a simple integration
Did you manage to find a solution ?

wondering if it can be done with the current AwareIM REST offering

Any tips, hints, go to's, you would like to share ?