cancel
Showing results for 
Search instead for 
Did you mean: 

BOPF Custom Node - Field Control Not working

Utrivedi
Explorer
0 Kudos
1,100

Hello,

I have added a custom node under EHHSS_INCIDENT business object. The fields from Custom node need to be dynamic on FPM Layer. So, Field Control configuration has been created based on the Incident Group.

However, this configuration is not even triggered. During the debug, I could see when it fetched the list of Field Control properties, it's in the list; but do not see this Z class being triggered. Anything we are missing here?

Regards,

Udit

View Entire Topic
michaelf_
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Udit,

that's indeed a strange/tricky one!

I would recommend to check the following things:

  • Set an external break-point into the field control class (the one of the determination). Check if it striggered for your custom node.
  • Set an external break-point into the function class used in the field control profile and validate whether the return is filled correctly. (if applicable)
  • If you are using a FBI View for your Form or List UIBB (configured in the feeder class parameters within the component configuration), validate whether the checkbox No Properties is unchecked.

With kind regards,

Michael