setting value of a radio button using Set_Radio_Button_Property
Hi,
I am trying to set the initial value of a radio button in the form INVAMCAP and I am not able to change it through the changing the initial value .
so I wanted to use Set_Radio_Button_Property to set the value and the syntax I am using is
Set_Radio_Button_Property('CC_HEADER4.APPROVAL_STATUS_CB','VALUE','1');
can someone please help me with this