cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Is it Possible to pre-populate field value with reference to another field input through Functional?

0 Likes
1,751

Hi Everyone,

we have a requirement that field value should auto populate based on another field input. For example if user selects Field 1 as "A" then Field 2 value should populate automatically as "B". Like this we need to auto populate for multiple drop down values. Is it possible to achieve this requirement through Functional?

Thanks in advance !!

Regards,

Anil

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member226
Employee
Employee

Hello,

You can use "Code List Restriction" in C4C that allows you to restrict the code a user can select based on the value selected in the control field. It also allows you to define the default value based on the value selected in the control field.

former_member698044
Discoverer

Hi Anil,

With workflows on the on-save you could fill a field with certain values.
If this works for multiple values fields I didn't check, but it works for most field types.
The workflow action you need to select, after defining the object and conditions is "Field Update".
Both fields (condition) and field that needs to be changed need to be on the same object.

KR, Okke

former_member299260
Participant
0 Likes

Hello Anil,

The customization of the solution can be controlled with the workflow modification where if steps A is fulfilled, then the field B gets populated with certain conditions maintained.

You can check with your specific requirement.

Regards,

Dipaankkar Rai