Hello,
I have few mandatory fields on my object page which I enabled with below code in behaviour Definition.
field ( mandatory : create ) Shpfrom;
As I have enabled the 'Draft' functionality on my BO now, when I select the 'Create' option from the list report
it errors out saying the mandatory field is not provided. Is there any way we can avoid this?

This is managed scenario.