How to make a reference field dependent on another reference field in Agent Mobile App?SummaryThere will be use cases where we need to make a reference field dependent on another reference field in the Agent Mobile app. In the mobile functions, users can select values in a reference field depending on the value selected in another reference field.ReleaseNew York and aboveInstructionsThe dependency can be added in the dictionary entry of the field in the platform. That should work in the mobile app as well. Note: Both the fields should be present on the Mobile function for the dependency to work. One can refer to the Out of the Box fields - 'Assignment group' and 'Assigned to' to check the dependency on the mobile app. For example, if we want reference field 'ref_a' to be dependent on another reference field 'ref_b' then, in the dictionary entry of 'ref_a', 'ref_b' can be added as a dependent field. Steps: Open the form on the platformRight click on the field label and click on 'Configure Dictionary'Click on 'Dependent field' tab and add the field . If 'Dependent field' tab is not visible, switch the view to 'Advanced view'Click 'Save'Related LinksMake a field dependent