Search found 180 matches

by empmdk
28 Jun 2020, 20:35
Forum: Discussion
Topic: Automate Actions Static Text By Pattern?
Replies: 5
Views: 88017

Re: Automate Actions Static Text By Pattern?

Ok so I've found a mostly working solution. With the new Ajax Request field, I've added the following query. $item_id = $_GET['item_id']; echo 'ID=' . $item_id; db_query("update app_entity_38 set field_565=0 where id=" . $item_id . ""); I have the Ajax Request [699] field hidden ...
by empmdk
21 Jun 2020, 16:55
Forum: Discussion
Topic: Automate Actions Static Text By Pattern?
Replies: 5
Views: 88017

Re: Automate Actions Static Text By Pattern?

I haven't had any luck trying this way. Would it even be possible with this code if the field I'm trying to edit isn't included on the automate actions form?
by empmdk
16 Jun 2020, 05:51
Forum: Bug Report version 2.7
Topic: Run Process After Add Record Can't Do Manual Entry?
Replies: 1
Views: 453

Run Process After Add Record Can't Do Manual Entry?

If I create an Automate Actions button with "Run Process After Adding Record" & configure a field to be entered manually, it does not provide a manual entry field. In my case, it is a dropdown of items. Instead of allowing manual selection, it will automatically choose the first item i...
by empmdk
14 Jun 2020, 01:33
Forum: Discussion
Topic: Automate Actions Static Text By Pattern?
Replies: 5
Views: 88017

Re: Automate Actions Static Text By Pattern?

Each service in the [465] "Dropdown List" has a field for a value, see screenshots. I entered the value (cost) for the service there. I have "Display Field Rules" configured so only certain services allow the [466] "Input Numeric Field" Price Adjust to appear. [467] is ...
by empmdk
13 Jun 2020, 17:25
Forum: Discussion
Topic: Automate Actions Static Text By Pattern?
Replies: 5
Views: 88017

Re: Automate Actions Static Text By Pattern?

I was looking through your documentation & found the Javascript in Form that can be used on the button. I'm not sure what information I need to put in to have it change the field value. I tried modifying the code provided in your docs below but haven't had any luck so far. $('#fields_495').on('i...
by empmdk
11 Jun 2020, 05:06
Forum: Discussion
Topic: Automate Actions Static Text By Pattern?
Replies: 5
Views: 88017

Automate Actions Static Text By Pattern?

I'm trying to figure out a way to alter a Static Test By Pattern field when an Automate Actions button is used. It is needed to void invoices and change the cost on an invoice to $0. Right now, it's keeping the original value and causing issues with the accountants since the static text field is use...
by empmdk
10 Jun 2020, 15:49
Forum: Bug Report version 2.7
Topic: 2.6.1 to 2.7 Database Update Error
Replies: 3
Views: 497

Re: 2.6.1 to 2.7 Database Update Error

I did try running it a few more times to see if it would fix the error but it shows up each time.
by empmdk
10 Jun 2020, 05:47
Forum: Bug Report version 2.7
Topic: 2.6.1 to 2.7 Database Update Error
Replies: 3
Views: 497

2.6.1 to 2.7 Database Update Error

I'm getting the following error when trying to update a local copy for testing. ALTER TABLE app_entity_42 CHANGE `field_615` `field_615` text CHARACTER SET utf8mb4 NOT NULL 2006 MySQL server has gone away field_615 is a "Users" field type. I have 3 other entities with that same field &...
by empmdk
11 May 2020, 18:59
Forum: Discussion
Topic: Template to export including a list of photographs
Replies: 2
Views: 410

Re: Template to export including a list of photographs

Haven't tried this myself, but maybe wrap the url field in the export template with <img> tags? That, or some kind of javascript may need to be added to pull a printable image.
by empmdk
20 Apr 2020, 20:03
Forum: Suggestions
Topic: More Notification Options
Replies: 0
Views: 567

More Notification Options

I think having more granular control over the notifications would be great. Such as being able to configure more columns displayed on the list of notifications & previews of what the notification is. For example, a preview of the comment or image preview if you configure to show the field of att...