• Showing timeout while trying to search on custom field

    Hi All, I created and deployed a custom field through Studio and when I trying to search the particular custom field in the list view it seems to be timeout. How can I solve this issue ?
  • Custom field in Global Search not show in list view

    Hi, I tried to add custom field brand_c to Global Search but it not show in a list view, it will show after click preview in full Global Search page. Screenshot: field brand_c and status are already in Studio > Leads > Layouts > Search in Default column…
  • Custom Field - Mobile - Problem

    Guys, I created a new type of field has been implemented in Desktop version correctly , but is not visible on the mobile version , there is some code that should be implemented more ? I follow the tutorial below , but it seems that something is missing…
  • How do can I get a field from the current user in an entry point?

    Greetings, I added a custom field to the Users and through research I found out that I can get that field by using something like: <?php global $current_user ; $fieldData = $current_user - > my_field_c ; I tested this out on my local instance and it worked…