Why does this code not updating the Contract (Recordname) Field
Summary:
I am trying to update a field called Conract (RecordName) via the onFieldValueChangeCallbackChain. The RecordName sets a new value as per console logs but it is not updating the actual field in UI. Is there something wrong with my code?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
define([ 'vb/action/actionChain', 'vb/action/actions', 'vb/action/actionUtils', 'vx/oracle_cx_fragmentsUI/ui/self/resources/js/utils/contextHelper',], ( ActionChain, Actions, ActionUtils, ContextHelper) => { 'use strict';
class onFieldValueChangeCallbackChain extends ActionChain {