Price list Self-imploding base functionality under Customizations

This is the third or fourth time I’ve had to recreate a customization because it decides after publishing to break some base functionality (works fine in preview mode right before publishing). Is anyone else dealing with these issues or has anyone found a way to unbreak it that doesn’t involve recreating the customization? These problems are things I’m not even touching in the customization layer, and they don’t present themselves as an issues until after I publish the layer (and reload application studio or deploy it to a menu).

So far on Price List, we have had

  • Twice the parts list grid has gone permanently blank an will not load the parts after selecting the price list
  • The New button disappears on the Part Details page

I’ve neither adjusted any tool settings, or the underlying events with any overrides. The New button issue seemed to be related to some flag that was set for SysNewTool as when I applied that to a custom button trying to recreate it, the same issue presented.

I also may have a similar self-imploding issue happening on our Order Entry customization where data that is properly epbinding bound is not binding data and pretty much am going to have to recreate the customization at this point.

To say I’m frustrated with issues like these is an understatement.

2 Likes

Yep, have ran into this on multiple screens. The new button disappearing specifically I have PRB0287464 which is “in release planning”. The grids only seem to go blank when adding a new field to the data view in app studio. If that is the problem you are having, its supposed to be getting fixed in a dot release soon.

3 Likes

I guess we will have to put up with it for a bit… I will keep my eyes open for the fix.

So development finally finally finally came back and explained what is happening. Its so simple yet took so many months. The problem is that the Ep binding went missing here. Once I added it back, got my new command back.

3 Likes

Thanks, led me to my price list issue too. The entire Provider Model disappeared itself on the grid.

2 Likes