Hello all,
Happy new year!
I have a custom formtabpagecontrol added to oob markuptable form and requirement is to disable the custom tabpagecontrol based on certain conditions.
Can you please share code or refer OOB code where this is happening and that can be used for reference.
Currently when trying to do COC as shared in code below, I am not sure what line to put to turn off/disable the code.
Also please share how to get this done using event handler.
[ExtensionOf(formstr(MarkupTable))]
final class myExtension
{
public void init()
{
next init();
if(markupModeul == MarkupModeType::Vend)
{
//Pls suggest what to write to disable myTabPageCtrl disable here which has autodeclartion as Yes.
}
}
}
}
Thanks
Mav