Search found 36 matches

by JoshK131
Thu Apr 04, 2024 9:30 pm
Forum: Wish List
Topic: Naming in New Tab
Replies: 2
Views: 2372

Re: Naming in New Tab

Also when I have a form opened in a new tab with the correct tab name, I can open another form in the same panel.
When I close the 2nd form which will take me back to the first form, the Tab name defaults back to the BO Name.

I would like the tab to stay the same name.
by JoshK131
Wed Apr 03, 2024 4:52 am
Forum: Tips and Tricks
Topic: Extracting Objects and fields for tags
Replies: 0
Views: 76

Extracting Objects and fields for tags

Hello. I have set up a system to allow end users to be able to easily get the correct Tags needed for UDDs. It uses a python script to extract the Business Objects, Attributes and Reference Attributes from the business space xml file to some csvs. The csvs can be imported into "Object", "Field", "Re...
by JoshK131
Wed Apr 03, 2024 4:41 am
Forum: General discussion and questions about Aware IM
Topic: NoEdit form and Edit form differentiate
Replies: 0
Views: 54

NoEdit form and Edit form differentiate

Hello. Our customer wanted to open forms in NOEDIT mode and then be able to change to edit mode. I have done this by adding a panel operation in the form with a Process called "edit" which will view the same form. The problem is the "edit" button is still visible when the form is already in edit mod...
by JoshK131
Tue Apr 02, 2024 10:23 pm
Forum: General discussion and questions about Aware IM
Topic: EXPORT DOCUMENT - MERGE INTO ONE function
Replies: 6
Views: 7157

Re: EXPORT DOCUMENT - MERGE INTO ONE function

I've found LibreOffice to convert word docs to pdf.
It has command line function, all open source.

7pdf had issues with word doc formatting, table of contents and bullet points.
by JoshK131
Sun Mar 31, 2024 11:58 pm
Forum: General discussion and questions about Aware IM
Topic: UDD Export speed
Replies: 0
Views: 75

UDD Export speed

I have set up the application user to be able to add UDD word docs and export them, as word or pdf. If its a word doc, I use DISPLAY DOCUMENT UDDParameter.ps_UserDefDoc.UDD_Name If its a pdf export, I use EXPORT DOCUMENT UDDParameter.ps_UserDefDoc.UDD_Name TO FILE UDDParameter.DocumentPath EXECUTE P...
by JoshK131
Tue Mar 26, 2024 4:23 am
Forum: Wish List
Topic: Naming in New Tab
Replies: 2
Views: 2372

Naming in New Tab

I have a query that opens a form in a new tab. The tab title is set to a custom value. i.e. p-<<Prospect.FullName>> javaw_czbdxnAEAz.png If I have 10 different places the form is opened, I need to edit 10 different new tab settings to get the tab name. If I want to change the tab title naming conven...
by JoshK131
Thu Mar 07, 2024 7:25 am
Forum: Problem reports
Topic: Sub query with reference attributes not working V9
Replies: 6
Views: 348

Re: Sub query with reference attributes not working V9

Upgrading mySQL to version 8 solved the problem.
................
by JoshK131
Wed Mar 06, 2024 10:11 pm
Forum: Problem reports
Topic: Sub query with reference attributes not working V9
Replies: 6
Views: 348

Re: Sub query with reference attributes not working V9

Error message:

/* SQL Error (1054): Unknown column 'Invoice.ps_Region_RID' in 'on clause' */
/* Affected rows: 0 Found rows: 0 Warnings: 0 Duration for 0 of 1 query: 0.000 sec. */
by JoshK131
Wed Mar 06, 2024 12:03 pm
Forum: Problem reports
Topic: Sub query with reference attributes not working V9
Replies: 6
Views: 348

Re: Sub query with reference attributes not working V9

Thanks Jaymer. Using MYSQL Server 64x V5.7.26 Aware IM Query FIND Invoice WHERE EXISTS RegionAccess WHERE (Invoice.ps_Region.RegionChain=RegionAccess.ps_Region.RegionChain) ORDER BY Invoice.ModifiedTimestamp DESC SQL Query SELECT Invoice.* FROM INVOICE AS Invoice WHERE (((SELECT COUNT(*) FROM REGION...
by JoshK131
Wed Mar 06, 2024 6:00 am
Forum: Problem reports
Topic: Sub query with reference attributes not working V9
Replies: 6
Views: 348

Sub query with reference attributes not working V9

Hello. The query below is not longer working in V9. FIND Invoice WHERE EXISTS RegionAccess WHERE (Invoice.ps_Region.RegionChain = RegionAccess.ps_Region.RegionChain ) There is no error in the cofigurator. When i try to view it in testing mode in a brower, i get this error. Internal error. Error read...
by JoshK131
Sat Mar 02, 2024 1:21 am
Forum: General discussion and questions about Aware IM
Topic: Connection for this site is not secure
Replies: 2
Views: 294

Re: Connection for this site is not secure

What was the configuration problem?

I had this problem when i installed the new version.
Reinstalled in new directory and problem stopped, but the problem started again today.
by JoshK131
Fri Mar 01, 2024 12:14 am
Forum: Problem reports
Topic: Presentation Rules Missing for Combo Box
Replies: 2
Views: 3151

Re: Presentation Rules Missing for Combo Box

+1 for this
by JoshK131
Fri Mar 01, 2024 12:12 am
Forum: Wish List
Topic: Presentation of the attribute is overridden in form
Replies: 0
Views: 193

Presentation of the attribute is overridden in form

When I create a form with 2 columns, I move some attributes to the 2nd column and merge cells for table attributes. The attributes I move and the attributes in the merged cells cannot be edited in the Object Presentation attributes anymore. I will get the warning Presentation of the attribute is ove...
by JoshK131
Tue Feb 27, 2024 10:23 pm
Forum: Wish List
Topic: Peer Multiple reference object
Replies: 3
Views: 262

Re: Peer Multiple reference object

I dont have a question. Just a wish list post. If there are many tiers of managers for example, then many different people should have access to an Account. Instead of having ps_Manager, ps_Owner, ps_Supervisor, having 1 pm_Owner makes it easier to manage access permissions. But now in the PM, i don...
by JoshK131
Tue Feb 27, 2024 10:45 am
Forum: Wish List
Topic: Peer Multiple reference object
Replies: 3
Views: 262

Peer Multiple reference object

I have an Account BO and a RegularUser BO. If an Account can have many owners, this needs a 2 way peer multiple reference attribute. If i want to say what kind of owner it is, then ill need to make a new AccountOwner BO with a single RegularUser and single Account with some other attributes detailin...