PLP register field not displaying values
We have two 8.2 environments with PLP SV 101. In one environment, all of the parameters for the register field lists display as expected. In the other, the same fields are blank. However, we know there is indeed a value there as the plan calculates correctly and we can see the resulting entities in the export to the cube.
For troubleshooting purposes, we’ve been using the entity field (aliased as Department in our solution.)
The Register Field List setup is entirely conventional:
The parameter is configured the same in both environments:
The function in the business rule that it’s calling is the same in both environments. I’ve tested the resulting SQL in SSMS and it returns valid values. I temporarily added some logging to make sure the method was actually hiring and returning a data table as expected; it is. The fact that it does populate the entities when calculating the plan data suggests all of this is fine and it’s just a display bug but nothing I can find seems to allow it to display properly.
What can we do to address this?
I know the parameter is custom but the issue doesn’t appear to be with the parameter as it works fine in every other environment we have except this one. What we need help explaining specifically is the display issue, which seems like a bug.
So, there was a bit of red herring with the working environment as it, too, broke after we refreshed data in the register.
As it turns out, this is bug PF6-5346. Support is able to provide some code and a workaround (though I haven't implemented it yet.)