Search found 85 matches

by dhickey76
27 Aug 2022, 03:03
Forum: Discussion
Topic: Automate actions error
Replies: 2
Views: 209

Automate actions error

Hi Sergey, I am seeing the following error when running at automated action thats triggered from an automatic status or after a record update. Both options produce the same error. Database Error: 1054 - Unknown column 'TEST999' in 'where clause' Query: select e.* from app_entity_33 e where (e.id>0 )...
by dhickey76
12 Aug 2022, 20:41
Forum: Discussion
Topic: add image header and footer in simple export pdf or word
Replies: 4
Views: 225

Re: add image header and footer in simple export pdf or word

There is an option in the Export Template settings to add a Header & Footer section to the report.
foot-head.png
Cheers,
Damien
by dhickey76
28 Jul 2022, 19:51
Forum: Bug Report version 3.2
Topic: Slow to load pages
Replies: 6
Views: 294

Re: Slow to load pages

Sergey we ran into one issue after installing the patch. I had a report on multiple users Dashboards and they all got the same error message. I disabled the report and the error message stopped. The reports checks if the user has any outstanding RGA's (return good authorizations) processed in the pa...
by dhickey76
28 Jul 2022, 05:21
Forum: Bug Report version 3.2
Topic: Slow to load pages
Replies: 6
Views: 294

Re: Slow to load pages

Hi Sergey, we applied the update a few hours ago and so far there has not been any issues. I'll reply back tomorrow to let you know if anything changes.

Thanks for the support!

Damien
by dhickey76
27 Jul 2022, 21:47
Forum: Bug Report version 3.2
Topic: Slow to load pages
Replies: 6
Views: 294

Re: Slow to load pages

Sergey we've been noticing this as well. It started July 19th with random interruptions / slow downs. Then yesterday and today it has gotten quite bad. Our web developer was not able to identify any issues on their end (including AWS). They restarted the sql server but the slow downs are still happe...
by dhickey76
23 Jul 2022, 01:58
Forum: Discussion
Topic: Copy Sub Entity
Replies: 1
Views: 233

Re: Copy Sub Entity

You can use the fields export function to export the fields from one entity and import into another. Export fields export.png Import import fields.png To move the records you have a few options but I find the easiest for big moves is to export all the records and then import them back into the new e...
by dhickey76
28 Jun 2022, 18:29
Forum: Discussion
Topic: Value from Sub-entity - list type value
Replies: 2
Views: 354

[CLOSED]Re: Value from Sub-entity - list type value

Got it! Thanks for the help Sergey.
sql list query.jpg
Working.jpg


Thx
Damien
by dhickey76
28 Jun 2022, 02:02
Forum: Discussion
Topic: Value from Sub-entity - list type value
Replies: 2
Views: 354

Value from Sub-entity - list type value

Hi Sergey, I can pull the sub entity value using your example above. parent_item_id=e.id in a query . try to use Mysql-query field type https://www.rukovoditel.net/mysql-query.html The condition can be: parent_item_id=e.id order by id desc How can I pull a list type value from a sub-entity to the pa...
by dhickey76
13 Apr 2022, 00:59
Forum: Suggestions
Topic: Emails option CC / BCC
Replies: 4
Views: 427

Re: Emails option CC / BCC

+1 this would be useful. Finally, you can go to email sending rules, and create a rule that sends the "Created By" user an email, containing whatever data you want it to contain. This way, you get a copy, as well as those selected in the users or users ajax field. (Your copy could even be...
by dhickey76
12 Apr 2022, 22:43
Forum: Discussion
Topic: Email Sending Rules Not Sending
Replies: 7
Views: 684

Re: Email Sending Rules Not Sending

Hey Brad have you seen any update on this? I'm running into the same problem using an automated task to create a new record in a sub-entity. If I create the record directly in the sub my email sending rules pick up the request and send the email. But if I use an automated task from the parent entity...