Search found 153 matches

by LPARO
09 Jun 2021, 15:21
Forum: Discussion
Topic: obtaining entity information two levels above
Replies: 12
Views: 1111

Re: obtaining entity information two levels above

support wrote: 08 Jun 2021, 12:49 For version 2.9 I have created special function for this
https://docs.rukovoditel.net/index.php? ... ure_in_2.9
You are the best!
Thank you very much!
by LPARO
08 Jun 2021, 01:31
Forum: Discussion
Topic: obtaining entity information two levels above
Replies: 12
Views: 1111

Re: obtaining entity information two levels above

support wrote: 07 Jun 2021, 20:31 There is no standard way to do it. You probably can use Mysql query field type https://docs.rukovoditel.net/index.php?p=24
but query will be complex.
Thank you ! i'll try this!
by LPARO
03 Jun 2021, 02:46
Forum: Discussion
Topic: Report Error - Some fields in blanc
Replies: 0
Views: 279

Report Error - Some fields in blanc

Dear Sergey, I have the following structure: [43] client [44] -projects [46] --process [47] ---deadline What I want to do is when I create a new entry in "deadline" ([47]), the form automatically fills the "client name" field with the information that is originally inside the &qu...
by LPARO
02 Jun 2021, 18:03
Forum: Discussion
Topic: 2.9 - release date
Replies: 6
Views: 445

Re: 2.9 - release date

support wrote: 02 Jun 2021, 08:28 This months. I'm working on Table Tree view for items listing. Once I will finish this feature and do some tests 2.9 will be released.
This function will be AWESOME !!
by LPARO
02 Jun 2021, 17:39
Forum: Discussion
Topic: obtaining entity information two levels above
Replies: 12
Views: 1111

Re: obtaining entity information two levels above

To ilustrate the problem: All the fields is correctly filled in, and I think that the field is correctly configured, but when I extract the report, some fields appear in blanc. This is the report SC where the issue apear: Capturar.PNG This is the Task Capturar 2.PNG SC: This is te field configuratio...
by LPARO
07 May 2021, 03:06
Forum: Discussion
Topic: obtaining entity information two levels above
Replies: 12
Views: 1111

Re: obtaining entity information two levels above

Dear Sergey!

Have you any idea?

Thank you!
by LPARO
05 May 2021, 20:39
Forum: Discussion
Topic: obtaining entity information two levels above
Replies: 12
Views: 1111

Re: obtaining entity information two levels above

Paullm wrote: 05 May 2021, 20:37 This would be a question for Sergey.
Thank you so much!
by LPARO
05 May 2021, 20:20
Forum: Discussion
Topic: obtaining entity information two levels above
Replies: 12
Views: 1111

Re: obtaining entity information two levels above

Hi Luis, You would simply need to add a field with type = "Value from parent entity" to EACH of your sub-entities: projects, process and deadline. As you set up each field, just select the corresponding "connecting" field from the parent entity IMMEDIATELY above. p.s. keep in mi...
by LPARO
04 May 2021, 02:30
Forum: Discussion
Topic: obtaining entity information two levels above
Replies: 12
Views: 1111

Re: obtaining entity information two levels above

Dear Paullm,

I really appreciate the help.

I thought it didn't work, but later I identified that to update the "customer" field in open tasks, I needed to update the customer's name in the "customer" entity.
by LPARO
05 Apr 2021, 15:17
Forum: Discussion
Topic: Filtering tasks that haven't been updated for 30 days or more
Replies: 4
Views: 392

Re: Filtering tasks that haven't been updated for 30 days or more

Or you could use days diff and an automatic status (driven off the days diff) to trigger updates Dear rmcdonald, thanks for the reply. I'm going to test your suggestion, but I don't know exactly how to configure it that way, once I figure out how to do it, I will answer if it worked or not. Thanks.