Search found 29 matches

by wrapt inc
02 Sep 2023, 12:22
Forum: Discussion
Topic: Force email as username
Replies: 3
Views: 310

Force email as username

Hello,

Is there any way to force the user email address to be the username.

I have many users who forget their username because it's something unusual etc. I am constantly resetting passwords.

Please help
by wrapt inc
19 Aug 2023, 09:37
Forum: Discussion
Topic: Automate Action - Link records by MySQL query
Replies: 1
Views: 112

Automate Action - Link records by MySQL query

Hi all, I'm having bit of an issue with the condition on this one. I am trying to automatically link a related record to another record after the form is submitted or edited. The user fills out the form as per normal and within that form they select another entity from an Entity drop-down list (ajax...
by wrapt inc
29 Jun 2023, 08:27
Forum: Discussion
Topic: CRON Jobs returning an error
Replies: 4
Views: 123

Re: CRON Jobs returning an error

Hi Sergey, I have successfully got this working on cpanel. The command for the cron job must have process_id=[id] appended to the end of the directory. ie php -q /home10/ username /public_html/ siteurl /cron/process.php process_id=48 This may be obvious for some, but following the docs page it confu...
by wrapt inc
28 Jun 2023, 05:46
Forum: Discussion
Topic: CRON Jobs returning an error
Replies: 4
Views: 123

Re: CRON Jobs returning an error

Hi Sergey, I have followed the documentation and I cannot find where I am getting stuck. 5.png I have set up the process as per normal. 1.png I have these filters set up. 1 to check status of record, and two to check the current date has elapsed. 2.png Then in actions it will change the value of cur...
by wrapt inc
28 Jun 2023, 05:31
Forum: Discussion
Topic: Random number 1 in subject field in emails
Replies: 7
Views: 195

Re: Random number 1 in subject field in emails

Hi Sergey,

I have run a test email and the issue seems to be resolved. Ill wait for a few of my automations to run and see if they are also resolved. I will reply if there are any further instances of this occuring.

Thank you.
by wrapt inc
27 Jun 2023, 05:59
Forum: Discussion
Topic: CRON Jobs returning an error
Replies: 4
Views: 123

CRON Jobs returning an error

Hi, I have cron jobs set up in my cpanel to run 'process on a schedule' under extension-automations. I have set it up as per the instructions on the docs however, when the cron runs it returns a "Error: process_id is not passed!". The process does not run within Rukovoditel either. php -q ...
by wrapt inc
27 Jun 2023, 05:55
Forum: Discussion
Topic: Random number 1 in subject field in emails
Replies: 7
Views: 195

Re: Random number 1 in subject field in emails

Hi Sergey,

I updated to 3.4.1 by following the instructions on the 3.4.1 page, however, the email still have the preceding "1" in the subject field.
by wrapt inc
23 Jun 2023, 14:43
Forum: Discussion
Topic: Random number 1 in subject field in emails
Replies: 7
Views: 195

Random number 1 in subject field in emails

Does anyone know how to remove the number "1" that shows in the subject field of every email? It only started after the 3.4 update.
by wrapt inc
18 Jun 2023, 11:28
Forum: Discussion
Topic: Update Parent record status based on nested status's
Replies: 3
Views: 129

Update Parent record status based on nested status's

Hello, I am trying to figure out how to create an automation to automatically update the status of the parent record once all the nested entity records meet a certain condition/status. Example Context - Asset Management System Users can 'request' an asset by pressing a process button in a nested ent...
by wrapt inc
17 May 2023, 08:40
Forum: Suggestions
Topic: Conditional Required fields rules
Replies: 1
Views: 2157

Re: Conditional Required fields rules

Has this been implemented? I am in need of making a photo field required based on what other fields have data.

Ie, if the individual doesn't know what the item is, they select unsure, which would then make the photo field required.