• Resolved alanbaker

    (@bakeralanbakernet)


    I imported a CSV file and everything works well.

    I need to use the [pdb_record] shortcode to display and update records individually. But the private_id fields are all null. How can I generate a private_id value for each record?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author rolandbarker

    (@rolandbarker)

    The Private ID value is normally generated automatically when importing new records. There may have been some problem with that in your case.

    What I suggest you do is prepare a test CSV file with only one record in it. There is no need to include the private_id field in the import. Turn plugin debugging on, clear the debugging log, then try your import. The log will show the database query that was used to store the record. This should include a proper value for the private_id field. If there was some problem with the import, that will be in the log.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.