hi experts,
on a web page when the user clicks to delete BP i use BP.Valid =BoYesNoEnum.tNO;
which sets the BP to inactive (validfor in OCRD) so it's not gonna show on the site again.
it's working very well. but i noticed that the Radio button (Active) still ticked in BP's form.
if i query OCRD i see that validfor ="N" for that BP.
my question is: how to change the Radio button on the form to be Inactive using SDK?
thanks in advance