Jump to content

Custom Client Fields in hooks


Recommended Posts

We need to achieve the following:
Upon updating client profile, check custom field and, if not blank, call external API with the value as token.

The problem is https://developers.whmcs.com/hooks-reference/client/#clientedit has no reference to any custom fields. Does that mean I can't reference custom fields in the ClientEdit function?

Link to comment
Share on other sites

It's true that custom fields are not directly available in the hook point in question but don't forget that you can still use userid to query tblcustomfields and tblcustomfieldsvalues to get what you need with a simple query. Then if the given custom field is empty you can run your external API.

Edited by Kian
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