FCL lookup value blank on the details layout in 'Contact' object edit layout
Summary:
FCL lookup value blank on the details layout in 'Contact' object edit layout
Content (please ensure you mask any confidential information): We have created a custom MULTI-SELECT FCL which has 5 lookup values. As per the requirement, we have to default the FCL with a lookup value called 'Sales'. We have done this with the 'ContactOnCreate' Action Chain using the below VB code:
define([
'vb/action/actionChain',
'vb/action/actions',
'vb/action/actionUtils',
], (
ActionChain,
Actions,
ActionUtils
) => {
'use strict';
class contactsOnCreateEventListener extends ActionChain {
/**
* @param {Object} context
* @param {Object} params
* @param {{row:object,child:object[],related:object[],deDuplicateConfig:object}} params.previous
Tagged:
0