Search found 654 matches

by enishemed
20 Dec 2023, 18:32
Forum: Discussion
Topic: [SOLVED] Opening time of modal form
Replies: 9
Views: 114

Re: Opening time of modal form

Many thanks, that solves my giant problem.

I have had this problem for more than one year, it has a very simple solution.

thanks again Sergey.
support wrote: 20 Dec 2023, 18:30 Try to use Entity Ajax field type.
by enishemed
20 Dec 2023, 18:29
Forum: Discussion
Topic: [SOLVED] Opening time of modal form
Replies: 9
Views: 114

Re: Opening time of modal form

I have one entity field in this entity and it has 421 options. But I have the same entity field in other entities and don't have the same problem.
support wrote: 20 Dec 2023, 18:10 You have Entity field. How many records in dropdown? Is there any dropdowns with lots of options?
by enishemed
20 Dec 2023, 16:53
Forum: Discussion
Topic: exact match search in an Entity drop-down list field (ajax)
Replies: 3
Views: 108

Re: exact match search in an Entity drop-down list field (ajax)

Probably you know, but you can use double quotes for exact match.
Didou12 wrote: 20 Dec 2023, 15:44 do you think this feature will be implement in the future (to select if it's a strict or not search) ? thank you Sergey :)
by enishemed
20 Dec 2023, 12:43
Forum: Discussion
Topic: [SOLVED] Opening time of modal form
Replies: 9
Views: 114

Re: Opening time of modal form

No, it has the problem more than one year and it is annoying now.
support wrote: 20 Dec 2023, 12:00 Then it can be temporary issue with server.
by enishemed
20 Dec 2023, 10:12
Forum: Discussion
Topic: Help for JS to disable dropdown and date fields
Replies: 9
Views: 227

Re: Help for JS to disable dropdown and date fields

Try one of these, they should work for dropdown. Use them on form JS section. 1. $('#fields_XXXX').attr("disabled", true); 2. $('#fields_XXXX_rendered_value').css('pointer-events', 'none'); and use these on on-submit JS section. 1. $('#fields_XXXX').attr("disabled", false); 2. $(...
by enishemed
20 Dec 2023, 10:08
Forum: Discussion
Topic: [SOLVED] Opening time of modal form
Replies: 9
Views: 114

Re: Opening time of modal form

Hi Sergey,

You can see my entity structure from the screenshot. As you can see, I have only input fields, numeric fields, date fields and related items. I have the similar structures in other entities but only this entity has problem when opening the modal form.
by enishemed
19 Dec 2023, 22:43
Forum: Discussion
Topic: [SOLVED] Opening time of modal form
Replies: 9
Views: 114

[SOLVED] Opening time of modal form

Hi everyone,

I have an entity and when go to record list and when clicking the Add button to open the modal form, the page opens more than 15 seconds. It is very long time.

Do you have any idea why it is happening. This is the log record.
by enishemed
19 Dec 2023, 22:33
Forum: Suggestions
Topic: Wordpress Oauth
Replies: 2
Views: 162

Re: Wordpress Oauth

+1
by enishemed
19 Dec 2023, 15:11
Forum: Discussion
Topic: Help for extracting numeric portion of an input field.
Replies: 4
Views: 94

Re: Help for extracting numeric portion of an input field.

You can use following code. Create a "php code field" (in your example: field_8888) and use the following code. here [5792] is your origin input field. $string = [5792]; //the field number which non-number characters should be removed. $string = preg_replace('/[^0-9]/', '', $string); //rem...
by enishemed
18 Dec 2023, 18:02
Forum: Bug Report version 3.4.4
Topic: SMS doesn't work when the rule set as "Editing Record"
Replies: 13
Views: 4390

Re: SMS doesn't work when the rule set as "Editing Record"

Thanks. Checked and nothing about sms sending.
Didou12 wrote: 18 Dec 2023, 16:54 There is a log in rukovoditel (in settings). And also the server creates a log in the directory where the error occurs