Hi Friends,
This is different sceario in extension i am trying today, I need to call my extentsion method rather than default method. For Example,
Default code in form method is
if(a&b == 0)
{
a.c = ax;
a.insert;
}
my extension code is
if(a&c == 1)
{
a.b = ax;
b.insert
}
i need to call my extension code rather than the default code here , i dont want to insert values on a table,
how canskip default code and run only my extension code.
please sugest an solution.
Thanks & Regards,
padmapriya
*This post is locked for comments
I have the same question (0)