Search found 181 matches

by empmdk
29 Jan 2020, 18:52
Forum: Discussion
Topic: Input Field Unique Not Working
Replies: 4
Views: 370

Input Field Unique Not Working

I have an input field with the "Unique Field" option checked. It is still allowing me to enter duplicate information into that field, does not check for uniqueness. I'm on 2.6.0.
by empmdk
29 Jan 2020, 05:54
Forum: Discussion
Topic: Export Template Font Size Inside Tables?
Replies: 4
Views: 505

Re: Export Template Font Size Inside Tables?

Thanks, Sergey. It works now :D
by empmdk
28 Jan 2020, 18:24
Forum: Discussion
Topic: Export Template Font Size Inside Tables?
Replies: 4
Views: 505

Re: Export Template Font Size Inside Tables?

CSS: .export-template{ /*font-family: "Times New Roman";*/ font-size: 14px; } .export-template table{ border: 1px solid #b7b7b7; } .export-template table th{ background-color: #eee; } Template: <h3><strong>INVOICE:</strong> {#468:Invoice #}<br /> <strong>RO:</strong>&nbsp;{#556:RO #}<...
by empmdk
27 Jan 2020, 21:57
Forum: Discussion
Topic: Export Template Font Size Inside Tables?
Replies: 4
Views: 505

Export Template Font Size Inside Tables?

Having an issue with the font size inside of tables using the "Templates to Export". The font inside of tables seems to only respond to adjustments when viewing the preview after clicking the button. Clicking the print button resets the font size to one that's too small. I've tried adding ...
by empmdk
20 Jan 2020, 19:01
Forum: Discussion
Topic: Column Order For Exports?
Replies: 5
Views: 992

Re: Column Order For Exports?

Screenshots of the dashboard & export attached.
by empmdk
19 Jan 2020, 23:12
Forum: Discussion
Topic: Column Order For Exports?
Replies: 5
Views: 992

Column Order For Exports?

How to I change the order of columns when exporting records? I have 4 entities with similar column names where records are exported & they are all sorted differently. The export doesn't seem to match the listing order or form order. I've also tried changing it by the "Sorting Configuration&...
by empmdk
18 Jan 2020, 09:50
Forum: Discussion
Topic: Limit Allowed Records?
Replies: 3
Views: 375

Re: Limit Allowed Records?

What field type would I use for that? I may be on a version without that option (2.5 / 2.5.1) Also, the people adding the records are adding them from the sub-entity report displayed on their dashboard (lists all spare keys in the system). Click Add Start typing VIN number to search what vehicle to ...
by empmdk
18 Jan 2020, 05:22
Forum: Discussion
Topic: Limit Allowed Records?
Replies: 3
Views: 375

Limit Allowed Records?

I have an entity for vehicles & a sub-entity for spare keys to track when they were checked in, checked out & by who. We only need one record which will be modified over time. Is there a way to limit records? If trying to add an entry again for the same parent, have it say that it already ex...
by empmdk
15 Jan 2020, 19:03
Forum: Discussion
Topic: MySQL Query Get Value of List Items?
Replies: 3
Views: 633

Re: MySQL Query Get Value of List Items?

Thank you! I've done it a little differently but looks like it is working very well. Input Numeric Field - Add/Subtract total value based on service values chosen. JS Formula - Calculates total cost preview on form. [359]+get_value([216]) MySQL Formula - Calculates total cost, also works for automat...
by empmdk
15 Jan 2020, 06:53
Forum: Discussion
Topic: MySQL Query Get Value of List Items?
Replies: 3
Views: 633

Re: MySQL Query Get Value of List Items?

More info on what I'm trying to do... I have a "Services" drop-down list [216] with a value set for each option. I have a "Price Adjust" input numeric field [359] used to add or subtract cost from the chosen service. I have a "Total Cost" MySQL query [541] to add the va...