Announcement

Collapse
No announcement yet.

Array field help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Array field help

    Hello there,

    I have an array field in the data I import. These array fields look normal when looking from phpmyadmin. But it doesn't work when filtering from espocrm. Do you have someone to help?

  • #2
    Hi,

    Are imported array values visible on UI?

    Comment


    • #3
      Originally posted by yurikuzn View Post
      Hi,

      Are imported array values visible on UI?
      Yes visible on UI.

      Comment


      • #4
        Try to run the SQL

        Code:
         INSERT INTO `job` (id, service_name, method_name, execute_time) VALUES ('12345', 'App', 'jobPopulateArrayValues', NOW())
        Make sure the cron is running.
        Last edited by yuri; 04-08-2019, 12:48 PM.

        Comment


        • #5
          Originally posted by yurikuzn View Post
          Try to run the SQL

          Code:
          INSERT INTO `job` (id, service_name, method_name, execute[FONT=tahoma]d[/FONT]_at) VALUES ('12345', 'App', 'jobPopulateArrayValues', NOW())
          Make sure the cron is running.
          İ try the Command but job status is waiting...

          Comment


          • #6
            Screen shot

            Comment


            • #7
              Try

              Code:
               
               INSERT INTO `job` (id, service_name, method_name, execute_time) VALUES ('12345', 'App', 'jobPopulateArrayValues', NOW())

              Comment


              • #8
                Originally posted by yurikuzn View Post
                Try

                Code:
                INSERT INTO `job` (id, service_name, method_name, execute_time) VALUES ('12345', 'App', 'jobPopulateArrayValues', NOW())
                Not Change status is pending...

                Comment


                • #9
                  Try with another ID. Remove that pending job.

                  Comment


                  • #10
                    Originally posted by yurikuzn View Post
                    Try with another ID. Remove that pending job.
                    Sorry status not change... Pending

                    Comment


                    • #11
                      Originally posted by yurikuzn View Post
                      Try with another ID. Remove that pending job.
                      ı try everything, deleted row from sql and deleted job from UI. But job status is pending.. Yuri trust you please help me

                      Comment


                      • #12
                        Are other jobs being executed?

                        Comment


                        • #13
                          Originally posted by yurikuzn View Post
                          Are other jobs being executed?
                          Hi Yuri good news! I control job status now and status is success!

                          Array filter is work!!!

                          Thank you so much Brother!

                          Comment

                          Working...
                          X