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

FCL lookup value blank on the details layout in 'Contact' object edit layout

edited Jan 8, 2026 1:09PM in Sales 1 comment

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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