Search found 94 matches

by nhofkes
Sat Mar 02, 2024 6:37 pm
Forum: General discussion and questions about Aware IM
Topic: ERROR: showing preview window
Replies: 4
Views: 379

Re: ERROR: showing preview window

Joben did not refer to Microsoft Edge (the browser) but to Edge WebView2 - see https://developer.microsoft.com/en-us/m ... /webview2/
It's worth checking if you have the latest version and to update if not.
by nhofkes
Tue Feb 27, 2024 3:04 pm
Forum: Wish List
Topic: Peer Multiple reference object
Replies: 3
Views: 266

Re: Peer Multiple reference object

Can you clarify what your question is ? Also, it would be helpful if you could explain what type of account you are referring to, because it is not immediately obvous why an account would have many owners. I am working on a system that also uses accounts, which can hold e.g. shares, options or cash,...
by nhofkes
Tue Feb 20, 2024 2:27 pm
Forum: General discussion and questions about Aware IM
Topic: NullPointerException error after upgrade to V9 (m_application is null)
Replies: 4
Views: 369

Re: NullPointerException error after upgrade to V9 (m_application is null)

Addition to the previous post: As usual, after the upgrade I put back the BASServer.props file from the previous install (in my case V8.8 ). I compared that file to the default file that was included with the V9 install and found two changes. I then changed these lines in the BASServer.props file. S...
by nhofkes
Tue Feb 20, 2024 1:01 pm
Forum: General discussion and questions about Aware IM
Topic: NullPointerException error after upgrade to V9 (m_application is null)
Replies: 4
Views: 369

NullPointerException error after upgrade to V9 (m_application is null)

After the upgrade to V9, I now get this error message after each change in the configuration (save/update/test/edit). Any idea why? How I can solve this?

Screenshot 2024-02-20 134029.png
Screenshot 2024-02-20 134029.png (15.15 KiB) Viewed 369 times
by nhofkes
Wed Jan 31, 2024 1:23 pm
Forum: General discussion and questions about Aware IM
Topic: startProcess automatically changes Visual Perspective
Replies: 3
Views: 32986

Re: startProcess automatically changes Visual Perspective

The full HTML is: <<IF Session.Issuer_IsSelected='Yes' THEN SHOW SECTION_START>> <a href='#' onclick="AwareApp.startProcess('ChangeIssuer', 'popup')"><<Session.Current_Issuer.Name>></a> <<SECTION_END>> 'Session' is the non-persistent session object. The idea is to convert the name into a clickable l...
by nhofkes
Fri Jan 05, 2024 7:52 pm
Forum: General discussion and questions about Aware IM
Topic: startProcess automatically changes Visual Perspective
Replies: 3
Views: 32986

startProcess automatically changes Visual Perspective

I noticed that when I start a process from an HTML link with "AwareApp.startProcess('ChangeBO', 'popup')", it automatically changes the Visual Perspective to the default VP for the user (in this case me, the Administrator). Is this a known side-effect of AwareApp.startProcess and is there a way to a...
by nhofkes
Wed Dec 27, 2023 1:08 pm
Forum: General discussion and questions about Aware IM
Topic: Dear Santa ... Priorities
Replies: 10
Views: 172020

Re: Dear Santa ... Priorities

Seems that Santa has already gone home, but I'd like the process for updating/upgrading AIM to be automatic instead of the manual process that it currently is.
by nhofkes
Sat Nov 18, 2023 5:18 am
Forum: General discussion and questions about Aware IM
Topic: Docusign Integration
Replies: 6
Views: 18197

Re: Docusign Integration

You may be right, it might also be possible to call the REST API directly without a Java plugin. I only mentioned it because I found the SDK useful, it simplifies the handling and contains some useful utilities.
by nhofkes
Fri Nov 17, 2023 5:10 pm
Forum: General discussion and questions about Aware IM
Topic: Suppress SuspendProcessException errors in Server Output
Replies: 6
Views: 13067

Re: Suppress SuspendProcessException errors in Server Output

These should be removed in 8.5 Unfortunately, we are now at v.8.8 and these errors still show in the Server Output. For example, I have a process that calls a stored procedure. At each call of the SP, the SuspendProcessException is logged in the Server Output with the full stack trace. Quite unnece...
by nhofkes
Fri Nov 17, 2023 2:56 pm
Forum: General discussion and questions about Aware IM
Topic: Docusign Integration
Replies: 6
Views: 18197

Re: Docusign Integration

I built a custom app that uses the DocuSign API, but it is a .NET console app built in C#, so outside of AIM.
I used the C# SDK provided by DocuSign, but they also have a Java SDK which might be useful if you would want to integrate from the AIM server.
by nhofkes
Wed Aug 23, 2023 12:40 pm
Forum: General discussion and questions about Aware IM
Topic: More database things I don't know about testing/publishing
Replies: 3
Views: 13364

Re: More database things I don't know about testing/publishing

The databases are not linked to BSV versions. Instead, there are separate databases for testing and for published versions. So, when you create a new version and put that into testing, the new attribute is created in the test database. When you then go back to an earlier version and put that into te...
by nhofkes
Tue Nov 15, 2022 11:46 am
Forum: Wish List
Topic: FR - Calculated Field Rules on Grids
Replies: 1
Views: 12511

Re: FR - Calculated Field Rules on Grids

As a sub-optimal solution (since it is far from low-code approach), it's possible to control editing of fields in an inline-editable grid through a render script added to the grid. As an example, below the code that I am using to prevent editing of other fields for a particular row if the first (in ...
by nhofkes
Fri Oct 28, 2022 8:22 am
Forum: Problem reports
Topic: Item display rules - leave style blank
Replies: 0
Views: 13306

Item display rules - leave style blank

There may be a small bug, or at least an inconvenience, in the settings for item display rules. It should be possible to specify only a CSS class and leave the style blank, but that results in a validation error. The dialog contains two fields at the top: Screenshot 2022-10-28 100234.jpg The explana...
by nhofkes
Thu Oct 27, 2022 3:00 pm
Forum: General discussion and questions about Aware IM
Topic: Who Uses EXEC_SPF?
Replies: 7
Views: 4611

Re: Who Uses EXEC_SPF?

I am sure it works fine, but my question was: does it return a number or a string? If it returns a number, then the documentation is not correct. If it returns a string, then this must have been changed at some time between your original post and today, because you wrote that it returns only numbers...