Why does this code not updating the Contract (Recordname) Field — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Why does this code not updating the Contract (Recordname) Field

in Sales 3 comments

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 {

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!