RSS Feed/News Custom thread field not updating -> help

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
25,813
Points
823

Reputation:

Hi all,

I have a series of custom fields that get updated during a specific process All fields but one continue to get updated and I can not figure out why.

The code I have is

PHP:

Code:
 //Update thread details and close thread
            $theThread->custom_fields->set('otbOrderState', 'bin', 'admin', true);
            $theThread->custom_fields->set('otbPurchaseType', 'bin', 'admin', true);
            //this following field wont update...

Read more

Continue reading...
 
Status
Not open for further replies.
Top