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
- 24,663
- Points
- 823
Reputation:
How to save custom fields in a job?
In my job I have a resource and a thread,
i also have custom_fields from resource and thread
But I have no idea how to save this.
Code:
Continue reading...
In my job I have a resource and a thread,
i also have custom_fields from resource and thread
But I have no idea how to save this.
Code:
Code:
$threadEditor = $this->service('XF:Thread\Editor', $thread);
$threadEditor->setCustomFields($threadFields);
$threadEditor->save();
Continue reading...