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:
Read more
Continue reading...
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...