Enable customization of child form

Hello,

I created a customization to form App.OrderAllocEntry.AllocationByLotBinForm.
This form was opened as follows:

  1. First, from the action menu of the Fulfillment Workbench form, choosing the option Allocate> Allocate Lot / bin.
  2. After the first step, the form App.OrderAllocEntry.AllocationProcessForm opens.
    3.click the continue button to open the form App.OrderAllocEntry.AllocationTemplateForm
  3. Clic the continue button to open App.OrderAllocEntry.AllocationByLotBinForm; is in this form where I have the customization.
    This customization is not visible in the menu maintenance.
    My doubt is: can I enable the customization of App.OrderAllocEntry.AllocationByLotBinForm without having developer mode active??
    Thank you.
    Regards

You just need to create a customization on the main program with the EXACT same name, even if you don’t make any changes. Choose that version on Menu Maintenance and it will pass it to the child forms.

1 Like

@Mark_Wonsil thank you so much. It works! :slightly_smiling_face: