Jump to content

Custom Field in Report


Solid Dev

Recommended Posts

Can anyone give me some clues?

it's technically not that difficult, but the first thing you need to figure out is where in the database does the information you want exist (if it does).

 

for example, the clients report just looks through the tblclients database table - but there are no customfields in there, so you'd additionally need to check tblcustomfields (for field names/types) and tblcustomfieldsvalues (for the corresponding values for each client)... if you were doing this just for one specific ccf, then you could probably bypass the 2nd table and code the value of the customfield you want into the 3rd.

 

there are a couple of existing addons that could probably help you with this, but seeing as you've also posted in Service Offers & Requests, you'll likely get some replies from developers in there too.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated