Customize Mass Issue to Mfg screen

Hi,

I was wondering if anyone has ever set any of the fields on this screen? Currently, I have a user who would like to have the Include Subassemblies checkbox checked by default. I have tried to do a method directive on BO.MassIssueToMfg against the method BuildMassIssueBrowse. I set up a pre process to fire when the JobNum field changes from Any to another. Then I just set a message to make sure it is firing in the correct spot. When I try to use this, nothing fires. In my trace log, nothing else shows up where the include subassemblies checkbox is used.

If anyone has gotten this to work, please let me know. I am unsure of other ways to make this happen.

Thanks,
Brandon

I’ve done this. When I get a chance I’ll dig it up.

Sorry to get your hopes up. Looks like I was doing some stuff on that form with a BPMDataForm. Not quite the same.

I was going to play with it to see if I could get you a solution and for some reason, my customizations saved on that form end up being BLANK.

Weird.

@brandon : I have tried this for u, assuming that you have to set Include Assemblies = true ,by default on mass issue screen.
BO- massissueToMfg
method - BuildMassIssuebrowse
Type- Post Processing
Assumed, there is no condition and u want always set chekBox to True where JobNum != null.
Start - > Set Field -> Info Message
Plz select table ttMassIssueInput table ,and rownum # 5.includeAssembles field

After clicking on Issue Button, ur task is over ,a messgebox can set to give idea to user that, assembles are included,they can change it.

plz ignore some typos.

Plz let me know if it is helpful… :slight_smile:

Thanks for checking!

Hello Prakash,

Your example worked for me but only when I attached it to a pre process instead of post. What was happening in post processing was the checkbox wouldn’t set until after I clicked on issue so I would have to go back and click on the issue button again.

Anyways, thank you very much for the solution as I was having major difficulty because this method didn’t show up in my trace.

Brandon