Search found 655 matches

by enishemed
09 Mar 2023, 14:44
Forum: Discussion
Topic: API telegram and whatsapp
Replies: 11
Views: 927

Re: API telegram and whatsapp

Like below you can handle the extra code for CURL code. But I am not sure how you can define it in sms configuration page.

Code: Select all

$apikey = $_POST['apikey'];
by enishemed
08 Mar 2023, 22:24
Forum: Discussion
Topic: Warning message when deleting item with sub entities
Replies: 0
Views: 157

Warning message when deleting item with sub entities

Dear Sergey, When deleting an item with sub entities, there is a warning message in pop-up. In this warning message, users see the “entity name” not “entity menu title name”. Entity name sometimes is different from the menu title, and users see only the menu titles. Entity names are known only by ad...
by enishemed
08 Mar 2023, 21:58
Forum: Discussion
Topic: API telegram and whatsapp
Replies: 11
Views: 927

Re: API telegram and whatsapp

This is my configuration.
05AB6D2C-4C0B-4C48-86FD-31C7D2BB8514.jpeg
And this is my code in CURL code.
8C7B0325-CD26-4597-9357-BAE0A81BC6EE.jpeg
by enishemed
06 Mar 2023, 11:53
Forum: Discussion
Topic: New API methods
Replies: 1
Views: 133

New API methods

Dear Sergey, Thanks for the new API methods. It will be very useful. I have a question about "Run an automation process (run_process)" methods. https://docs.rukovoditel.net/index.php?p=143#Run_an_automation_process_run_process For some processes, we update the item with "manually ente...
by enishemed
25 Feb 2023, 14:19
Forum: Bug Report version 3.3
Topic: With Selected dropdown and actions for Related Items
Replies: 2
Views: 182

Re: With Selected dropdown and actions for Related Items

Have the same problem for the followings. 1. The user has access to process button, and button place is "in listing" or "with selected". If the user does not have "export selected" access in general access configuration, he can not execute the process because there are ...
by enishemed
25 Feb 2023, 12:46
Forum: Suggestions
Topic: Option to enable/disable entities
Replies: 10
Views: 699

Re: Option to enable/disable entities

Another option for admin to enable/disable also for admin in menu?

What do you think?
by enishemed
17 Feb 2023, 12:39
Forum: Bug Report version 3.3
Topic: XML import by url
Replies: 1
Views: 96

XML import by url

Dear Sergey,

I have date fiel the format is "d-m-Y".

I have xml import, when importing the xml manually everthing is well. But when importing the XML by url, the date field is not imported.
by enishemed
17 Feb 2023, 11:20
Forum: Bug Report version 3.3
Topic: Wrong behavior of XML export and import
Replies: 1
Views: 110

Wrong behavior of XML export and import

Dear Sergey, I have created an xml export template. In another, I have created an xml import template. There is wrong behavior for numeric fields. The number format is the same for both entities (exported and imported) "2/,/.", and the prefix is "₺" (turkish lira symbol). The pro...
by enishemed
10 Feb 2023, 23:21
Forum: Discussion
Topic: Assign automatically a new user to a project
Replies: 2
Views: 227

Re: Assign automatically a new user to a project

You can create a process using execute php code and run the process after the user created. This code will work. $new_user_id = [id]; //project info $project_entity_id = 21; $project_id = 1; //id of the project that new user will be added. $users_field_id = 161; //users field id in project entity //...
by enishemed
03 Feb 2023, 14:21
Forum: Discussion
Topic: Help with auto focus
Replies: 5
Views: 372

Re: Help with auto focus

Can I see your code?

My code works correctly.