Unable to set Allow on Submit in PO

Why we are unable to do it?
Unable to do this by using Property Setter also?
What is the way to do this?

You can set it with a property setter.


I have tried with property setter but it isn’t working.

please apply allow_on_submit instead of “Allow on submit”

1 Like

@NCP Thank you so much!

It’s Working

po.meta.get_field(‘items’).allow_on_submit = 1

You mean to set allow_on_submit via code like this?

property setter