Search found 38 matches

by weitau
13 Sep 2020, 00:24
Forum: Discussion
Topic: Entity drop-down list (ajax) Condition?
Replies: 4
Views: 455

Entity drop-down list (ajax) Condition?

Hello, How does one create the condition expression for this field type? This lookup field works fine in my form, but when I add a condition, I get the message "The results cannot be loaded" My field in the queried entity is of type Drop down Multiselect (datatype TEXT) that uses a Global ...
by weitau
11 Sep 2020, 09:05
Forum: Bug Report version 2.7
Topic: Access forbidden on Edge
Replies: 1
Views: 419

Access forbidden on Edge

On Chrome, I have no issues. The dashboard loads perfectly at login. On Edge, using the same instance and user ID, I get Access Forbidden Sorry, you don't have access to this page. The funny thing is, after this message, I click on the Dashboard menu on the Navigation bar, the home page appears norm...
by weitau
09 Sep 2020, 05:52
Forum: Suggestions
Topic: Add feature: Font Style & Font Size
Replies: 2
Views: 631

Re: Add feature: Font Style & Font Size

We did this with a custom CSS
by weitau
09 Sep 2020, 05:42
Forum: Discussion
Topic: Missing New User Email Verification
Replies: 8
Views: 759

Re: Missing New User Email Verification

Apologies, I did not have notifications on, and I've already updated to 2.7.2.

But I can say that both delete user and email verification works great now. Thank you!
by weitau
09 Sep 2020, 03:10
Forum: Discussion
Topic: Numeric Precision Numeric fields
Replies: 2
Views: 405

Re: Numeric Precision Numeric fields

Worked great, used Decimal(35,15) for example.
Thank you!
by weitau
08 Sep 2020, 09:42
Forum: Suggestions
Topic: Combo Table view with Item detail
Replies: 0
Views: 490

Combo Table view with Item detail

I hope we can add a new view where we can see the table records like Table view, but when you user clicks on the record, the right panel shows the item details in edit mode (following access rights). This allows the user to quickly update multiple records without clicking the pencil icon on each rec...
by weitau
08 Sep 2020, 09:23
Forum: Bug Report version 2.7
Topic: Related Records - popup fields empty
Replies: 2
Views: 433

Re: Related Records - popup fields empty

Ugh, you are right. My CSS needs to be corrected. Thank you for the quick reply!
by weitau
08 Sep 2020, 05:28
Forum: Bug Report version 2.7
Topic: Related Records - popup fields empty
Replies: 2
Views: 433

Related Records - popup fields empty

In following the video tutorial, I created Related Records for Tickets and Tasks. When I go to a Ticket, I can see the related Tasks (from Listing Configuration) However if I hover over the related Task, the pop up window comes up empty. I know it should not be empty because the Task has high priori...
by weitau
30 Aug 2020, 02:01
Forum: Bug Report version 2.7
Topic: e-mail notifications not being sent after update
Replies: 3
Views: 602

Re: e-mail notifications not being sent after update

Gmail addresses gave me trouble. I can get the "Test" email, but nothing else.

Try testing with different email destination addresses. If this works, then there may be something wrong with the way emails are formed so they are blocked by Gmail.
by weitau
30 Aug 2020, 01:41
Forum: Discussion
Topic: Numeric Precision Numeric fields
Replies: 2
Views: 405

Numeric Precision Numeric fields

I need the ability to store and calculate numbers to 20 decimal places. I see that in MySQL table, the numeric fields are represented by a VARCHAR(64) so I assume there is some conversion involved (i.e. CAST). So does the choice of the Field Width affect the accuracy of the calculations then? I can ...