cancel
Showing results for 
Search instead for 
Did you mean: 

Using FBI - Related View tab

Former Member
0 Kudos

Hello Consultants,

I am new to FBI. I am facing issue with "Related view" tab in FBI view..

Below are the steps I have followed to create application:

1. Created component configuration for FORM UIBB

2. In Feeder class parameters, I have given the FBI view. I have used FBI view to display fields from multiple nodes of the BOPF.

3. In the Elements, I got all the fields from multiple nodes in popup

Issue is that, When I placed the fields on UI, Only fields in ROOT node are in editable and rest other fields are disabled for input. What is the issue behind this behaviour?

Thanks,

Riz..

Accepted Solutions (1)

Accepted Solutions (1)

Aliaksandr
Active Participant
0 Kudos

Hi Riz,

Fields from related nodes can be non-editable on UI in case if they instances don't exist.

In your case ROOT node instance exists but association on DESCRIPTION node doesn't return any instance and as a result corresponding fields are non-editable.

Kind regards, Aliaksandr.

Former Member
0 Kudos

Thank you Aliaksandr..

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello All,

When I was debugging the form feeder class, I found the fields /BOFU/E1, /BOFU/S1, /BOFU/R1, /BOFU/K1, /BOFU/L1 were added in field catalog for each field on the UI.


What is the purpose of those fields and how to control them, Please clarify.


Thanks,

Riz..


Former Member
0 Kudos

To help you understand my issue in a better way, I am putting some screenshots..

Added another FBI in related view tab which brings the fields from sub node of the BOPF BO

Another FBI view in related view tab which brings fields from Sub node of Sub node..

On UI screen, Fields which are coming from Related tab views are disabled for input. I doubt that it could be because of Bootstrap config but I am not sure how to make that in my scenario..