Search found 557 matches

by pepe
19 May 2021, 10:36
Forum: Discussion
Topic: filter in menu
Replies: 2
Views: 377

Re: filter in menu

Hi,
you need extension for this. In Reports->Common Report->Common Filters you will find the feature to set this up.
Regards, Pepe
by pepe
03 May 2021, 10:44
Forum: Discussion
Topic: Access to assigned users
Replies: 1
Views: 251

Access to assigned users

Hi Sergey,
in automated actions we have to option to assign user access to: "Access to assigned users".
I would need this feature in regular forms in addition to form of automated actions.
2021-05-03_Access_to_Assigned_Users.PNG
Would this be possible?
Thank you, Pepe
by pepe
20 Apr 2021, 20:13
Forum: Discussion
Topic: fieldtype_parent_id in table app_fields
Replies: 1
Views: 298

fieldtype_parent_id in table app_fields

Hi Sergey, is there a way to access field parent_it (not parent_item_id) from formula, query, Ajex Request, or PHP code field? I need access to that field to create subtasks in form to synchronize with feature to create child tasks in Gantt reports. I also noticed that this field (fieldtype_....) is...
by pepe
18 Mar 2021, 22:28
Forum: Discussion
Topic: UPDATE with SELECTED - all users in list
Replies: 2
Views: 279

Re: UPDATE with SELECTED - all users in list

Hello,
I am wondering whether this problem appears on my installation only?
Did anyone experience a similar problem as of yet?
I would really appreciate if somebody could check this. It could be done with the standard setup DB.
Thanks in advance!
Regards, Pepe
by pepe
17 Mar 2021, 21:55
Forum: Discussion
Topic: UPDATE with SELECTED - all users in list
Replies: 2
Views: 279

UPDATE with SELECTED - all users in list

Hi Sergey, I think there is a problem with UPDATE SELECTED. Let me describe the situation: Assume, there are 10 users registered : A,B,C,D,E,F,G,H,I,J There is an entity projects with varies projects and you assign users A,B,C,D to Project_01. There is a sub entity tasks under projects. If you assig...
by pepe
14 Mar 2021, 18:23
Forum: Discussion
Topic: MySQL CREATE VIEW
Replies: 0
Views: 267

MySQL CREATE VIEW

Hi Sergey,
would it be possible to create a MySQL view using the PHP-Code field?
Regards, Pepe
by pepe
05 Mar 2021, 22:08
Forum: Discussion
Topic: Concurrent user
Replies: 3
Views: 300

Re: Concurrent user

I would be looking for a way to use the number of logged in user in the code.
Is there a variable which can be evaluate?
by pepe
05 Mar 2021, 13:56
Forum: Discussion
Topic: Concurrent user
Replies: 3
Views: 300

Concurrent user

Hi Sergey,
is there a way to find out how many user are currently logged in? (concurrent users model).
Thank you, regards,
Pepe
by pepe
04 Mar 2021, 22:11
Forum: Discussion
Topic: MySQL query question
Replies: 2
Views: 298

Re: MySQL query question

Thank you for clarification ... just need to know whether the DELETE has succeeded.
Best regards, Pepe
by pepe
04 Mar 2021, 18:52
Forum: Discussion
Topic: MySQL query question
Replies: 2
Views: 298

MySQL query question

Hi, I would like to use now database access to perform a DELETE query. When using a SELECT, everything is clear regarding the parameters to be passed and returned. In case of DELETE, I pass the query string using variable $qrydel: $return = db_query($qrydel, false); QUESTIONS: 1. what does the false...