Search found 170 matches

by empmdk
17 Apr 2022, 07:59
Forum: Discussion
Topic: Sub Entity Default Dropdown Value Not Working
Replies: 0
Views: 176

Sub Entity Default Dropdown Value Not Working

I have a parent entity with a nested entity form. The sub entity has a "Status" field that is a dropdown list. There is a value set as default but it does not get applied when adding a record. I have the user group field access set to view only. However, the parent entity also has the exac...
by empmdk
10 Apr 2022, 02:33
Forum: Bug Report version 3.0
Topic: Gantt Chart Error
Replies: 8
Views: 1489

Re: Gantt Chart Error

The report is working now with no errors :D . Thank you, Sergey!
by empmdk
07 Apr 2022, 22:09
Forum: Bug Report version 3.0
Topic: Gantt Chart Error
Replies: 8
Views: 1489

Re: Gantt Chart Error

Ok, I've recreated everything on the demo and Reports > Time to Complete Gantt report is giving me a similar error on the side of the page.
by empmdk
07 Apr 2022, 16:58
Forum: Bug Report version 3.0
Topic: Gantt Chart Error
Replies: 8
Views: 1489

Re: Gantt Chart Error

No field #814 found. I checked all query fields in both entities and 814 is not included in them or in Extension>Tools>Functions. I added another "Date with calendar and time picker" field and added a date into one of the records. Changed the Gantt report to use this new field as the start...
by empmdk
06 Apr 2022, 20:20
Forum: Bug Report version 3.0
Topic: Gantt Chart Error
Replies: 8
Views: 1489

Gantt Chart Error

Version: 3.0.1 My Gantt chart is using a sub-entity, with Start Date set to the reserved Date Added field and End Date set to a "Date with calendar and time picker" field. With this, it is giving me an error on the side of the page. gantt-error.png The "parent.field_814" it menti...
by empmdk
13 Mar 2022, 21:35
Forum: Discussion
Topic: Sub Entity Prevent Add Using Parent Status?
Replies: 6
Views: 606

Re: Sub Entity Prevent Add Using Parent Status?

In version 2.8 I will add extra function allows you run automate action by cron. At the moment you can use Automatic status https://docs.rukovoditel.net/index.php?p=16 So you have to create function that will count open sub items https://docs.rukovoditel.net/index.php?p=48 and then add filter for a...
by empmdk
09 Mar 2022, 23:48
Forum: Discussion
Topic: Add Field Type For Automate Actions?
Replies: 2
Views: 247

Re: Add Field Type For Automate Actions?

Thank you, Sergey. This works perfectly :D
by empmdk
28 Feb 2022, 19:27
Forum: Discussion
Topic: Add Field Type For Automate Actions?
Replies: 2
Views: 247

Add Field Type For Automate Actions?

Code: Select all

case 'fieldtype_input_vpic': 
I've added the above code to the "/plugins/ext/modules/processes/actions/fields.php" file in the $use_fields_types = ''; section, but it is not showing up as an option for the button. Is there something else I need to add?
by empmdk
08 Feb 2022, 19:14
Forum: Discussion
Topic: Primary Entity Question
Replies: 1
Views: 222

Re: Primary Entity Question

You can create a new field with "Static text by pattern" and in the pattern field, put [current_user_name]